Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Drpc_process_skeleton.c40 static SocketThreadLockInfoList g_socketLockInfoList = {.mutex = PTHREAD_MUTEX_INITIALIZER}; variable
69 UtilsListInit(&g_socketLockInfoList.socketLockInfo); in RpcProcessSkeleton()
111 pthread_mutex_lock(&g_socketLockInfoList.mutex); in AttachThreadLockInfo()
112 UtilsListAdd(&g_socketLockInfoList.socketLockInfo, &threadLockInfo->list); in AttachThreadLockInfo()
113 pthread_mutex_unlock(&g_socketLockInfoList.mutex); in AttachThreadLockInfo()
120 pthread_mutex_lock(&g_socketLockInfoList.mutex); in QueryThreadLockInfo()
121 …UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_socketLockInfoList.socketLockInfo, SocketThreadLockInfo, lis… in QueryThreadLockInfo()
124 pthread_mutex_unlock(&g_socketLockInfoList.mutex); in QueryThreadLockInfo()
128 pthread_mutex_unlock(&g_socketLockInfoList.mutex); in QueryThreadLockInfo()