Searched refs:gInProgressValueAddedCond (Results 1 – 4 of 4) sorted by relevance
24 static std::condition_variable *gInProgressValueAddedCond; variable39 gInProgressValueAddedCond->~condition_variable(); in unifiedcache_cleanup()40 gInProgressValueAddedCond = nullptr; in unifiedcache_cleanup()76 gInProgressValueAddedCond = STATIC_NEW(std::condition_variable); in cacheInit()360 gInProgressValueAddedCond->wait(lock); in _poll()433 gInProgressValueAddedCond->notify_all(); in _put()
25 static UConditionVar gInProgressValueAddedCond = U_CONDITION_INITIALIZER; variable357 umtx_condWait(&gInProgressValueAddedCond, &gCacheMutex); in _poll()430 umtx_condBroadcast(&gInProgressValueAddedCond); in _put()