Skip to content
Tristan Hume edited this page Apr 23, 2012 · 2 revisions

#setpriority

##Syntax setpriority ( p : nat )

##Description The setpriority procedure is used to set the priority of a process in a concurrent program. This priority cannot be counted on to guarantee critical access to shared variables. A smaller value of p means increased speed. The argument to setpriority may be limited to the range 0 to 2**15 - 1.

##See also getpriority.html, fork.html and monitor.html.

See also predefined unit concurrencymodule.html.

Clone this wiki locally