/ThreadX-v6.4.1/common/src/ |
D | tx_thread_system_suspend.c | 233 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 …]
|
D | tx_thread_suspend.c | 368 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()
|
D | tx_thread_preemption_change.c | 150 … _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()
|
D | tx_thread_initialize.c | 101 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()
|
D | tx_mutex_priority_change.c | 323 … _tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit; in _tx_mutex_priority_change()
|
D | tx_thread_system_resume.c | 266 … _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;
|
D | tx_thread_resume.c | 325 … _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/ |
D | tx_thread_preemption_change.c | 190 … _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()
|
D | tx_thread_relinquish.c | 344 … _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()
|
D | tx_thread_resume.c | 126 TX_MEMSET(_tx_thread_preempted_maps, 0, sizeof(_tx_thread_preempted_maps)); in _tx_thread_resume()
|
D | tx_thread_initialize.c | 130 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()
|
D | tx_mutex_priority_change.c | 454 … _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()
|
D | tx_thread_priority_change.c | 478 … _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()
|
D | tx_thread_system_suspend.c | 340 … _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()
|
D | tx_thread_create.c | 334 TX_MEMSET(_tx_thread_preempted_maps, 0, sizeof(_tx_thread_preempted_maps)); in _tx_thread_create()
|
D | tx_thread_smp_rebalance_execute_list.c | 501 … _tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit; in _tx_thread_smp_rebalance_execute_list()
|
D | tx_thread_smp_debug_entry_insert.c | 195 … 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/ |
D | threadx_thread_multi_level_preemption_threshold_test.c | 512 (_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/ |
D | txm_module_manager_thread_create.c | 579 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/ |
D | threadx_thread_preemption_change_test.c | 295 if (_tx_thread_preempted_maps[0] != 0 || in thread_0_entry()
|
D | threadx_thread_multi_level_preemption_threshold_test.c | 650 _tx_thread_preempted_maps[0] = _tx_thread_preempted_maps[0] | 2; in timer_0_entry()
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_thread.h | 367 THREAD_DECLARE ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; variable
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_thread.h | 274 THREAD_DECLARE ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; variable
|