Searched refs:DONT_WAIT (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | message.c | 28 #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 D | task_manager.c | 31 #define DONT_WAIT 0 macro 103 QUEUE_Put(pool->queueId, &exchange, 0, DONT_WAIT); in SAMGR_ReleaseTaskPool()
|