Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Go to the source code of this file.
Data Structures | |
struct | rb_thread_cond_struct |
struct | native_thread_data_struct |
struct | rb_global_vm_lock_struct |
Macros | |
#define | USE_VM_CLOCK 1 |
Typedefs | |
typedef struct rb_thread_cond_struct | rb_nativethread_cond_t |
typedef struct native_thread_data_struct | native_thread_data_t |
typedef struct rb_global_vm_lock_struct | rb_global_vm_lock_t |
typedef DWORD | native_tls_key_t |
Functions | |
WINBASEAPI BOOL WINAPI | TryEnterCriticalSection (IN OUT LPCRITICAL_SECTION lpCriticalSection) |
Variables | |
native_tls_key_t | ruby_current_ec_key |
#define USE_VM_CLOCK 1 |
Definition at line 19 of file thread_win32.h.
typedef struct native_thread_data_struct native_thread_data_t |
typedef DWORD native_tls_key_t |
Definition at line 37 of file thread_win32.h.
typedef struct rb_global_vm_lock_struct rb_global_vm_lock_t |
typedef struct rb_thread_cond_struct rb_nativethread_cond_t |
WINBASEAPI BOOL WINAPI TryEnterCriticalSection | ( | IN OUT LPCRITICAL_SECTION | lpCriticalSection | ) |
|
extern |
Definition at line 400 of file vm.c.
Referenced by rb_check_stack_overflow().