HomeSort by: relevance | last modified time | path
    Searched defs:pthread_exit (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_pthread_wrappers.h 62 inline void pthread_exit(void *retval) { function in typeref:typename:void
  /src/lib/libpthread/
pthread.h 51 void pthread_exit(void *) __attribute__((__noreturn__));
418 #define pthread_exit __libc_thr_exit macro
pthread.c 145 __strong_alias(__libc_thr_exit,pthread_exit)
607 pthread_exit(retval);
647 pthread_exit(void *retval) function in typeref:typename:void
1092 pthread_exit(PTHREAD_CANCELED);

Completed in 16 milliseconds