Home
last modified time | relevance | path

Searched refs:TX_LOWEST_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_create.c239 (TX_LOWEST_PRIORITY - pthread_ptr->current_priority + 1), in pthread_create()
240 (TX_LOWEST_PRIORITY - pthread_ptr->threshold + 1), in pthread_create()
Dpx_pth_setschedparam.c105 …tx_thread_priority_change(TheThread, (TX_LOWEST_PRIORITY - thread_tcb->current_priority + 1),&Tmp); in pthread_setschedparam()
Dpx_pth_kill.c263 (TX_LOWEST_PRIORITY - new_signal_thread -> current_priority + 1), in pthread_kill()
264 (TX_LOWEST_PRIORITY - new_signal_thread -> current_priority + 1), in pthread_kill()
Dpx_int.h59 #define TX_LOWEST_PRIORITY 31 macro