Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_thread_system_suspend.c233 if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0)) in _tx_thread_system_suspend()
238_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_system_suspend()
243 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_system_suspend()
287 if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0)) in _tx_thread_system_suspend()
292_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_system_suspend()
297 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_system_suspend()
412 if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0)) in _tx_thread_system_suspend()
453 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_system_suspend()
471_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_system_suspend()
476 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_system_suspend()
[all …]
Dtx_thread_suspend.c368 if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0)) in _tx_thread_suspend()
373_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_suspend()
378 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_suspend()
422 if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0)) in _tx_thread_suspend()
427_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_suspend()
432 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_suspend()
545 if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0)) in _tx_thread_suspend()
589 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_suspend()
631_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_suspend()
636 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_suspend()
Dtx_thread_preemption_change.c150_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_preemption_change()
155 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_preemption_change()
219_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit; in _tx_thread_preemption_change()
Dtx_thread_initialize.c101 ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; variable
339 TX_MEMSET(&_tx_thread_preempted_maps[0], 0, (sizeof(_tx_thread_preempted_maps))); in _tx_thread_initialize()
Dtx_mutex_priority_change.c323_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit; in _tx_mutex_priority_change()
Dtx_thread_system_resume.c266_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit; in _tx_thread_system_resume()
787_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit;
Dtx_thread_resume.c325_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit; in _tx_thread_resume()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_preemption_change.c190_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_preemption_change()
195 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_preemption_change()
220 if (_tx_thread_preempted_maps[0] != ((ULONG) 0)) in _tx_thread_preemption_change()
240 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_preemption_change()
Dtx_thread_relinquish.c344_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_relinquish()
349 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_relinquish()
373 if (_tx_thread_preempted_maps[0] != ((ULONG) 0)) in _tx_thread_relinquish()
393 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_relinquish()
Dtx_thread_resume.c126 TX_MEMSET(_tx_thread_preempted_maps, 0, sizeof(_tx_thread_preempted_maps)); in _tx_thread_resume()
Dtx_thread_initialize.c130 ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; variable
370 TX_MEMSET(&_tx_thread_preempted_maps[0], 0, (sizeof(_tx_thread_preempted_maps))); in _tx_thread_initialize()
Dtx_mutex_priority_change.c454_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_mutex_priority_change()
458 … if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_mutex_priority_change()
Dtx_thread_priority_change.c478_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_priority_change()
482 … if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_priority_change()
Dtx_thread_system_suspend.c340_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_system_suspend()
345 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_system_suspend()
373 if (_tx_thread_preempted_maps[0] != ((ULONG) 0)) in _tx_thread_system_suspend()
393 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_system_suspend()
Dtx_thread_create.c334 TX_MEMSET(_tx_thread_preempted_maps, 0, sizeof(_tx_thread_preempted_maps)); in _tx_thread_create()
Dtx_thread_smp_rebalance_execute_list.c501_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit; in _tx_thread_smp_rebalance_execute_list()
Dtx_thread_smp_debug_entry_insert.c195 … entry_ptr -> tx_thread_smp_debug_entry_preempt_map = _tx_thread_preempted_maps[0]; in _tx_thread_smp_debug_entry_insert()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_multi_level_preemption_threshold_test.c512 (_tx_thread_preempted_maps[0]) || (_tx_thread_preempt_disable)) in thread_0_entry()
650 _tx_thread_preempted_maps[0] = _tx_thread_preempted_maps[0] | 2; in timer_0_entry()
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c579 TX_MEMSET(_tx_thread_preempted_maps, 0, sizeof(_tx_thread_preempted_maps)); in _txm_module_manager_thread_create()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_preemption_change_test.c295 if (_tx_thread_preempted_maps[0] != 0 || in thread_0_entry()
Dthreadx_thread_multi_level_preemption_threshold_test.c650 _tx_thread_preempted_maps[0] = _tx_thread_preempted_maps[0] | 2; in timer_0_entry()
/ThreadX-v6.4.1/common/inc/
Dtx_thread.h367 THREAD_DECLARE ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; variable
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h274 THREAD_DECLARE ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; variable