Drizzled Public API Documentation

sync_thread_struct Struct Reference

Public Attributes

os_thread_id_t id
sync_priority_tlevels

Detailed Description

Mutexes or rw-locks held by a thread

Definition at line 226 of file sync0sync.cc.

Member Data Documentation

os_thread_id_t sync_thread_struct::id

OS thread id

Definition at line 227 of file sync0sync.cc.

sync_priority_t* sync_thread_struct::levels

level array for this thread; if this is NULL this slot is unused

Definition at line 228 of file sync0sync.cc.

Referenced by sync_init().


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