Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Drpc_process_skeleton.c43 static pthread_mutex_t g_stubSessionMutex = PTHREAD_MUTEX_INITIALIZER; variable
234 pthread_mutex_lock(&g_stubSessionMutex); in AttachStubSession()
236 pthread_mutex_unlock(&g_stubSessionMutex); in AttachStubSession()
242 pthread_mutex_lock(&g_stubSessionMutex); in DetachStubSession()
244 pthread_mutex_unlock(&g_stubSessionMutex); in DetachStubSession()
250 pthread_mutex_lock(&g_stubSessionMutex); in QueryStubSession()
254 pthread_mutex_unlock(&g_stubSessionMutex); in QueryStubSession()
258 pthread_mutex_unlock(&g_stubSessionMutex); in QueryStubSession()