Searched defs:exit_thread (Results 1 – 2 of 2) sorted by relevance
7 void exit_thread(int result) { syscall(SYS_exit, result); } in exit_thread() function
10 void exit_thread(int status) { syscall(SYS_exit, status); } in exit_thread() function