nnosThreadTryInitializeAndStart Function#include <nn/os.h>
NN_EXTERN_C bool nnosThreadTryInitializeAndStart(
nnosThread * this_,
void(*)(uptr) f,
uptr param,
uptr stackBottom,
s32 priority,
s32 coreNo
);
| Name | Description | |
|---|---|---|
| this_ | ||
| f | ||
| param | ||
| stackBottom | ||
| priority | ||
| coreNo |
See the corresponding C++ function nn::os::Thread::TryStart.
CONFIDENTIAL