Public Attributes | |
os_thread_id_t | id |
sync_arr_t * | levels |
Mutexes or rw-locks held by a thread
Definition at line 243 of file sync0sync.cc.
os_thread_id_t sync_thread_struct::id |
OS thread id
Definition at line 244 of file sync0sync.cc.
sync_arr_t* sync_thread_struct::levels |
level array for this thread; if this is NULL this slot is unused
Definition at line 245 of file sync0sync.cc.