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

  /src/tests/lib/libpthread/
h_exit.c 41 printf("Test of pthread_exit() in main thread only.\n");
43 pthread_exit(NULL);
t_join.c 141 pthread_exit(NULL);
166 pthread_exit((void *)i);
t_condwait.c 100 pthread_exit(&ret);
t_cond.c 312 pthread_exit(NULL);
  /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/tests/lib/libc/net/
h_nsd_recurse.c 97 pthread_exit(NULL);
  /src/lib/libpthread/
thrd.c 129 pthread_exit((void *)(intptr_t)res);
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);
Makefile 146 pthread_exit.3 \
  /src/share/examples/rump/ttyserv/
ttyserv.c 158 pthread_exit(NULL);
  /src/lib/librumpuser/
rumpuser_pth.c 108 * FIXXXME: with glibc on ARM pthread_exit() aborts because
118 pthread_exit(NULL);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_test.cc 704 pthread_exit(0);
1121 // pthread_exit tries to perform unwinding stuff that leads to dlopen'ing
1127 pthread_exit(0);
  /src/tests/dev/audio/
audiotest.c 721 pthread_exit(NULL);

Completed in 21 milliseconds