Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_dfx.h37 extern pthread_mutex_t g_dFileSessionChainMutex;
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c46 pthread_mutex_t g_dFileSessionChainMutex = PTHREAD_MUTEX_INITIALIZER; variable
102 if (PthreadMutexLock(&g_dFileSessionChainMutex) != 0) { in GetDFileSessionNodeById()
113 if (PthreadMutexUnlock(&g_dFileSessionChainMutex) != 0) { in GetDFileSessionNodeById()
132 if (PthreadMutexLock(&g_dFileSessionChainMutex) != 0) { in AddDFileSessionNode()
138 if (PthreadMutexUnlock(&g_dFileSessionChainMutex) != 0) { in AddDFileSessionNode()
153 if (PthreadMutexLock(&g_dFileSessionChainMutex) != 0) { in PopDFileSessionNodeById()
165 if (PthreadMutexUnlock(&g_dFileSessionChainMutex) != 0) { in PopDFileSessionNodeById()
H A Dnstackx_dfile_dfx.c52 if (PthreadMutexLock(&g_dFileSessionChainMutex) != 0) { in HidumpList()
67 if (PthreadMutexUnlock(&g_dFileSessionChainMutex) != 0) { in HidumpList()