proc(3): document interrupt ctl message
This commit is contained in:
parent
dc14f6285d
commit
78c6967600
1 changed files with 9 additions and 0 deletions
|
@ -341,6 +341,15 @@ Without an argument, toggle trace event generation for this process into
|
||||||
With a zero argument, tracing for the proc is turned off, with a non-zero numeric
|
With a zero argument, tracing for the proc is turned off, with a non-zero numeric
|
||||||
argument, it is turned on.
|
argument, it is turned on.
|
||||||
.TP 10n
|
.TP 10n
|
||||||
|
.B interrupt
|
||||||
|
Interrupt a blocking system call. If no blocking call was in progress,
|
||||||
|
the interrupt will be pending and the next attempt to block will be interrupted.
|
||||||
|
This is similar to posting a note but, unlike notes, a pending interrupt is not
|
||||||
|
cleared when crossing the user/kernel boundary.
|
||||||
|
.TP 10n
|
||||||
|
.B nointerrupt
|
||||||
|
Clear a pending interrupt.
|
||||||
|
.TP 10n
|
||||||
.B "period\ \fInu
|
.B "period\ \fInu
|
||||||
Set the real-time scheduling period of the process to
|
Set the real-time scheduling period of the process to
|
||||||
.IR nu ,
|
.IR nu ,
|
||||||
|
|
Loading…
Reference in a new issue