Home
last modified time | relevance | path

Searched defs:LockFreeBlockQueue (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dqueue_adapter.c21 typedef struct LockFreeBlockQueue LockFreeBlockQueue; typedef
22 struct LockFreeBlockQueue { struct
31 LockFreeBlockQueue *queue = (LockFreeBlockQueue *)SAMGR_Malloc(sizeof(LockFreeBlockQueue)); in QUEUE_Create() argument