Drizzled Public API Documentation

sync_thread_struct Struct Reference

Public Attributes

os_thread_id_t id
 
sync_arr_tlevels
 

Detailed Description

Mutexes or rw-locks held by a thread

Definition at line 243 of file sync0sync.cc.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: