mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
mdoc(7) police: overhaul.
Reviewed by: re
This commit is contained in:
parent
a9a15f3ea4
commit
cdd53b1589
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107708
@ -30,8 +30,8 @@
|
||||
.Dt THREAD_EXIT 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm thread_exit ,
|
||||
.Nd Abandon current thread context
|
||||
.Nm thread_exit
|
||||
.Nd abandon current thread context
|
||||
.Sh SYNOPSIS
|
||||
.In sys/param.h
|
||||
.In sys/proc.h
|
||||
@ -40,9 +40,9 @@
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn thread_exit
|
||||
function implements the machine independent prelude to a thread
|
||||
function implements the machine independent prelude to a thread
|
||||
shutdown.
|
||||
It will not return, and will result in a call to
|
||||
It will not return, and will result in a call to
|
||||
.Xr mi_switch 9
|
||||
to schedule some other thread.
|
||||
.Pp
|
||||
@ -57,7 +57,7 @@ must be called with the
|
||||
.Va sched_lock
|
||||
mutex held.
|
||||
.Sh SEE ALSO
|
||||
.Xr mutex 9 ,
|
||||
.Xr runqueue 9 ,
|
||||
.Xr mi_switch 9 ,
|
||||
.Xr msleep 9 ,
|
||||
.Xr mi_switch 9
|
||||
.Xr mutex 9 ,
|
||||
.Xr runqueue 9
|
||||
|
Loading…
Reference in New Issue
Block a user