Home
last modified time | relevance | path

Searched refs:LFQUE_Create (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dlock_free_queue.h34 LockFreeQueue *LFQUE_Create(int size, int count);
H A Dqueue_adapter.c35 queue->queue = LFQUE_Create(size, count); in QUEUE_Create()
H A Dlock_free_queue.c20 LockFreeQueue *LFQUE_Create(int size, int count) in LFQUE_Create() function