|
NAMEthread_exit —
abandon current thread context
SYNOPSIS#include <sys/param.h>
#include <sys/proc.h>
void
DESCRIPTIONThethread_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.
To protect the
runqueue(9),
SEE ALSOmi_switch(9), mutex(9), runqueue(9), sleep(9)
Visit the GSP FreeBSD Man Page Interface. |