|
|
int Ns_SetThreadPriority(
Ns_Thread *thread,
int priority
);
Set the thread specified by *thread to the given priority. Currently the only supported priority levels are THREAD_PRIORITY_NORMAL and THREAD_PRIORITY_HIGHEST. (This function does nothing on SunOs 4.1.4, Linux and Sgi.)