*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: thread_exit | Section: 9 | Source: FreeBSD | File: thread_exit.9.gz
THREAD_EXIT(9) FreeBSD Kernel Developer's Manual THREAD_EXIT(9) NAME thread_exit - abandon current thread context SYNOPSIS #include <sys/param.h> #include <sys/proc.h> void thread_exit(void); DESCRIPTION The thread_exit() function implements the machine independent prelude to a thread shutdown. It will not return, and will result in a call to mi_switch(9) to schedule some other thread. thread_exit() arranges to free all the resources of the thread, specifically the kernel stack. To protect the runqueue(9), thread_exit() must be called with the sched_lock mutex held. SEE ALSO mi_switch(9), mutex(9), runqueue(9), sleep(9) FreeBSD 14.1-RELEASE-p8 July 5, 2002 FreeBSD 14.1-RELEASE-p8

Navigation Options