MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
srv_conc_slot_t Struct Reference
Collaboration diagram for srv_conc_slot_t:

Public Attributes

os_event_t event
ibool reserved
ibool wait_ended
srv_conc_node_t srv_conc_queue

Detailed Description

Slot for a thread waiting in the concurrency control queue.

Definition at line 79 of file srv0conc.cc.

Member Data Documentation

os_event_t srv_conc_slot_t::event

event to wait

Definition at line 80 of file srv0conc.cc.

ibool srv_conc_slot_t::reserved

TRUE if slot reserved

Definition at line 81 of file srv0conc.cc.

srv_conc_node_t srv_conc_slot_t::srv_conc_queue

queue node

Definition at line 88 of file srv0conc.cc.

ibool srv_conc_slot_t::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 83 of file srv0conc.cc.


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