Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c78 static ThreadLockInfoList g_threadLockInfoList = {.mutex = PTHREAD_MUTEX_INITIALIZER}; variable
98 UtilsListInit(&g_threadLockInfoList.threadLocks); in InitDBinder()
274 pthread_mutex_lock(&g_threadLockInfoList.mutex); in AttachThreadLockInfo()
275 UtilsListAdd(&g_threadLockInfoList.threadLocks, &threadLockInfo->list); in AttachThreadLockInfo()
276 pthread_mutex_unlock(&g_threadLockInfoList.mutex); in AttachThreadLockInfo()
282 pthread_mutex_lock(&g_threadLockInfoList.mutex); in DetachThreadLockInfo()
284 pthread_mutex_unlock(&g_threadLockInfoList.mutex); in DetachThreadLockInfo()
627 pthread_mutex_lock(&g_threadLockInfoList.mutex); in QueryThreadLockInfo()
628 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_threadLockInfoList.threadLocks, ThreadLockInfo, list) in QueryThreadLockInfo()
631 pthread_mutex_unlock(&g_threadLockInfoList.mutex); in QueryThreadLockInfo()
[all …]