Drizzled Public API Documentation

ib_wqueue_struct Struct Reference

List of all members.

Public Attributes

mutex_t mutex
ib_list_titems
os_event_t event

Detailed Description

Definition at line 80 of file ut0wqueue.h.


Member Data Documentation

event we use to signal additions to list

Definition at line 83 of file ut0wqueue.h.

Referenced by ib_wqueue_add(), ib_wqueue_create(), ib_wqueue_free(), and ib_wqueue_wait().

work item list

Definition at line 82 of file ut0wqueue.h.

Referenced by ib_wqueue_add(), ib_wqueue_create(), ib_wqueue_free(), and ib_wqueue_wait().

mutex protecting everything

Definition at line 81 of file ut0wqueue.h.

Referenced by ib_wqueue_add(), ib_wqueue_create(), ib_wqueue_free(), and ib_wqueue_wait().


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