Thread.setPriority

Changes the priority of thread to priority. Note It is not guaranteed that threads with different priorities really behave accordingly. On some systems (e.g. Linux) there are no thread priorities. On other systems (e.g. Solaris) there doesn't seem to be different scheduling for different priorities. All in all try to avoid being dependent on priorities.

class Thread
void
setPriority

Parameters

priority GThreadPriority

a new priority for thread.

Meta