Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp81 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()
2664 pthread_mutex_lock(&gParcelGlobalAllocSizeLock); in freeDataNoInit()
2673 pthread_mutex_unlock(&gParcelGlobalAllocSizeLock); in freeDataNoInit()
2717 pthread_mutex_lock(&gParcelGlobalAllocSizeLock); in restartWrite()
2723 pthread_mutex_unlock(&gParcelGlobalAllocSizeLock); in restartWrite()
2811 pthread_mutex_lock(&gParcelGlobalAllocSizeLock); in continueWrite()
[all …]