Searched refs:outboundQueueLock (Results 1 – 4 of 4) sorted by relevance
358 if (PthreadMutexLock(&session->outboundQueueLock) != 0) { in SendOutboundFrame()367 if (PthreadMutexUnlock(&session->outboundQueueLock) != 0) { in SendOutboundFrame()
860 if (PthreadMutexInit(&session->outboundQueueLock, NULL) != 0) { in DFileSessionMutexInit()894 PthreadMutexDestroy(&session->outboundQueueLock); in DFileSessionMutexInit()1002 PthreadMutexDestroy(&session->outboundQueueLock); in DFileSessionClean()
919 if (PthreadMutexLock(&session->outboundQueueLock) != 0) { in DFileWriteHandle()926 if (PthreadMutexUnlock(&session->outboundQueueLock) != 0) { in DFileWriteHandle()
102 pthread_mutex_t outboundQueueLock; member