#include <os0sync.h>
Public Member Functions | |
| UT_LIST_NODE_T (os_event_struct_t) os_event_list | |
Public Attributes | |
| os_fast_mutex_t | os_mutex |
| ibool | is_set |
| ib_longlong | signal_count |
| pthread_cond_t | cond_var |
Definition at line 36 of file os0sync.h.
| os_event_struct::UT_LIST_NODE_T | ( | os_event_struct_t | ) |
| pthread_cond_t os_event_struct::cond_var |
Definition at line 45 of file os0sync.h.
Referenced by os_event_create(), os_event_free(), os_event_set(), and os_event_wait().
| ibool os_event_struct::is_set |
Definition at line 39 of file os0sync.h.
Referenced by os_event_create(), os_event_reset(), os_event_set(), and os_event_wait().
Definition at line 37 of file os0sync.h.
Referenced by os_event_create(), os_event_free(), os_event_reset(), os_event_set(), and os_event_wait().
| ib_longlong os_event_struct::signal_count |
Definition at line 43 of file os0sync.h.
Referenced by os_event_create(), os_event_set(), and os_event_wait().
1.4.7

