Searched refs:pThreadPool (Results 1 – 1 of 1) sorted by relevance
346 ThreadPool* pThreadPool = new (p) ThreadPool(); in nnosThreadPoolInitialize() local347 …pThreadPool->Initialize(workBuffer, numMaxWaitObjects, numWorkerThreads, workerStackBottoms, worke… in nnosThreadPoolInitialize()353 ThreadPool* pThreadPool = new (p) ThreadPool(); in nnosThreadPoolInitializeWithStackMemoryBlock() local355 …pThreadPool->Initialize(workBuffer, numMaxWaitObjects, numWorkerThreads, pWorkerStacks, workerPrio… in nnosThreadPoolInitializeWithStackMemoryBlock()361 ThreadPool* pThreadPool = reinterpret_cast<ThreadPool*>(p); in nnosThreadPoolFinalize() local362 pThreadPool->Finalize(); in nnosThreadPoolFinalize()367 ThreadPool* pThreadPool = reinterpret_cast<ThreadPool*>(p); in nnosThreadPoolAddWaitTask() local369 pThreadPool->AddWaitTask(pThreadPoolTask); in nnosThreadPoolAddWaitTask()374 ThreadPool* pThreadPool = reinterpret_cast<ThreadPool*>(p); in nnosThreadPoolAddTask() local376 pThreadPool->AddTask(pThreadPoolTask); in nnosThreadPoolAddTask()