Searched refs:gLock (Results 1 – 7 of 7) sorted by relevance
272 static UMutex gLock = U_MUTEX_INITIALIZER; variable488 umtx_lock(&gLock); in getGenericLocationName()492 umtx_unlock(&gLock); in getGenericLocationName()743 umtx_lock(&gLock); in getPartialLocationName()747 umtx_unlock(&gLock); in getPartialLocationName()1010 umtx_lock(&gLock); in findLocal()1014 umtx_unlock(&gLock); in findLocal()1041 umtx_lock(&gLock); in findLocal()1063 umtx_unlock(&gLock); in findLocal()1069 umtx_lock(&gLock); in findLocal()[all …]
1080 static UMutex gLock = U_MUTEX_INITIALIZER; variable1087 umtx_lock(&gLock); in checkTransitionRules()1092 umtx_unlock(&gLock); in checkTransitionRules()
149 static UMutex gLock = U_MUTEX_INITIALIZER; variable156 umtx_lock(&gLock); in completeConst()161 umtx_unlock(&gLock); in completeConst()
150 static UMutex gLock = U_MUTEX_INITIALIZER; variable1386 umtx_lock(&gLock); in getTimeZoneGenericNames()1391 umtx_unlock(&gLock); in getTimeZoneGenericNames()1402 umtx_lock(&gLock); in getTZDBTimeZoneNames()1412 umtx_unlock(&gLock); in getTZDBTimeZoneNames()
48 static UMutex gLock = U_MUTEX_INITIALIZER; variable51 Mutex lock(&gLock); in copyInvariantFormatter()
1482 final static Object gLock = new Object(); field in CppAssetManager.SharedZip1506 synchronized (gLock) { in get()1529 synchronized (gLock) { in getResourceTableAsset()1536 synchronized (gLock) { in setResourceTableAsset()1554 synchronized (gLock) { in setResourceTable()
147 #define NSPLock() EnterCriticalSection( &gLock );148 #define NSPUnlock() LeaveCriticalSection( &gLock );234 DEBUG_LOCAL CRITICAL_SECTION gLock; variable383 InitializeCriticalSection( &gLock ); in NSPStartup()464 DeleteCriticalSection( &gLock ); in NSPCleanup()