Searched refs:sendBlockFrameList (Results 1 – 3 of 3) sorted by relevance
470 if (PthreadMutexLock(¶->sendBlockFrameList.lock) != 0) { in PushFileBlockFrame()483 para->sendBlockFrameList.size++; in PushFileBlockFrame()955 if (!ListIsEmpty(¶->sendBlockFrameList.head)) { in GetSendBlockFrameListPara()962 if (!ListIsEmpty(¶->sendBlockFrameList.head)) { in GetSendBlockFrameListPara()976 cur = ListPopFront(¶->sendBlockFrameList.head); in GetMultipleBlockFrame()980 para->sendBlockFrameList.size--; in GetMultipleBlockFrame()999 if (PthreadMutexLock(¶->sendBlockFrameList.lock) != 0) { in GetDataFrameFromSendList()1063 MutexListDestory(¶->sendBlockFrameList); in InitSendBlockLists()1097 while (para->sendBlockFrameList.size > 0) { in ClearSendFrameList()1099 para->sendBlockFrameList.size--; in ClearSendFrameList()[all …]
1450 MutexListDestory(&fileManager->sendBlockFrameListPara[i].sendBlockFrameList); in FileManagerCreate()
220 MutexList sendBlockFrameList; /* DATA:BlockFrame */ member