Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c1048 uint32_t sendListSize = fileManager->maxSendBlockListSize; in InitSendBlockLists() local
1052 if (MutexListInit(&para->sendBlockFrameList, sendListSize) != NSTACKX_EOK) { in InitSendBlockLists()
H A Dnstackx_file_manager.c1321 uint32_t sendListSize = fileManager->maxSendBlockListSize; in AtomicParameterInit() local
1331 if (SemInit(&para->semBlockListNotFull, 0, sendListSize) != 0) { in AtomicParameterInit()