Searched refs:TX_LOWEST_PRIORITY (Results 1 – 4 of 4) sorted by relevance
239 (TX_LOWEST_PRIORITY - pthread_ptr->current_priority + 1), in pthread_create()240 (TX_LOWEST_PRIORITY - pthread_ptr->threshold + 1), in pthread_create()
105 …tx_thread_priority_change(TheThread, (TX_LOWEST_PRIORITY - thread_tcb->current_priority + 1),&Tmp); in pthread_setschedparam()
263 (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()
59 #define TX_LOWEST_PRIORITY 31 macro