Searched refs:pThreadPool (Results 1 – 1 of 1) sorted by relevance
271 ThreadPool* pThreadPool = new (p) ThreadPool(); in nnosThreadPoolInitialize() local272 …pThreadPool->Initialize(workBuffer, numMaxWaitObjects, numWorkerThreads, workerStackBottoms, worke… in nnosThreadPoolInitialize()278 ThreadPool* pThreadPool = new (p) ThreadPool(); in nnosThreadPoolInitializeWithStackMemoryBlock() local280 …pThreadPool->Initialize(workBuffer, numMaxWaitObjects, numWorkerThreads, pWorkerStacks, workerPrio… in nnosThreadPoolInitializeWithStackMemoryBlock()286 ThreadPool* pThreadPool = reinterpret_cast<ThreadPool*>(p); in nnosThreadPoolFinalize() local287 pThreadPool->Finalize(); in nnosThreadPoolFinalize()292 ThreadPool* pThreadPool = reinterpret_cast<ThreadPool*>(p); in nnosThreadPoolAddWaitTask() local294 pThreadPool->AddWaitTask(pThreadPoolTask); in nnosThreadPoolAddWaitTask()299 ThreadPool* pThreadPool = reinterpret_cast<ThreadPool*>(p); in nnosThreadPoolAddTask() local301 pThreadPool->AddTask(pThreadPoolTask); in nnosThreadPoolAddTask()