Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/ports/win32/vs_2019/src/
Dtx_thread_system_return.c89 int threadpriority; in _tx_thread_system_return() local
105 threadpriority = GetThreadPriority(threadhandle); in _tx_thread_system_return()
115 if ((threadpriority == THREAD_PRIORITY_LOWEST) && in _tx_thread_system_return()
186 if ((threadpriority == THREAD_PRIORITY_LOWEST) && in _tx_thread_system_return()
Dtx_thread_interrupt_control.c102 int threadpriority; in _tx_thread_interrupt_control() local
134 threadpriority = GetThreadPriority(threadhandle); in _tx_thread_interrupt_control()
141 if ((threadpriority == THREAD_PRIORITY_LOWEST) && in _tx_thread_interrupt_control()