Home
last modified time | relevance | path

Searched refs:recvBlockList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c383 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 …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h181 MutexList recvBlockList; /* DATA:BlockFrame */ member