Searched refs:LFQUE_Create (Results 1 – 3 of 3) sorted by relevance
34 LockFreeQueue *LFQUE_Create(int size, int count);
35 queue->queue = LFQUE_Create(size, count); in QUEUE_Create()
20 LockFreeQueue *LFQUE_Create(int size, int count) in LFQUE_Create() function