Home
last modified time | relevance | path

Searched refs:PX_LOWEST_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_attr_setschedparam.c88 … if(param->sched_priority >= PX_LOWEST_PRIORITY && param->sched_priority <= PX_HIGHEST_PRIORITY ) in pthread_attr_setschedparam()
Dpx_int.h62 #define PX_LOWEST_PRIORITY 1 macro