 |
Index for Section 9r |
|
 |
Alphabetical listing for U |
|
 |
Bottom of page |
|
unix_release(9r)
NAME
unix_release - General: Releases binding of the kernel thread
SYNOPSIS
void unix_release(
void );
ARGUMENTS
None
DESCRIPTION
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.
CAUTIONS
You can make recursive calls to unix_master as long as you make an equal
number of calls to unix_release.
RETURN VALUES
None
SEE ALSO
Routines: unix_master(9r)
 |
Index for Section 9r |
|
 |
Alphabetical listing for U |
|
 |
Top of page |
|