Searched refs:sendListSize (Results 1 – 2 of 2) sorted by relevance
1048 uint32_t sendListSize = fileManager->maxSendBlockListSize; in InitSendBlockLists() local1052 if (MutexListInit(¶->sendBlockFrameList, sendListSize) != NSTACKX_EOK) { in InitSendBlockLists()
1321 uint32_t sendListSize = fileManager->maxSendBlockListSize; in AtomicParameterInit() local1331 if (SemInit(¶->semBlockListNotFull, 0, sendListSize) != 0) { in AtomicParameterInit()