|
unix_release(9r)
Contents
|
unix_release - General: Releases binding of the kernel
thread
void unix_release(
void );
None
The unix_release routine releases a kernel thread from
being bound to the master CPU. This binding was enforced
in a previous call to the unix_master routine.
You can make recursive calls to unix_master as long as you
make an equal number of calls to unix_release.
None
Routines: unix_master(9r)
unix_release(9r)
[ Back ] |