Searched defs:umtx_condWait (Results 1 – 3 of 3) sorted by relevance
144 umtx_condWait(UConditionVar *condition, UMutex *mutex) { in umtx_condWait() function216 umtx_condWait(UConditionVar *cond, UMutex *mutex) { in umtx_condWait() function
1126 #define umtx_condWait U_ICU_ENTRY_POINT_RENAME(umtx_condWait) macro