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

Function threadJoin

libctru/source/thread.c:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96Result threadJoin(Thread thread, u64 timeout_ns)
97{
98 if (!thread || thread->finished) return 0;
99 return svcWaitSynchronization(thread->handle, timeout_ns);
100}
101
102void threadDetach(Thread thread)
103{

Callers 4

ndspExitFunction · 0.85
gspExitFunction · 0.85
aptExitFunction · 0.85
__SYSCALL(thread_join)Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected