unix_release(9r)unix_release(9r)NAMEunix_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)unix_release(9r)