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
279 pthread_mutex_lock(&gParcelGlobalAllocSizeLock); in getGlobalAllocSize()
281 pthread_mutex_unlock(&gParcelGlobalAllocSizeLock); in getGlobalAllocSize()
286 pthread_mutex_lock(&gParcelGlobalAllocSizeLock); in getGlobalAllocCount()
288 pthread_mutex_unlock(&gParcelGlobalAllocSizeLock); in getGlobalAllocCount()
2601 pthread_mutex_lock(&gParcelGlobalAllocSizeLock); in freeDataNoInit()
2610 pthread_mutex_unlock(&gParcelGlobalAllocSizeLock); in freeDataNoInit()
2656 pthread_mutex_lock(&gParcelGlobalAllocSizeLock); in restartWrite()
2662 pthread_mutex_unlock(&gParcelGlobalAllocSizeLock); in restartWrite()
2750 pthread_mutex_lock(&gParcelGlobalAllocSizeLock); in continueWrite()
[all …]