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 394 of file srv0srv.cc.
srv_conc_slot_struct::UT_LIST_NODE_T | ( | srv_conc_slot_t | ) |
queue node
event to wait
Definition at line 395 of file srv0srv.cc.
Referenced by srv_conc_enter_innodb(), srv_conc_force_exit_innodb(), srv_init(), srv_master_thread(), srv_purge_thread(), and srv_suspend_mysql_thread().
TRUE if slot reserved
Definition at line 396 of file srv0srv.cc.
Referenced by srv_conc_enter_innodb(), and srv_init().
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 398 of file srv0srv.cc.
Referenced by srv_conc_enter_innodb(), and srv_conc_force_exit_innodb().