Home
last modified time | relevance | path

Searched refs:gParcelGlobalAllocSizeLock (Results 1 – 1 of 1) sorted by relevance

/system/libhwbinder/
DParcel.cpp90 static pthread_mutex_t gParcelGlobalAllocSizeLock = PTHREAD_MUTEX_INITIALIZER; variable
365 pthread_mutex_lock(&gParcelGlobalAllocSizeLock); in getGlobalAllocSize()
367 pthread_mutex_unlock(&gParcelGlobalAllocSizeLock); in getGlobalAllocSize()
372 pthread_mutex_lock(&gParcelGlobalAllocSizeLock); in getGlobalAllocCount()
374 pthread_mutex_unlock(&gParcelGlobalAllocSizeLock); in getGlobalAllocCount()
1935 pthread_mutex_lock(&gParcelGlobalAllocSizeLock); in freeDataNoInit()
1944 pthread_mutex_unlock(&gParcelGlobalAllocSizeLock); in freeDataNoInit()
1988 pthread_mutex_lock(&gParcelGlobalAllocSizeLock); in restartWrite()
1994 pthread_mutex_unlock(&gParcelGlobalAllocSizeLock); in restartWrite()
2083 pthread_mutex_lock(&gParcelGlobalAllocSizeLock); in continueWrite()
[all …]