_emscripten_thread_init

Internal Emscripten function.

Initializes Wasm globals for thread metadata using the provided values and sets the thread status to RUNNING

void _emscripten_thread_init(pthread_t ptr,
int is_main,
int is_runtime,
int can_block,
int default_stacksize,
int start_profiling)

See emscripten_thread_init.c