Data Structures | Typedefs | Functions

thread_win32.h File Reference

#include <windows.h>
Include dependency graph for thread_win32.h:

Go to the source code of this file.

Data Structures

struct  native_thread_data_struct

Typedefs

typedef HANDLE rb_thread_id_t
typedef CRITICAL_SECTION rb_thread_lock_t
typedef struct
rb_thread_cond_struct 
rb_thread_cond_t
typedef struct
native_thread_data_struct 
native_thread_data_t

Functions

WINBASEAPI BOOL WINAPI TryEnterCriticalSection (IN OUT LPCRITICAL_SECTION lpCriticalSection)

Typedef Documentation

typedef struct rb_thread_cond_struct rb_thread_cond_t

Definition at line 26 of file thread_win32.h.

typedef HANDLE rb_thread_id_t

Definition at line 24 of file thread_win32.h.

typedef CRITICAL_SECTION rb_thread_lock_t

Definition at line 25 of file thread_win32.h.


Function Documentation

WINBASEAPI BOOL WINAPI TryEnterCriticalSection ( IN OUT LPCRITICAL_SECTION  lpCriticalSection  )