Searched defs:threadCount (Results 1 – 7 of 7) sorted by relevance
122 HWE_ThreadPool *HWE_CreateThreadPool(int32_t threadCount, HWE_ThreadPoolParam *threadParam) in HWE_CreateThreadPool()
39 int32_t threadCount; // thread number member
59 size_t threadCount, in NativeSafeAsyncWork()
215 napi_value asyncResourceName, size_t maxQueueSize, size_t threadCount, void* finalizeData, in CreateSafeAsyncWork()
554 int threadCount = 1000; variable
520 int threadCount = THREAD_COUNT_FOUR; variable564 int threadCount = THREAD_COUNT_FOUR; variable
124 explicit ThreadPool(size_t threadCount) in ThreadPool()