Searched refs:recvBlockList (Results 1 – 2 of 2) sorted by relevance
383 if (PthreadMutexLock(&fileList->recvBlockList.lock) != 0) { in ClearRecvFileList()386 while (fileList->recvBlockList.size > 0) { in ClearRecvFileList()387 blockFrame = (BlockFrame *)ListPopFront(&fileList->recvBlockList.head); in ClearRecvFileList()388 fileList->recvBlockList.size--; in ClearRecvFileList()395 if (PthreadMutexUnlock(&fileList->recvBlockList.lock) != 0) { in ClearRecvFileList()398 MutexListDestory(&fileList->recvBlockList); in ClearRecvFileList()1128 sum += fileList->recvBlockList.size; in GetFileBlockListSize()1528 if (MutexListInit(&fmFileList->recvBlockList, maxRecvBlockListSize) != NSTACKX_EOK) { in CreateRecvFileList()1535 MutexListDestory(&fmFileList->recvBlockList); in CreateRecvFileList()1629 ret = MutexListAddNode(&fileList->recvBlockList, &blockFrame->list, NSTACKX_TRUE); in PushRecvBlockFrame()[all …]
181 MutexList recvBlockList; /* DATA:BlockFrame */ member