Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_thread_system_suspend.c90 UINT base_priority; in _tx_thread_system_suspend() local
323 base_priority = map_index * ((UINT) 32); in _tx_thread_system_suspend()
327 base_priority = ((UINT) 0); in _tx_thread_system_suspend()
396 _tx_thread_highest_priority = base_priority + ((UINT) priority_bit); in _tx_thread_system_suspend()
446 base_priority = map_index * ((UINT) 32); in _tx_thread_system_suspend()
450 base_priority = ((UINT) 0); in _tx_thread_system_suspend()
460 priority = base_priority + ((UINT) priority_bit); in _tx_thread_system_suspend()
695 UINT base_priority;
912 base_priority = map_index * ((UINT) 32);
916 base_priority = ((UINT) 0);
[all …]
Dtx_thread_suspend.c217 UINT base_priority; in _tx_thread_suspend() local
458 base_priority = map_index * ((UINT) 32); in _tx_thread_suspend()
462 base_priority = ((UINT) 0); in _tx_thread_suspend()
529 _tx_thread_highest_priority = base_priority + priority_bit; in _tx_thread_suspend()
582 base_priority = map_index * ((UINT) 32); in _tx_thread_suspend()
586 base_priority = ((UINT) 0); in _tx_thread_suspend()
596 priority = base_priority + priority_bit; in _tx_thread_suspend()
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_preemption_change.c87 UINT base_priority; in _tx_thread_preemption_change() local
233 base_priority = map_index * ((UINT) 32); in _tx_thread_preemption_change()
237 base_priority = ((UINT) 0); in _tx_thread_preemption_change()
250 next_preempted = base_priority + priority_bit; in _tx_thread_preemption_change()
Dtx_thread_relinquish.c93 UINT base_priority; in _tx_thread_relinquish() local
386 base_priority = map_index * ((UINT) 32); in _tx_thread_relinquish()
390 base_priority = ((UINT) 0); in _tx_thread_relinquish()
403 next_preempted = base_priority + priority_bit; in _tx_thread_relinquish()
Dtx_thread_system_suspend.c125 UINT base_priority; in _tx_thread_system_suspend() local
386 base_priority = map_index * ((UINT) 32); in _tx_thread_system_suspend()
390 base_priority = ((UINT) 0); in _tx_thread_system_suspend()
403 next_preempted = base_priority + priority_bit; in _tx_thread_system_suspend()