Home
last modified time | relevance | path

Searched refs:OSThreadExit (Results 1 – 4 of 4) sorted by relevance

/tests/
Dthreadtest.c14 OSThreadExit(arg); in threadEntry()
/include/
Dsyscall.h35 int OSThreadExit(uint64_t status);
/lib/libc/posix/
Dpthread.c104 OSThreadExit(0); in pthreadCreateHelper()
148 OSThreadExit(0); in pthread_exit()
/lib/libc/
Dsyscall.c119 OSThreadExit(uint64_t status) in OSThreadExit() function