Home
last modified time | relevance | path

Searched refs:NSTACKX_MAX_PROCESSING_TASK_NUM (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h290 #define NSTACKX_MAX_PROCESSING_TASK_NUM 100 macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c791 uint32_t bindingNum = NSTACKX_MAX_PROCESSING_TASK_NUM; in GetTargetSendBlockListIdx()
H A Dnstackx_file_manager.c1360 if (MutexListInit(&fileManager->taskList, NSTACKX_MAX_PROCESSING_TASK_NUM) != NSTACKX_EOK) { in InitAllCacheList()