Home
last modified time | relevance | path

Searched refs:QUEUE_Create (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/
H A Dqueue_adapter.h27 MQueueId QUEUE_Create(const char *name, int size, int count);
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/cmsis/
H A Dqueue_adapter.c20 MQueueId QUEUE_Create(const char *name, int size, int count) in QUEUE_Create() function
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dqueue_adapter.c29 MQueueId QUEUE_Create(const char *name, int size, int count) in QUEUE_Create() function
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dtask_manager.c46 MQueueId queueId = (MQueueId)QUEUE_Create(name, sizeof(Exchange), config->queueSize); in SAMGR_CreateFixedTaskPool()