Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c191 if (PthreadMutexLock(&mutexList->lock) != 0) { in MutexListAddNode()
218 if (PthreadMutexLock(&mutexList->lock) != 0) { in MutexListPopFront()
248 if (PthreadMutexLock(&fileManager->taskList.lock) != 0) { in PrepareOneTaskByStatus()
383 if (PthreadMutexLock(&fileList->recvBlockList.lock) != 0) { in ClearRecvFileList()
698 if (PthreadMutexLock(&mutexList->lock) != 0) { in SwapRecvBlockListHead()
942 if (PthreadMutexLock(&fileManager->taskList.lock) != 0) { in WakeAllThread()
1081 if (PthreadMutexLock(&taskList->lock) != 0) { in GetFileListById()
1120 if (PthreadMutexLock(&taskList->lock) != 0) { in GetFileBlockListSize()
1172 if (PthreadMutexLock(&fileManager->taskList.lock) != 0) { in FileManagerStopTask()
1704 if (PthreadMutexLock( in ClearTask()
[all...]
H A Dnstackx_dfile_control.c52 if (PthreadMutexLock(&session->transferDoneAckList.lock) != 0) { in DFileSendTransferDoneAck()
H A Dnstackx_file_manager_client.c324 if (PthreadMutexLock(&fileList->newReadOutSet.lock) != 0) { in GetFileInfo()
470 if (PthreadMutexLock(&para->sendBlockFrameList.lock) != 0) { in PushFileBlockFrame()
514 if (PthreadMutexLock(&fileList->sendRetranList.lock) != 0) { in ClearSendFileList()
927 if (PthreadMutexLock(&fileList->newReadOutSet.lock) != 0) { in FileManagerResetSendOutSet()
999 if (PthreadMutexLock(&para->sendBlockFrameList.lock) != 0) { in GetDataFrameFromSendList()
1094 if (PthreadMutexLock(&para->sendBlockFrameList.lock) != 0) { in ClearSendFrameList()
1151 if (PthreadMutexLock(&fileManager->taskList.lock) != 0) { in FileManagerHasPendingDataMp()
1202 if (PthreadMutexLock(&fileManager->taskList.lock) != 0) { in FileManagerHasPendingDataInner()
H A Dnstackx_dfile_send.c260 if (PthreadMutexLock(&session->backPressLock) != 0) { in CheckSendByBackPress()
358 if (PthreadMutexLock(&session->outboundQueueLock) != 0) { in SendOutboundFrame()
H A Dnstackx_dfile.c71 if (PthreadMutexLock(&g_dFileSessionIdMutex) != 0) { in GetDFileSessionId()
102 if (PthreadMutexLock(&g_dFileSessionChainMutex) != 0) { in GetDFileSessionNodeById()
132 if (PthreadMutexLock(&g_dFileSessionChainMutex) != 0) { in AddDFileSessionNode()
153 if (PthreadMutexLock(&g_dFileSessionChainMutex) != 0) { in PopDFileSessionNodeById()
964 if (PthreadMutexLock(&session->transferDoneAckList.lock) != 0) { in DFileClearTransferDoneAckList()
H A Dnstackx_dfile_session.c787 if (PthreadMutexLock(&session->backPressLock) != 0) { in DFileSessionResolveBackPress()
918 if (PthreadMutexLock(&session->outboundQueueLock) != 0) { in DFileWriteHandle()
1647 if (PthreadMutexLock(&session->inboundQueueLock) != 0) { in ReadEventHandle()
1648 DFILE_LOGE(TAG, "PthreadMutexLock error"); in ReadEventHandle()
1677 if (PthreadMutexLock(&session->inboundQueueLock) != 0) { in DFileAddInboundQueue()
1935 if (PthreadMutexLock(&session->transIdLock) != 0) { in DFileStartTrans()
H A Dnstackx_dfile_dfx.c52 if (PthreadMutexLock(&g_dFileSessionChainMutex) != 0) { in HidumpList()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_util.h71 NSTACKX_EXPORT int32_t PthreadMutexLock(pthread_mutex_t *mutex);
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c215 if (PthreadMutexLock(&g_coapThreadParam.waitLock) != 0) { in RegisterCoAPEpollTask()
395 if (PthreadMutexLock(&g_coapThreadParam.waitLock) != 0) { in CoapIoMonitorLoop()
454 PthreadMutexLock(&g_coapThreadParam.waitLock); in CoapThreadDestroy()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_util.c150 int32_t PthreadMutexLock(pthread_mutex_t *mutex) in PthreadMutexLock() function
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_util.c203 int32_t PthreadMutexLock(pthread_mutex_t *mutex) in PthreadMutexLock() function

Completed in 14 milliseconds