Searched refs:workerStacks (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/os/ |
| D | os_ThreadPool.h | 92 … numMaxWaitObjects, size_t numWorkerThreads, nn::os::StackMemoryBlock workerStacks[], s32 workerPr… 126 … numMaxWaitObjects, size_t numWorkerThreads, nn::os::StackMemoryBlock workerStacks[], s32 workerPr… 214 … numMaxWaitObjects, size_t numWorkerThreads, nn::os::StackMemoryBlock workerStacks[], s32 workerPr… in ThreadPool() argument 217 Initialize(workBuffer, numMaxWaitObjects, numWorkerThreads, workerStacks, workerPriority); in ThreadPool() 361 …ze_t numMaxWaitObjects, size_t numWorkerThreads, nnosStackMemoryBlock workerStacks[], s32 workerPr…
|
| /CTR-SDK-1.0.0/CTR_SDK/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()
|