Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_create.c238 (TX_LOWEST_PRIORITY - pthread_ptr->current_priority + 1), in pthread_create()
239 (TX_LOWEST_PRIORITY - pthread_ptr->threshold + 1), in pthread_create()
Dpx_pth_setschedparam.c104 …tx_thread_priority_change(TheThread, (TX_LOWEST_PRIORITY - thread_tcb->current_priority + 1),&Tmp); in pthread_setschedparam()
Dpx_pth_kill.c262 (TX_LOWEST_PRIORITY - new_signal_thread -> current_priority + 1), in pthread_kill()
263 (TX_LOWEST_PRIORITY - new_signal_thread -> current_priority + 1), in pthread_kill()
Dpx_int.h58 #define TX_LOWEST_PRIORITY 31 macro