Home
last modified time | relevance | path

Searched refs:gListHead (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dumutex.cpp89 fListLink = gListHead; in getMutex()
90 gListHead = this; in getMutex()
97 UMutex *UMutex::gListHead = nullptr; member in UMutex
101 for (UMutex *m = gListHead; m != nullptr; m = next) { in cleanup()
107 gListHead = nullptr; in cleanup()
H A Dumutex.h246 static UMutex *gListHead; member in UMutex
/third_party/node/deps/icu-small/source/common/
H A Dumutex.cpp89 fListLink = gListHead; in getMutex()
90 gListHead = this; in getMutex()
97 UMutex *UMutex::gListHead = nullptr; member in UMutex
101 for (UMutex *m = gListHead; m != nullptr; m = next) { in cleanup()
107 gListHead = nullptr; in cleanup()
H A Dumutex.h246 static UMutex *gListHead; member in UMutex
/third_party/skia/third_party/externals/icu/source/common/
H A Dumutex.cpp89 fListLink = gListHead; in getMutex()
90 gListHead = this; in getMutex()
97 UMutex *UMutex::gListHead = nullptr; member in UMutex
101 for (UMutex *m = gListHead; m != nullptr; m = next) { in cleanup()
107 gListHead = nullptr; in cleanup()
H A Dumutex.h250 static UMutex *gListHead; member in UMutex

Completed in 4 milliseconds