MCPcopy Create free account
hub / github.com/devkitPro/libctru / threadGetExitCode

Function threadGetExitCode

libctru/source/thread.c:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83int threadGetExitCode(Thread thread)
84{
85 if (!thread || !thread->finished) return 0;
86 return thread->rc;
87}
88
89void threadFree(Thread thread)
90{

Callers 1

__SYSCALL(thread_join)Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected