Remove reference to confusing behaviour just removed from
the kse_exit() syscall. Describe the correct behaviour.
This commit is contained in:
parent
0c17ece676
commit
558c08c358
@ -264,13 +264,10 @@ causes the KSE assigned to the currently running thread to be destroyed.
|
|||||||
If this KSE is the last one in the KSE group, there must be no remaining
|
If this KSE is the last one in the KSE group, there must be no remaining
|
||||||
threads associated with the KSE group blocked in the kernel.
|
threads associated with the KSE group blocked in the kernel.
|
||||||
This system call does not return unless there is an error.
|
This system call does not return unless there is an error.
|
||||||
.Pp
|
Calling
|
||||||
As a special case, if the last remaining KSE in the last remaining KSE group
|
|
||||||
invokes this system call, then the KSE is not destroyed;
|
|
||||||
instead, the KSE just loses the association with its mailbox and
|
|
||||||
.Fn kse_exit
|
.Fn kse_exit
|
||||||
returns normally.
|
from the last thread is the same as calling
|
||||||
This returns the process to its original, unthreaded state.
|
.Fn exit .
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
.Fn kse_release
|
.Fn kse_release
|
||||||
|
Loading…
Reference in New Issue
Block a user