Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
void __SYSCALL(thread_exit)(void *value)
228
{
229
threadExit((int)value);
230
}
231
232
struct __pthread_t *__SYSCALL(thread_self)(void)
233
{
Callers
nothing calls this directly
Calls
1
threadExit
Function · 0.85
Tested by
no test coverage detected