Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c358 if (PthreadMutexLock(&session->outboundQueueLock) != 0) { in SendOutboundFrame()
367 if (PthreadMutexUnlock(&session->outboundQueueLock) != 0) { in SendOutboundFrame()
H A Dnstackx_dfile.c860 if (PthreadMutexInit(&session->outboundQueueLock, NULL) != 0) { in DFileSessionMutexInit()
894 PthreadMutexDestroy(&session->outboundQueueLock); in DFileSessionMutexInit()
1002 PthreadMutexDestroy(&session->outboundQueueLock); in DFileSessionClean()
H A Dnstackx_dfile_session.c919 if (PthreadMutexLock(&session->outboundQueueLock) != 0) { in DFileWriteHandle()
926 if (PthreadMutexUnlock(&session->outboundQueueLock) != 0) { in DFileWriteHandle()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h102 pthread_mutex_t outboundQueueLock; member