Home
last modified time | relevance | path

Searched refs:QUEUE_Put (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dmessage.c46 return QUEUE_Put(identity->queueId, &exchange, 0, DONT_WAIT); in SAMGR_SendRequest()
185 return QUEUE_Put(queueId, exchange, 0, DONT_WAIT); in SharedSend()
201 return QUEUE_Put(queueId, exchange, 0, DONT_WAIT); in SharedSend()
H A Dtask_manager.c103 QUEUE_Put(pool->queueId, &exchange, 0, DONT_WAIT); in SAMGR_ReleaseTaskPool()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/
H A Dqueue_adapter.h29 int QUEUE_Put(MQueueId queueId, const void *element, uint8 pri, int timeout);
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/cmsis/
H A Dqueue_adapter.c26 int QUEUE_Put(MQueueId queueId, const void *element, uint8 pri, int timeout) in QUEUE_Put() function
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dqueue_adapter.c46 int QUEUE_Put(MQueueId queueId, const void *element, uint8 pri, int timeout) in QUEUE_Put() function