Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp89 static pthread_mutex_t gParcelGlobalAllocSizeLock = PTHREAD_MUTEX_INITIALIZER; variable
367 pthread_mutex_lock(&gParcelGlobalAllocSizeLock); in getGlobalAllocSize()
369 pthread_mutex_unlock(&gParcelGlobalAllocSizeLock); in getGlobalAllocSize()
374 pthread_mutex_lock(&gParcelGlobalAllocSizeLock); in getGlobalAllocCount()
376 pthread_mutex_unlock(&gParcelGlobalAllocSizeLock); in getGlobalAllocCount()
2455 pthread_mutex_lock(&gParcelGlobalAllocSizeLock); in freeDataNoInit()
2464 pthread_mutex_unlock(&gParcelGlobalAllocSizeLock); in freeDataNoInit()
2508 pthread_mutex_lock(&gParcelGlobalAllocSizeLock); in restartWrite()
2514 pthread_mutex_unlock(&gParcelGlobalAllocSizeLock); in restartWrite()
2601 pthread_mutex_lock(&gParcelGlobalAllocSizeLock); in continueWrite()
[all …]