Searched refs:thread_exit (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.2-release/sys/cddl/compat/opensolaris/sys/
H A Dproc.h91 #define thread_exit() kthread_exit() macro
/freebsd-10.2-release/contrib/ntp/libntp/
H A Dwork_thread.c62 # define thread_exit(c) _endthreadex(c) macro
69 # define thread_exit(c) pthread_exit((void*)(size_t)(c)) macro
117 thread_exit(exitcode); /* see #define thread_exit */
/freebsd-10.2-release/sys/kern/
H A Dkern_kthread.c346 thread_exit();
H A Dkern_thread.c397 thread_exit(void) function
413 CTR3(KTR_PROC, "thread_exit: thread %p (pid %ld, %s)", td,
463 panic ("thread_exit: Last thread exiting on its own");
496 CTR1(KTR_PROC, "thread_exit: cpu_throw() thread %p", td);
555 * thread_exit()
814 * thread_exit() or suspend, or whether the caller must abort and back
828 * 0 = thread_exit() or suspension ok,
834 * thread_exit() would be safe as that may be the outcome unless
891 thread_exit();
H A Dkern_thr.c331 thread_exit();
H A Dkern_exit.c232 * thread_exit() in trap(). Any thread attempting to
236 * to return to userland will thread_exit() from userret().
237 * thread_exit() will unsuspend us when the last of the
670 thread_exit();
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtrim_map.c576 thread_exit();
H A Dtxg.c240 thread_exit();
H A Darc.c2772 thread_exit();
5577 thread_exit();
H A Dspa.c6025 thread_exit();
6065 thread_exit();
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h214 #define thread_exit() thr_exit(NULL) macro
/freebsd-10.2-release/sys/sys/
H A Dproc.h954 void thread_exit(void) __dead2;
/freebsd-10.2-release/share/man/man9/
H A DMakefile267 thread_exit.9 \

Completed in 181 milliseconds