nnosThreadInitializeAndStart Function#include <nn/os.h>
NN_EXTERN_C void nnosThreadInitializeAndStart(
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::Start.
CONFIDENTIAL