NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
The priority statement

You can adjust the priority of a task using the priority statement.

Setting task priorities also requires the enhanced NBC/NXC firmware. A task's priority is simply the number of operations it will try to execute before yielding to another task. This usually is 20 operations.

priority task_name, new_priority;