Searched refs:nnosThreadTryInitializeAndStart (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/net/compatible/nos/ |
| D | nos_horizon.h | 112 …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/ |
| D | os_Thread.cpp | 297 bool nnosThreadTryInitializeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, … in nnosThreadTryInitializeAndStart() function
|
| /CTR-SDK-0.14.4/include/nn/os/ |
| D | os_Thread.h | 1041 NN_EXTERN_C bool nnosThreadTryInitializeAndStart(nnosThread* this_, void (*f)(uptr), uptr param, up…
|