Home
last modified time | relevance | path

Searched refs:STATIC_NEW (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dumutex.cpp73 initMutex = STATIC_NEW(std::mutex); in umtx_init()
74 initCondition = STATIC_NEW(std::condition_variable); in umtx_init()
H A Dunifiedcache.cpp75 gCacheMutex = STATIC_NEW(std::mutex); in cacheInit()
76 gInProgressValueAddedCond = STATIC_NEW(std::condition_variable); in cacheInit()
H A Dcmemory.h128 * static std::mutex *myMutex = STATIC_NEW(std::mutex);
134 * STATIC_NEW is intended for use when
144 #define STATIC_NEW(type) [] () { \ macro
/third_party/node/deps/icu-small/source/common/
H A Dumutex.cpp73 initMutex = STATIC_NEW(std::mutex); in umtx_init()
74 initCondition = STATIC_NEW(std::condition_variable); in umtx_init()
H A Dunifiedcache.cpp75 gCacheMutex = STATIC_NEW(std::mutex); in cacheInit()
76 gInProgressValueAddedCond = STATIC_NEW(std::condition_variable); in cacheInit()
H A Dcmemory.h128 * static std::mutex *myMutex = STATIC_NEW(std::mutex);
134 * STATIC_NEW is intended for use when
144 #define STATIC_NEW(type) [] () { \ macro
/third_party/skia/third_party/externals/icu/source/common/
H A Dumutex.cpp73 initMutex = STATIC_NEW(std::mutex); in umtx_init()
74 initCondition = STATIC_NEW(std::condition_variable); in umtx_init()
H A Dunifiedcache.cpp75 gCacheMutex = STATIC_NEW(std::mutex); in cacheInit()
76 gInProgressValueAddedCond = STATIC_NEW(std::condition_variable); in cacheInit()
H A Dcmemory.h128 * static std::mutex *myMutex = STATIC_NEW(std::mutex);
134 * STATIC_NEW is intended for use when
144 #define STATIC_NEW(type) [] () { \ macro

Completed in 14 milliseconds