Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_setschedparam.c81 UINT Tmp; in pthread_setschedparam() local
105 …tx_thread_priority_change(TheThread, (TX_LOWEST_PRIORITY - thread_tcb->current_priority + 1),&Tmp); in pthread_setschedparam()
106 thread_tcb->orig_priority=(ULONG) Tmp; in pthread_setschedparam()