HomeSort by: relevance | last modified time | path
    Searched defs:pthread_exit (Results 1 - 4 of 4) 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
  /src/lib/libpthread/
pthread.h 51 void pthread_exit(void *) __attribute__((__noreturn__));
454 #define pthread_exit __libc_thr_exit macro
pthread.c 147 __strong_alias(__libc_thr_exit,pthread_exit)
609 pthread_exit(retval);
649 pthread_exit(void *retval) function
1094 pthread_exit(PTHREAD_CANCELED);
  /src/crypto/external/bsd/openssh/dist/
auth-pam.c 149 #define pthread_exit fake_pthread_exit macro
202 pthread_exit(void *value) function
599 pthread_exit(NULL);
613 pthread_exit(NULL);

Completed in 27 milliseconds