1999-04-21 09:51:11 -04:00
|
|
|
Note:
|
1999-10-31 21:04:33 -05:00
|
|
|
* If you want to use POSIX schedule mechanism, you must include
|
1999-04-21 09:51:11 -04:00
|
|
|
|
|
|
|
options "P1003_1B"
|
|
|
|
options "_KPOSIX_PRIORITY_SCHEDULING"
|
|
|
|
options "_KPOSIX_VERSION=199309L"
|
|
|
|
|
1999-07-10 15:36:42 -04:00
|
|
|
in your kernel configuration. These options are required by POSIX thread
|
1999-10-31 21:04:33 -05:00
|
|
|
control functions.
|