Searched refs:gLock (Results 1 – 7 of 7) sorted by relevance
50 static UMutex gLock; in copyInvariantFormatter() local51 Mutex lock(&gLock); in copyInvariantFormatter()
275 static UMutex gLock; variable494 umtx_lock(&gLock); in getGenericLocationName()498 umtx_unlock(&gLock); in getGenericLocationName()749 umtx_lock(&gLock); in getPartialLocationName()753 umtx_unlock(&gLock); in getPartialLocationName()1016 umtx_lock(&gLock); in findLocal()1020 umtx_unlock(&gLock); in findLocal()1047 umtx_lock(&gLock); in findLocal()1069 umtx_unlock(&gLock); in findLocal()1075 umtx_lock(&gLock); in findLocal()[all …]
1087 static UMutex gLock; in checkTransitionRules() local1088 umtx_lock(&gLock); in checkTransitionRules()1093 umtx_unlock(&gLock); in checkTransitionRules()
152 static UMutex gLock; in completeConst() local156 umtx_lock(&gLock); in completeConst()161 umtx_unlock(&gLock); in completeConst()
153 static UMutex gLock; variable1391 umtx_lock(&gLock); in getTimeZoneGenericNames()1396 umtx_unlock(&gLock); in getTimeZoneGenericNames()1407 umtx_lock(&gLock); in getTZDBTimeZoneNames()1417 umtx_unlock(&gLock); in getTZDBTimeZoneNames()
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()