Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Drpc_process_skeleton.c47 static pthread_mutex_t g_handleToIndexMutex = PTHREAD_MUTEX_INITIALIZER; variable
322 pthread_mutex_lock(&g_handleToIndexMutex); in AttachHandleToIndex()
324 pthread_mutex_unlock(&g_handleToIndexMutex); in AttachHandleToIndex()
330 pthread_mutex_lock(&g_handleToIndexMutex); in DetachHandleToIndex()
332 pthread_mutex_unlock(&g_handleToIndexMutex); in DetachHandleToIndex()
338 pthread_mutex_lock(&g_handleToIndexMutex); in QueryHandleToIndex()
342 pthread_mutex_unlock(&g_handleToIndexMutex); in QueryHandleToIndex()
346 pthread_mutex_unlock(&g_handleToIndexMutex); in QueryHandleToIndex()