| /freebsd/contrib/llvm-project/libc/src/__support/threads/linux/ |
| H A D | thread.cpp | 188 thread_exit(ThreadReturnValue(attrib->retval.posix_retval), in start_thread() 193 thread_exit(ThreadReturnValue(attrib->retval.stdc_retval), in start_thread() 485 void thread_exit(ThreadReturnValue retval, ThreadStyle style) { in thread_exit() function
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | thread.h | 40 #define thread_exit() pthread_exit(NULL) macro
|
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | thread.h | 57 #define thread_exit() spl_thread_exit() macro
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | proc.h | 103 #define thread_exit() kthread_exit() macro
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | work_thread.c | 63 # define thread_exit(c) _endthreadex(c) macro 70 # define thread_exit(c) pthread_exit((void*)(UINTPTR_T)(c)) macro 118 thread_exit(exitcode); /* see #define thread_exit */ in exit_worker()
|
| /freebsd/contrib/llvm-project/libc/src/__support/threads/ |
| H A D | thread.h | 237 [[noreturn]] void thread_exit(ThreadReturnValue retval, ThreadStyle style);
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zthr.c | 268 thread_exit(); in zthr_procedure()
|
| H A D | vdev_trim.c | 990 thread_exit(); in vdev_trim_thread() 1488 thread_exit(); in vdev_autotrim_thread() 1670 thread_exit(); in vdev_trim_l2arc_thread()
|
| H A D | dmu_redact.c | 368 thread_exit(); in redact_traverse_thread() 838 thread_exit(); in redact_merge_thread()
|
| H A D | mmp.c | 892 thread_exit(); in mmp_thread()
|
| H A D | dmu_send.c | 1210 thread_exit(); in send_traverse_thread() 1304 thread_exit(); in redact_list_thread() 1548 thread_exit(); in send_merge_thread() 1906 thread_exit(); in send_reader_thread()
|
| H A D | vdev_initialize.c | 622 thread_exit(); in vdev_initialize_thread()
|
| H A D | txg.c | 229 thread_exit(); in txg_thread_exit()
|
| H A D | vdev_rebuild.c | 983 thread_exit(); in vdev_rebuild_thread()
|
| H A D | vdev_removal.c | 1834 thread_exit(); in spa_vdev_remove_thread()
|
| /freebsd/sys/kern/ |
| H A D | kern_kthread.c | 393 thread_exit(); in kthread_exit()
|
| H A D | kern_thr.c | 412 thread_exit(); in kern_thr_exit()
|
| H A D | kern_thread.c | 935 thread_exit(void) in thread_exit() function
|
| H A D | kern_exit.c | 774 thread_exit(); in exit1()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/ |
| H A D | taskq.c | 261 thread_exit(); in taskq_thread()
|
| /freebsd/sys/contrib/openzfs/cmd/raidz_test/ |
| H A D | raidz_test.c | 691 thread_exit(); in sweep_thread()
|
| /freebsd/sys/sys/ |
| H A D | proc.h | 1281 void thread_exit(void) __dead2;
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 4014 thread_exit(); in ztest_scratch_thread() 7545 thread_exit(); in ztest_resume_thread() 7602 thread_exit(); in ztest_deadman_thread() 7663 thread_exit(); in ztest_rzx_thread() 7692 thread_exit(); in ztest_rzx_thread() 7736 thread_exit(); in ztest_thread()
|
| /freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-taskq.c | 1155 thread_exit(); in taskq_thread()
|
| /freebsd/share/man/man9/ |
| H A D | Makefile | 355 thread_exit.9 \
|