Searched refs:semBlockListNotFull (Results 1 – 3 of 3) sorted by relevance
541 CheckSendListFullAndWait(fileManager, ¶->semBlockListNotFull); in PushRetranBlockFrame()560 CheckSendListFullAndWait(fileManager, ¶->semBlockListNotFull); in PushSendBlockFrame()609 SemPost(¶->semBlockListNotFull); in SendTaskProcess()1010 SemPost(¶->semBlockListNotFull); in GetDataFrameFromSendList()
950 SemPost(¶->semBlockListNotFull); in WakeAllThread()1331 if (SemInit(¶->semBlockListNotFull, 0, sendListSize) != 0) { in AtomicParameterInit()1342 SemDestroy(¶->semBlockListNotFull); in AtomicParameterInit()1353 SemDestroy(&fileManager->sendBlockFrameListPara[i].semBlockListNotFull); in AtomicParameterDestory()
222 sem_t semBlockListNotFull; member