Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/compat/opensolaris/sys/
H A Dproc.h93 #define thread_exit() kthread_exit() macro
/freebsd-12.1/contrib/ntp/libntp/
H A Dwork_thread.c73 # define thread_exit(c) _endthreadex(c) macro
80 # define thread_exit(c) pthread_exit((void*)(UINTPTR_T)(c)) macro
128 thread_exit(exitcode); /* see #define thread_exit */ in exit_worker()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzthr.c182 thread_exit(); in zthr_exit()
H A Dvdev_initialize.c667 thread_exit(); in vdev_initialize_thread()
H A Dtrim_map.c566 thread_exit(); in trim_thread()
H A Dtxg.c240 thread_exit(); in txg_thread_exit()
H A Ddmu_send.c610 thread_exit(); in send_traverse_thread()
2944 thread_exit(); in receive_writer_thread()
H A Dvdev_removal.c1520 thread_exit(); in spa_vdev_remove_thread()
H A Darc.c5045 thread_exit(); in arc_dnlc_evicts_thread()
8389 thread_exit(); in l2arc_feed_thread()
H A Dspa.c7259 thread_exit();
7297 thread_exit();
H A Ddbuf.c766 thread_exit(); in dbuf_evict_thread()
/freebsd-12.1/sys/kern/
H A Dkern_kthread.c366 thread_exit(); in kthread_exit()
H A Dkern_thr.c384 thread_exit(); in kern_thr_exit()
H A Dkern_thread.c514 thread_exit(void) in thread_exit() function
H A Dkern_exit.c667 thread_exit(); in exit1()
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h225 #define thread_exit() thr_exit(NULL) macro
/freebsd-12.1/sys/sys/
H A Dproc.h1122 void thread_exit(void) __dead2;
/freebsd-12.1/share/man/man9/
H A DMakefile314 thread_exit.9 \
/freebsd-12.1/contrib/ntp/
H A DCommitLog46805 fix minor 64-bit casting issue for 'thread_exit()' macro