Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dipc_process_skeleton.c30 static pthread_mutex_t g_ipcSkeletonMutex = PTHREAD_MUTEX_INITIALIZER; variable
79 if (pthread_mutex_lock(&g_ipcSkeletonMutex) != 0) { in GetCurrentSkeleton()
86 pthread_mutex_unlock(&g_ipcSkeletonMutex); in GetCurrentSkeleton()
96 pthread_mutex_unlock(&g_ipcSkeletonMutex); in GetCurrentSkeleton()