Home
last modified time | relevance | path

Searched refs:NSTACKX_MAX_CLIENT_SEND_THREAD_NUM (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_config.h79 #define NSTACKX_MAX_CLIENT_SEND_THREAD_NUM 3 macro
107 #if (NSTACKX_P2P_CLINET_SEND_THREAD_NUM_NON_GSO > NSTACKX_MAX_CLIENT_SEND_THREAD_NUM) ||\
108 (NSTACKX_P2P_CLIENT_SEND_THREAD_NUM_GSO > NSTACKX_MAX_CLIENT_SEND_THREAD_NUM)
H A Dnstackx_dfile_session.h96 SendThreadPara sendThreadPara[NSTACKX_MAX_CLIENT_SEND_THREAD_NUM];
139 List freeIovList[NSTACKX_MAX_CLIENT_SEND_THREAD_NUM];
153 uint32_t stopSendCnt[NSTACKX_MAX_CLIENT_SEND_THREAD_NUM];
H A Dnstackx_file_manager.h248 SendBlockFrameListPara sendBlockFrameListPara[NSTACKX_MAX_CLIENT_SEND_THREAD_NUM];
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c850 for (i = 0; i < NSTACKX_MAX_CLIENT_SEND_THREAD_NUM; i++) { in DFileSessionBaseInit()
H A Dnstackx_file_manager.c1189 … (fileManager->isSender && fileList->bindedSendBlockListIdx < NSTACKX_MAX_CLIENT_SEND_THREAD_NUM) { in FileManagerStopTask()
H A Dnstackx_dfile_session.c1484 if (pos >= POS_SEND_THERD_START + NSTACKX_MAX_CLIENT_SEND_THREAD_NUM) { in DFileSenderPre()