ASYNC_ATTR_THREAD_PRIORITY
Data Type: | integer |
Access: | read only |
Functions: | GetAsyncTimerAttribute |
Description: | Specifies the thread priority at which the timer runs. This attribute is available only on real-time systems. The thread priority can be any value from -15 to 15. The default priority of a thread in the system is 0. The operating system scheduler runs at priority level 9. Any threads running at a priority level equal to or higher than 9 are not subject to timeslicing by the scheduler and will run until they yield the CPU or are preempted by a higher priority thread. |
LabWindows/CVI Compatibility: |
LabWindows/CVI 8.5 and later |