Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/async/
H A Dmessage_queue_utils.h46 #ifndef WAIT_FOREVER
48 #define WAIT_FOREVER osWaitForever macro
50 #define WAIT_FOREVER 0xFFFFFFFFU macro
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dmessage.c29 #define WAIT_FOREVER (-1) macro
97 return QUEUE_Pop(queueId, interMsg, 0, WAIT_FOREVER); in SAMGR_MsgRecv()