MCPcopy Create free account
hub / github.com/devkitPro/libctru / __SYSCALL(thread_exit)

Function __SYSCALL(thread_exit)

libctru/source/system/syscalls.c:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void __SYSCALL(thread_exit)(void *value)
228{
229 threadExit((int)value);
230}
231
232struct __pthread_t *__SYSCALL(thread_self)(void)
233{

Callers

nothing calls this directly

Calls 1

threadExitFunction · 0.85

Tested by

no test coverage detected