Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/sources/libraries/os/
Dos_ThreadPool.cpp271 ThreadPool* pThreadPool = new (p) ThreadPool(); in nnosThreadPoolInitialize() local
272pThreadPool->Initialize(workBuffer, numMaxWaitObjects, numWorkerThreads, workerStackBottoms, worke… in nnosThreadPoolInitialize()
278 ThreadPool* pThreadPool = new (p) ThreadPool(); in nnosThreadPoolInitializeWithStackMemoryBlock() local
280pThreadPool->Initialize(workBuffer, numMaxWaitObjects, numWorkerThreads, pWorkerStacks, workerPrio… in nnosThreadPoolInitializeWithStackMemoryBlock()
286 ThreadPool* pThreadPool = reinterpret_cast<ThreadPool*>(p); in nnosThreadPoolFinalize() local
287 pThreadPool->Finalize(); in nnosThreadPoolFinalize()
292 ThreadPool* pThreadPool = reinterpret_cast<ThreadPool*>(p); in nnosThreadPoolAddWaitTask() local
294 pThreadPool->AddWaitTask(pThreadPoolTask); in nnosThreadPoolAddWaitTask()
299 ThreadPool* pThreadPool = reinterpret_cast<ThreadPool*>(p); in nnosThreadPoolAddTask() local
301 pThreadPool->AddTask(pThreadPoolTask); in nnosThreadPoolAddTask()