Home
last modified time | relevance | path

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

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