Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/net/compatible/nos/
Dnos_horizon.h112 …bool result = nnosThreadTryInitializeAndStart(thread, (nnosThreadFunc)func, (uptr)arg, (uptr)stack… in NOS_CreateAndStartThread()
183 …bool result = nnosThreadTryInitializeAndStart(thread, (nnosThreadFunc)func, (uptr)arg, (uptr)stack… in NOS_CreateThread()
/CTR-SDK-0.14.4/sources/libraries/os/
Dos_Thread.cpp297 bool nnosThreadTryInitializeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, … in nnosThreadTryInitializeAndStart() function
/CTR-SDK-0.14.4/include/nn/os/
Dos_Thread.h1041 NN_EXTERN_C bool nnosThreadTryInitializeAndStart(nnosThread* this_, void (*f)(uptr), uptr param, up…