Searched refs:pthread_exit (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1045 TSAN_INTERCEPTOR(void, pthread_exit, void *retval) {
1047 SCOPED_INTERCEPTOR_RAW(pthread_exit, retval);
1052 REAL(pthread_exit)(retval);
2675 TSAN_INTERCEPT(pthread_exit);
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h235 #define thread_exit() pthread_exit(NULL)
/freebsd-13-stable/usr.sbin/bhyve/
H A Dbhyverun.c811 pthread_exit(NULL);
H A Dblock_if.c394 pthread_exit(NULL);
H A Dhda_codec.c881 pthread_exit(NULL);
/freebsd-13-stable/tests/sys/file/
H A Dflock_helper.c1428 pthread_exit((void *)error);
/freebsd-13-stable/sbin/hastd/
H A Dprimary.c1248 pthread_exit(NULL);
1263 pthread_exit(NULL);
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1046 pthread_exit((void *)(intptr_t)exit_status);
/freebsd-13-stable/tests/sys/netmap/
H A Dctrl-api-test.c1320 pthread_exit(ret ? (void *)THRET_FAILURE : (void *)THRET_SUCCESS);
/freebsd-13-stable/tests/sys/kern/
H A Dptrace_test.c1237 pthread_exit(NULL);

Completed in 193 milliseconds

12