Home
last modified time | relevance | path

Searched refs:PthreadMutexUnlock (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_control.c66 if (PthreadMutexUnlock(&session->transferDoneAckList.lock) != 0) { in DFileSendTransferDoneAck()
79 if (PthreadMutexUnlock(&session->transferDoneAckList.lock) != 0) { in DFileSendTransferDoneAck()
H A Dnstackx_file_manager.c207 if (PthreadMutexUnlock(&mutexList->lock) != 0) { in MutexListAddNode()
230 if (PthreadMutexUnlock(&mutexList->lock) != 0) { in MutexListPopFront()
271 if (PthreadMutexUnlock(&fileManager->taskList.lock) != 0) { in PrepareOneTaskByStatus()
395 if (PthreadMutexUnlock(&fileList->recvBlockList.lock) != 0) { in ClearRecvFileList()
715 if (PthreadMutexUnlock(&mutexList->lock) != 0) { in SwapRecvBlockListHead()
952 if (PthreadMutexUnlock(&fileManager->taskList.lock) != 0) { in WakeAllThread()
1093 if (PthreadMutexUnlock(&taskList->lock) != 0) { in GetFileListById()
1132 if (PthreadMutexUnlock(&taskList->lock) != 0) { in GetFileBlockListSize()
1200 if (PthreadMutexUnlock(&fileManager->taskList.lock) != 0) { in FileManagerStopTask()
1710 if (PthreadMutexUnlock( in ClearTask()
[all...]
H A Dnstackx_dfile_send.c267 if (PthreadMutexUnlock(&session->backPressLock) != 0) { in CheckSendByBackPress()
279 if (PthreadMutexUnlock(&session->backPressLock) != 0) { in CheckSendByBackPress()
367 if (PthreadMutexUnlock(&session->outboundQueueLock) != 0) { in SendOutboundFrame()
H A Dnstackx_file_manager_client.c333 if (PthreadMutexUnlock(&fileList->newReadOutSet.lock) != 0) { in GetFileInfo()
484 if (PthreadMutexUnlock(&para->sendBlockFrameList.lock) != 0) { in PushFileBlockFrame()
523 if (PthreadMutexUnlock(&fileList->sendRetranList.lock) != 0) { in ClearSendFileList()
934 if (PthreadMutexUnlock(&fileList->newReadOutSet.lock) != 0) { in FileManagerResetSendOutSet()
1006 if (PthreadMutexUnlock(&para->sendBlockFrameList.lock) != 0) { in GetDataFrameFromSendList()
1107 if (PthreadMutexUnlock(&para->sendBlockFrameList.lock) != 0) { in ClearSendFrameList()
1183 if (PthreadMutexUnlock(&fileManager->taskList.lock) != 0) { in FileManagerHasPendingDataMp()
1234 if (PthreadMutexUnlock(&fileManager->taskList.lock) != 0) { in FileManagerHasPendingDataInner()
H A Dnstackx_dfile.c85 if (PthreadMutexUnlock(&g_dFileSessionIdMutex) != 0) { in GetDFileSessionId()
113 if (PthreadMutexUnlock(&g_dFileSessionChainMutex) != 0) { in GetDFileSessionNodeById()
138 if (PthreadMutexUnlock(&g_dFileSessionChainMutex) != 0) { in AddDFileSessionNode()
165 if (PthreadMutexUnlock(&g_dFileSessionChainMutex) != 0) { in PopDFileSessionNodeById()
974 if (PthreadMutexUnlock(&session->transferDoneAckList.lock) != 0) { in DFileClearTransferDoneAckList()
H A Dnstackx_dfile_session.c802 if (PthreadMutexUnlock(&session->backPressLock) != 0) { in DFileSessionResolveBackPress()
925 if (PthreadMutexUnlock(&session->outboundQueueLock) != 0) { in DFileWriteHandle()
1654 if (PthreadMutexUnlock(&session->inboundQueueLock) != 0) { in ReadEventHandle()
1655 DFILE_LOGE(TAG, "PthreadMutexUnlock error"); in ReadEventHandle()
1685 if (PthreadMutexUnlock(&session->inboundQueueLock) != 0) { in DFileAddInboundQueue()
1940 if (PthreadMutexUnlock(&session->transIdLock) != 0) { in DFileStartTrans()
H A Dnstackx_dfile_dfx.c67 if (PthreadMutexUnlock(&g_dFileSessionChainMutex) != 0) { in HidumpList()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c222 if (PthreadMutexUnlock(&g_coapThreadParam.waitLock) != 0) { in RegisterCoAPEpollTask()
401 PthreadMutexUnlock(&g_coapThreadParam.waitLock); in CoapIoMonitorLoop()
406 if (PthreadMutexUnlock(&g_coapThreadParam.waitLock) != 0) { in CoapIoMonitorLoop()
413 if (PthreadMutexUnlock(&g_coapThreadParam.waitLock) != 0) { in CoapIoMonitorLoop()
457 PthreadMutexUnlock(&g_coapThreadParam.waitLock); in CoapThreadDestroy()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_util.h72 NSTACKX_EXPORT int32_t PthreadMutexUnlock(pthread_mutex_t *mutex);
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_util.c155 int32_t PthreadMutexUnlock(pthread_mutex_t *mutex) in PthreadMutexUnlock() function
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_util.c208 int32_t PthreadMutexUnlock(pthread_mutex_t *mutex) in PthreadMutexUnlock() function

Completed in 13 milliseconds