Lockless event queue instance. More...
Data Fields | |
fluid_event_queue_elem_t * | array |
Queue array of arbitrary size elements. | |
int | totalcount |
Total count of elements in array. | |
int | count |
Current count of elements. | |
int | in |
Index in queue to store next pushed element. | |
int | out |
Index in queue of next popped element. | |
void * | synth |
Owning fluid_synth_t instance. |
Lockless event queue instance.