Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_thread_system_suspend.c249_tx_thread_preempted_map_active = _tx_thread_preempted_map_active & (~(priority_bit)); in _tx_thread_system_suspend()
303_tx_thread_preempted_map_active = _tx_thread_preempted_map_active & (~(priority_bit)); in _tx_thread_system_suspend()
411 if (_tx_thread_preempted_map_active != ((ULONG) 0)) in _tx_thread_system_suspend()
440 priority_map = _tx_thread_preempted_map_active; in _tx_thread_system_suspend()
482_tx_thread_preempted_map_active = _tx_thread_preempted_map_active & (~(priority_bit)); in _tx_thread_system_suspend()
838_tx_thread_preempted_map_active = _tx_thread_preempted_map_active & (~(priority_bit));
892_tx_thread_preempted_map_active = _tx_thread_preempted_map_active & (~(priority_bit));
995 if (_tx_thread_preempted_map_active != ((ULONG) 0))
1015 priority_map = _tx_thread_preempted_map_active;
1057_tx_thread_preempted_map_active = _tx_thread_preempted_map_active & (~(priority_bit));
Dtx_thread_preemption_change.c161_tx_thread_preempted_map_active = _tx_thread_preempted_map_active & (~(priority_bit)); in _tx_thread_preemption_change()
215_tx_thread_preempted_map_active = _tx_thread_preempted_map_active | priority_bit; in _tx_thread_preemption_change()
Dtx_thread_suspend.c384_tx_thread_preempted_map_active = _tx_thread_preempted_map_active & (~(priority_bit)); in _tx_thread_suspend()
438_tx_thread_preempted_map_active = _tx_thread_preempted_map_active & (~(priority_bit)); in _tx_thread_suspend()
544 if (_tx_thread_preempted_map_active != ((ULONG) 0)) in _tx_thread_suspend()
576 priority_map = _tx_thread_preempted_map_active; in _tx_thread_suspend()
642_tx_thread_preempted_map_active = _tx_thread_preempted_map_active & (~(priority_bit)); in _tx_thread_suspend()
Dtx_mutex_priority_change.c319_tx_thread_preempted_map_active = _tx_thread_preempted_map_active | priority_bit; in _tx_mutex_priority_change()
Dtx_thread_system_resume.c262_tx_thread_preempted_map_active = _tx_thread_preempted_map_active | priority_bit; in _tx_thread_system_resume()
783_tx_thread_preempted_map_active = _tx_thread_preempted_map_active | priority_bit;
Dtx_thread_resume.c321_tx_thread_preempted_map_active = _tx_thread_preempted_map_active | priority_bit; in _tx_thread_resume()
Dtx_thread_initialize.c110 ULONG _tx_thread_preempted_map_active; variable
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_preemption_change.c201_tx_thread_preempted_map_active = _tx_thread_preempted_map_active & (~(priority_bit)); in _tx_thread_preemption_change()
219 if (_tx_thread_preempted_map_active != ((ULONG) 0)) in _tx_thread_preemption_change()
227 priority_map = _tx_thread_preempted_map_active; in _tx_thread_preemption_change()
Dtx_thread_relinquish.c355 _tx_thread_preempted_map_active = _tx_thread_preempted_map_active & (~(priority_bit)); in _tx_thread_relinquish()
372 if (_tx_thread_preempted_map_active != ((ULONG) 0)) in _tx_thread_relinquish()
380 priority_map = _tx_thread_preempted_map_active; in _tx_thread_relinquish()
Dtx_thread_resume.c129 _tx_thread_preempted_map_active = ((ULONG) 0); in _tx_thread_resume()
Dtx_thread_system_suspend.c351_tx_thread_preempted_map_active = _tx_thread_preempted_map_active & (~(priority_bit)); in _tx_thread_system_suspend()
372 if (_tx_thread_preempted_map_active != ((ULONG) 0)) in _tx_thread_system_suspend()
380 priority_map = _tx_thread_preempted_map_active; in _tx_thread_system_suspend()
Dtx_mutex_priority_change.c464_tx_thread_preempted_map_active = _tx_thread_preempted_map_active & (~(priority_bit)); in _tx_mutex_priority_change()
Dtx_thread_smp_rebalance_execute_list.c497_tx_thread_preempted_map_active = _tx_thread_preempted_map_active | priority_bit; in _tx_thread_smp_rebalance_execute_list()
Dtx_thread_priority_change.c488_tx_thread_preempted_map_active = _tx_thread_preempted_map_active & (~(priority_bit)); in _tx_thread_priority_change()
Dtx_thread_initialize.c139 ULONG _tx_thread_preempted_map_active; variable
Dtx_thread_create.c337 _tx_thread_preempted_map_active = ((ULONG) 0); in _tx_thread_create()
/ThreadX-v6.3.0/common/inc/
Dtx_thread.h376 THREAD_DECLARE ULONG _tx_thread_preempted_map_active; variable
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c582 _tx_thread_preempted_map_active = ((ULONG) 0); in _txm_module_manager_thread_create()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h283 THREAD_DECLARE ULONG _tx_thread_preempted_map_active; variable