_emscripten_thread_free_data

Internal Emscripten function.

Called from JS main thread to free data associated a thread that is no longer running.

Should not be called from the thread being deallocated

void _emscripten_thread_free_data(pthread_t t)

See pthread_create.c