Searched refs:thread_exit (Results 1 - 18 of 18) sorted by path

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h225 #define thread_exit() thr_exit(NULL) macro
/freebsd-11-stable/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 */
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dproc.h93 #define thread_exit() kthread_exit() macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddbuf.c603 thread_exit();
H A Dtrim_map.c569 thread_exit();
H A Dtxg.c240 thread_exit();
H A Dvdev_initialize.c667 thread_exit();
H A Dvdev_removal.c1520 thread_exit();
H A Darc.c4739 thread_exit();
7989 thread_exit();
H A Ddmu_send.c610 thread_exit();
2948 thread_exit();
H A Dspa.c7251 thread_exit();
7289 thread_exit();
H A Dzthr.c182 thread_exit();
/freebsd-11-stable/sys/kern/
H A Dkern_kthread.c351 thread_exit();
H A Dkern_thr.c385 thread_exit();
H A Dkern_thread.c515 thread_exit(void) function
531 CTR3(KTR_PROC, "thread_exit: thread %p (pid %ld, %s)", td,
579 panic ("thread_exit: Last thread exiting on its own");
614 CTR1(KTR_PROC, "thread_exit: cpu_throw() thread %p", td);
674 * thread_exit()
928 * thread_exit() or suspend, or whether the caller must abort and back
942 * 0 = thread_exit() or suspension ok,
948 * thread_exit() would be safe as that may be the outcome unless
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
660 thread_exit();
/freebsd-11-stable/share/man/man9/
H A DMakefile291 thread_exit.9 \
/freebsd-11-stable/sys/sys/
H A Dproc.h1095 void thread_exit(void) __dead2;

Completed in 284 milliseconds