Searched defs:umtx_condWait (Results 1 – 2 of 2) sorted by relevance
153 umtx_condWait(UConditionVar *condition, UMutex *mutex) { in umtx_condWait() function225 umtx_condWait(UConditionVar *cond, UMutex *mutex) { in umtx_condWait() function
1101 #define umtx_condWait U_ICU_ENTRY_POINT_RENAME(umtx_condWait) macro