MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / ThreadMain

Function ThreadMain

test/pthread/test_pthread_supported.c:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include <errno.h>
13
14void *ThreadMain(void *arg) {
15 pthread_exit(NULL);
16}
17
18int main() {
19 pthread_t thread;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected