Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c260 if (PthreadMutexLock(&session->backPressLock) != 0) { in CheckSendByBackPress()
267 if (PthreadMutexUnlock(&session->backPressLock) != 0) { in CheckSendByBackPress()
279 if (PthreadMutexUnlock(&session->backPressLock) != 0) { in CheckSendByBackPress()
H A Dnstackx_dfile.c871 if (PthreadMutexInit(&session->backPressLock, NULL) != 0) { in DFileSessionMutexInit()
888 PthreadMutexDestroy(&session->backPressLock); in DFileSessionMutexInit()
1004 PthreadMutexDestroy(&session->backPressLock); in DFileSessionClean()
H A Dnstackx_dfile_session.c788 if (PthreadMutexLock(&session->backPressLock) != 0) { in DFileSessionResolveBackPress()
803 if (PthreadMutexUnlock(&session->backPressLock) != 0) { in DFileSessionResolveBackPress()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h152 pthread_mutex_t backPressLock; member