Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_setschedparam.c80 TX_THREAD *TheThread; in pthread_setschedparam() local
103 TheThread=posix_tcb2thread(thread_tcb); in pthread_setschedparam()
105 …tx_thread_priority_change(TheThread, (TX_LOWEST_PRIORITY - thread_tcb->current_priority + 1),&Tmp); in pthread_setschedparam()
110 tx_thread_time_slice_change(TheThread, thread_tcb->time_slice, &UTmp); in pthread_setschedparam()