Drizzled Public API Documentation

srv_conc_slot_struct Struct Reference

Public Member Functions

 UT_LIST_NODE_T (srv_conc_slot_t) srv_conc_queue

Public Attributes

os_event_t event
ibool reserved
ibool wait_ended

Detailed Description

Definition at line 404 of file srv0srv.cc.

Member Function Documentation

srv_conc_slot_struct::UT_LIST_NODE_T ( srv_conc_slot_t  )

queue node

Member Data Documentation

os_event_t srv_conc_slot_struct::event
ibool srv_conc_slot_struct::reserved

TRUE if slot reserved

Definition at line 406 of file srv0srv.cc.

Referenced by srv_conc_enter_innodb(), and srv_init().

ibool srv_conc_slot_struct::wait_ended

TRUE when another thread has already set the event and the thread in this slot is free to proceed; but reserved may still be TRUE at that point

Definition at line 408 of file srv0srv.cc.

Referenced by srv_conc_enter_innodb(), and srv_conc_force_exit_innodb().


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