Searched refs:workerStacks (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/os/ |
| D | os_ThreadPool.h | 94 … numMaxWaitObjects, size_t numWorkerThreads, nn::os::StackMemoryBlock workerStacks[], s32 workerPr… 130 … numMaxWaitObjects, size_t numWorkerThreads, nn::os::StackMemoryBlock workerStacks[], s32 workerPr… 220 … numMaxWaitObjects, size_t numWorkerThreads, nn::os::StackMemoryBlock workerStacks[], s32 workerPr… in ThreadPool() argument 223 …Initialize(workBuffer, numMaxWaitObjects, numWorkerThreads, workerStacks, workerPriority, waitPrio… in ThreadPool() 367 …ze_t numMaxWaitObjects, size_t numWorkerThreads, nnosStackMemoryBlock workerStacks[], s32 workerPr…
|
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_ThreadPool.cpp | 351 …ze_t numMaxWaitObjects, size_t numWorkerThreads, nnosStackMemoryBlock workerStacks[], s32 workerPr… in nnosThreadPoolInitializeWithStackMemoryBlock() argument 354 StackMemoryBlock* pWorkerStacks = reinterpret_cast<StackMemoryBlock*>(workerStacks); in nnosThreadPoolInitializeWithStackMemoryBlock()
|