Home
last modified time | relevance | path

Searched refs:thread_exit (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Dthread.cpp188 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 Dthread.h40 #define thread_exit() pthread_exit(NULL) macro
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dthread.h57 #define thread_exit() spl_thread_exit() macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dproc.h103 #define thread_exit() kthread_exit() macro
/freebsd/contrib/ntp/libntp/
H A Dwork_thread.c63 # 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 Dthread.h237 [[noreturn]] void thread_exit(ThreadReturnValue retval, ThreadStyle style);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzthr.c268 thread_exit(); in zthr_procedure()
H A Dvdev_trim.c990 thread_exit(); in vdev_trim_thread()
1488 thread_exit(); in vdev_autotrim_thread()
1670 thread_exit(); in vdev_trim_l2arc_thread()
H A Ddmu_redact.c368 thread_exit(); in redact_traverse_thread()
838 thread_exit(); in redact_merge_thread()
H A Dmmp.c892 thread_exit(); in mmp_thread()
H A Ddmu_send.c1210 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 Dvdev_initialize.c622 thread_exit(); in vdev_initialize_thread()
H A Dtxg.c229 thread_exit(); in txg_thread_exit()
H A Dvdev_rebuild.c983 thread_exit(); in vdev_rebuild_thread()
H A Dvdev_removal.c1834 thread_exit(); in spa_vdev_remove_thread()
/freebsd/sys/kern/
H A Dkern_kthread.c393 thread_exit(); in kthread_exit()
H A Dkern_thr.c412 thread_exit(); in kern_thr_exit()
H A Dkern_thread.c935 thread_exit(void) in thread_exit() function
H A Dkern_exit.c774 thread_exit(); in exit1()
/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dtaskq.c261 thread_exit(); in taskq_thread()
/freebsd/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c691 thread_exit(); in sweep_thread()
/freebsd/sys/sys/
H A Dproc.h1281 void thread_exit(void) __dead2;
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c4014 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 Dspl-taskq.c1155 thread_exit(); in taskq_thread()
/freebsd/share/man/man9/
H A DMakefile355 thread_exit.9 \

12