Home
last modified time | relevance | path

Searched refs:semBlockListNotFull (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c541 CheckSendListFullAndWait(fileManager, &para->semBlockListNotFull); in PushRetranBlockFrame()
560 CheckSendListFullAndWait(fileManager, &para->semBlockListNotFull); in PushSendBlockFrame()
609 SemPost(&para->semBlockListNotFull); in SendTaskProcess()
1010 SemPost(&para->semBlockListNotFull); in GetDataFrameFromSendList()
H A Dnstackx_file_manager.c950 SemPost(&para->semBlockListNotFull); in WakeAllThread()
1331 if (SemInit(&para->semBlockListNotFull, 0, sendListSize) != 0) { in AtomicParameterInit()
1342 SemDestroy(&para->semBlockListNotFull); in AtomicParameterInit()
1353 SemDestroy(&fileManager->sendBlockFrameListPara[i].semBlockListNotFull); in AtomicParameterDestory()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h222 sem_t semBlockListNotFull; member