Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/os/
Dos_ManagedThread.h152 …f)(T), U param , Stack& stack, s32 priority = PRIORITY_DEFAULT, s32 coreNo = CORE_NO_DEFAULT);
170 …, const T& param, Stack& stack, s32 priority = PRIORITY_DEFAULT, s32 coreNo = CORE_NO_DEFAULT);
188 … T*), const T& param, Stack& stack, s32 priority = PRIORITY_DEFAULT, s32 coreNo = CORE_NO_DEFAULT);
204 …f)(), Stack& stack, s32 priority = PRIORITY_DEFAULT, s32 coreNo = CORE_NO_DEFAULT);
222 …f)(T), U param, Stack& stack, s32 priority = PRIORITY_DEFAULT, s32 coreNo = CORE_NO_DEFAULT);
238 …, const T& param, Stack& stack, s32 priority = PRIORITY_DEFAULT, s32 coreNo = CORE_NO_DEFAULT);
254 … T*), const T& param, Stack& stack, s32 priority = PRIORITY_DEFAULT, s32 coreNo = CORE_NO_DEFAULT);
268 …f)(), Stack& stack, s32 priority = PRIORITY_DEFAULT, s32 coreNo = CORE_NO_DEFAULT);
287 …f)(T), U param, size_t stackSize, s32 priority = PRIORITY_DEFAULT, s32 coreNo = CORE_NO_DEFAULT);
304 …, const T& param, size_t stackSize, s32 priority = PRIORITY_DEFAULT, s32 coreNo = CORE_NO_DEFAULT);
[all …]
Dos_Thread.h204 …void Start(void (*f)(), Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY, s32 coreNo = CORE_NO…
227 …)(T), U param, Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY, s32 coreNo = CORE_NO_USE_PROC…
229 …T*), T& param, Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY, s32 coreNo = CORE_NO_USE_PROC…
231 …onst T& param, Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY, s32 coreNo = CORE_NO_USE_PROC…
253 …t(void (*f)(), Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY, s32 coreNo = CORE_NO_USE_PROC…
278 …)(T), U param, Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY, s32 coreNo = CORE_NO_USE_PROC…
280 …T*), T& param, Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY, s32 coreNo = CORE_NO_USE_PROC…
298 …id (*f)(), size_t stackSize, s32 priority = DEFAULT_THREAD_PRIORITY, s32 coreNo = CORE_NO_USE_PROC…
320 …, U param, size_t stackSize, s32 priority = DEFAULT_THREAD_PRIORITY, s32 coreNo = CORE_NO_USE_PROC…
340 …id (*f)(), size_t stackSize, s32 priority = DEFAULT_THREAD_PRIORITY, s32 coreNo = CORE_NO_USE_PROC…
[all …]
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_Thread.cpp216 s32 coreNo, in TryInitializeAndStartImpl() argument
225 coreNo, in TryInitializeAndStartImpl()
235 s32 coreNo, in TryInitializeAndStartImpl() argument
268 coreNo) ); in TryInitializeAndStartImpl()
312 …(const TypeInfo& typeInfo, ThreadFunc f, const void* p, size_t stackSize, s32 priority, s32 coreNo) in TryInitializeAndStartImplUsingAutoStack() argument
317 Result result = TryInitializeAndStartImpl(typeInfo, f, p, stackBottom, priority, coreNo, true); in TryInitializeAndStartImplUsingAutoStack()
369 …izeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, s32 priority, s32 coreNo) in nnosThreadInitializeAndStart() argument
373 pThread->Start(f, param, stack, priority, coreNo); in nnosThreadInitializeAndStart()
376 …izeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, s32 priority, s32 coreNo) in nnosThreadTryInitializeAndStart() argument
380 Result result = pThread->TryStart(f, param, stack, priority, coreNo); in nnosThreadTryInitializeAndStart()
Dos_ManagedThread.cpp183 …ypeInfo, ThreadFunc f, const void* p, uptr stackBottom, size_t stackSize, s32 priority, s32 coreNo) in TryInitializeImpl() argument
192 coreNo, in TryInitializeImpl()
196 … f, const void* p, uptr stackBottom, size_t stackSize, s32 priority, s32 coreNo, bool useAutoStack) in TryInitializeImpl() argument
210 coreNo, in TryInitializeImpl()
230 …(const TypeInfo& typeInfo, ThreadFunc f, const void* p, size_t stackSize, s32 priority, s32 coreNo) in TryInitializeImplUsingAutoStack() argument
235 … Result result = TryInitializeImpl(typeInfo, f, p, stackBottom, stackSize, priority, coreNo, true); in TryInitializeImplUsingAutoStack()
/CTR-SDK-4.2.5/include/nn/snd/CTR/MPCore/
Dsnd_Api.h80 s32 coreNo = NN_OS_CORE_NO_USE_PROCESS_VALUE
98 s32 coreNo