Searched refs:workerStacks (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-2.4.0/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… 218 … numMaxWaitObjects, size_t numWorkerThreads, nn::os::StackMemoryBlock workerStacks[], s32 workerPr… in ThreadPool() argument 221 …Initialize(workBuffer, numMaxWaitObjects, numWorkerThreads, workerStacks, workerPriority, waitPrio… in ThreadPool() 365 …ze_t numMaxWaitObjects, size_t numWorkerThreads, nnosStackMemoryBlock workerStacks[], s32 workerPr…
|
| /CTR-SDK-2.4.0/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()
|