Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/os/
Dos_ThreadPool.cpp346 ThreadPool* pThreadPool = new (p) ThreadPool(); in nnosThreadPoolInitialize() local
347pThreadPool->Initialize(workBuffer, numMaxWaitObjects, numWorkerThreads, workerStackBottoms, worke… in nnosThreadPoolInitialize()
353 ThreadPool* pThreadPool = new (p) ThreadPool(); in nnosThreadPoolInitializeWithStackMemoryBlock() local
355pThreadPool->Initialize(workBuffer, numMaxWaitObjects, numWorkerThreads, pWorkerStacks, workerPrio… in nnosThreadPoolInitializeWithStackMemoryBlock()
361 ThreadPool* pThreadPool = reinterpret_cast<ThreadPool*>(p); in nnosThreadPoolFinalize() local
362 pThreadPool->Finalize(); in nnosThreadPoolFinalize()
367 ThreadPool* pThreadPool = reinterpret_cast<ThreadPool*>(p); in nnosThreadPoolAddWaitTask() local
369 pThreadPool->AddWaitTask(pThreadPoolTask); in nnosThreadPoolAddWaitTask()
374 ThreadPool* pThreadPool = reinterpret_cast<ThreadPool*>(p); in nnosThreadPoolAddTask() local
376 pThreadPool->AddTask(pThreadPoolTask); in nnosThreadPoolAddTask()