Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
|
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 |
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 |
Functions | |
WINBASEAPI BOOL WINAPI | TryEnterCriticalSection (IN OUT LPCRITICAL_SECTION lpCriticalSection) |
void | rb_native_mutex_destroy (rb_nativethread_lock_t *lock) |
typedef struct native_thread_data_struct native_thread_data_t |
typedef struct rb_global_vm_lock_struct rb_global_vm_lock_t |
typedef struct rb_thread_cond_struct rb_nativethread_cond_t |
void rb_native_mutex_destroy | ( | rb_nativethread_lock_t * | lock | ) |
WINBASEAPI BOOL WINAPI TryEnterCriticalSection | ( | IN OUT LPCRITICAL_SECTION | lpCriticalSection | ) |