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 |
Definition at line 413 of file srv0srv.cc.
srv_conc_slot_struct::UT_LIST_NODE_T | ( | srv_conc_slot_t | ) |
queue node
os_event_t srv_conc_slot_struct::event |
event to wait
Definition at line 414 of file srv0srv.cc.
Referenced by srv_conc_enter_innodb(), srv_conc_force_exit_innodb(), srv_init(), and srv_suspend_mysql_thread().
ibool srv_conc_slot_struct::reserved |
TRUE if slot reserved
Definition at line 415 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 417 of file srv0srv.cc.
Referenced by srv_conc_enter_innodb(), and srv_conc_force_exit_innodb().