Home
last modified time | relevance | path

Searched refs:DONT_WAIT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dmessage.c28 #define DONT_WAIT 0 macro
46 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.c31 #define DONT_WAIT 0 macro
103 QUEUE_Put(pool->queueId, &exchange, 0, DONT_WAIT); in SAMGR_ReleaseTaskPool()