| /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 | 50 #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 | 272 thread_exit(); in zthr_procedure()
|
| H A D | vdev_trim.c | 1000 thread_exit(); in vdev_trim_thread() 1498 thread_exit(); in vdev_autotrim_thread() 1680 thread_exit(); in vdev_trim_l2arc_thread()
|
| H A D | dmu_redact.c | 378 thread_exit(); in redact_traverse_thread() 848 thread_exit(); in redact_merge_thread()
|
| H A D | mmp.c | 818 thread_exit(); in mmp_thread()
|
| H A D | dmu_send.c | 1220 thread_exit(); in send_traverse_thread() 1314 thread_exit(); in redact_list_thread() 1558 thread_exit(); in send_merge_thread() 1916 thread_exit(); in send_reader_thread()
|
| H A D | vdev_initialize.c | 622 thread_exit(); in vdev_initialize_thread()
|
| H A D | txg.c | 239 thread_exit(); in txg_thread_exit()
|
| H A D | vdev_rebuild.c | 993 thread_exit(); in vdev_rebuild_thread()
|
| H A D | vdev_removal.c | 1840 thread_exit(); in spa_vdev_remove_thread()
|
| /freebsd/sys/kern/ |
| H A D | kern_kthread.c | 392 thread_exit(); in kthread_exit()
|
| H A D | kern_thr.c | 412 thread_exit(); in kern_thr_exit()
|
| H A D | kern_exit.c | 728 thread_exit(); in exit1()
|
| H A D | kern_thread.c | 934 thread_exit(void) in thread_exit() function
|
| /freebsd/sys/contrib/openzfs/lib/libspl/ |
| H A D | taskq.c | 271 thread_exit(); in taskq_thread()
|
| /freebsd/sys/contrib/openzfs/cmd/raidz_test/ |
| H A D | raidz_test.c | 701 thread_exit(); in sweep_thread()
|
| /freebsd/sys/sys/ |
| H A D | proc.h | 1258 void thread_exit(void) __dead2;
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 4058 thread_exit(); in ztest_scratch_thread() 7566 thread_exit(); in ztest_resume_thread() 7623 thread_exit(); in ztest_deadman_thread() 7684 thread_exit(); in ztest_rzx_thread() 7713 thread_exit(); in ztest_rzx_thread() 7757 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 | 350 thread_exit.9 \
|