mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-22 08:00:27 +00:00
Reimplement LBQ on condition variables
This commit is contained in:
@@ -16,7 +16,7 @@ typedef struct _LINKED_BLOCKING_QUEUE_ENTRY {
|
||||
|
||||
typedef struct _LINKED_BLOCKING_QUEUE {
|
||||
PLT_MUTEX mutex;
|
||||
PLT_EVENT containsDataEvent;
|
||||
PLT_COND cond;
|
||||
PLINKED_BLOCKING_QUEUE_ENTRY head;
|
||||
PLINKED_BLOCKING_QUEUE_ENTRY tail;
|
||||
int sizeBound;
|
||||
|
||||
Reference in New Issue
Block a user