/ThreadX-v6.2.1/common/src/ |
D | tx_thread_system_suspend.c | 234 if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0)) in _tx_thread_system_suspend() 239 … _tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_system_suspend() 244 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_system_suspend() 288 if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0)) in _tx_thread_system_suspend() 293 … _tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_system_suspend() 298 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_system_suspend() 413 if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0)) in _tx_thread_system_suspend() 454 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_system_suspend() 472 … _tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_system_suspend() 477 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_system_suspend() [all …]
|
D | tx_thread_suspend.c | 369 if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0)) in _tx_thread_suspend() 374 … _tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_suspend() 379 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_suspend() 423 if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0)) in _tx_thread_suspend() 428 … _tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_suspend() 433 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_suspend() 546 if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0)) in _tx_thread_suspend() 590 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_suspend() 632 … _tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_suspend() 637 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_suspend()
|
D | tx_thread_preemption_change.c | 151 … _tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_preemption_change() 156 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_preemption_change() 220 … _tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit; in _tx_thread_preemption_change()
|
D | tx_thread_initialize.c | 102 ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; variable 340 TX_MEMSET(&_tx_thread_preempted_maps[0], 0, (sizeof(_tx_thread_preempted_maps))); in _tx_thread_initialize()
|
D | tx_mutex_priority_change.c | 324 … _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 | 267 … _tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit; in _tx_thread_system_resume() 788 … _tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit;
|
D | tx_thread_resume.c | 326 … _tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit; in _tx_thread_resume()
|
/ThreadX-v6.2.1/common_smp/src/ |
D | tx_thread_preemption_change.c | 191 … _tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_preemption_change() 196 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_preemption_change() 221 if (_tx_thread_preempted_maps[0] != ((ULONG) 0)) in _tx_thread_preemption_change() 241 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_preemption_change()
|
D | tx_thread_relinquish.c | 345 … _tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_relinquish() 350 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_relinquish() 374 if (_tx_thread_preempted_maps[0] != ((ULONG) 0)) in _tx_thread_relinquish() 394 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_relinquish()
|
D | tx_thread_resume.c | 127 TX_MEMSET(_tx_thread_preempted_maps, 0, sizeof(_tx_thread_preempted_maps)); in _tx_thread_resume()
|
D | tx_thread_initialize.c | 131 ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; variable 371 TX_MEMSET(&_tx_thread_preempted_maps[0], 0, (sizeof(_tx_thread_preempted_maps))); in _tx_thread_initialize()
|
D | tx_mutex_priority_change.c | 455 … _tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_mutex_priority_change() 459 … if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_mutex_priority_change()
|
D | tx_thread_priority_change.c | 479 … _tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_priority_change() 483 … if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_priority_change()
|
D | tx_thread_system_suspend.c | 339 … _tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_system_suspend() 344 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_system_suspend() 372 if (_tx_thread_preempted_maps[0] != ((ULONG) 0)) in _tx_thread_system_suspend() 392 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_system_suspend()
|
D | tx_thread_create.c | 320 TX_MEMSET(_tx_thread_preempted_maps, 0, sizeof(_tx_thread_preempted_maps)); in _tx_thread_create()
|
D | tx_thread_smp_rebalance_execute_list.c | 502 … _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 | 196 … entry_ptr -> tx_thread_smp_debug_entry_preempt_map = _tx_thread_preempted_maps[0]; in _tx_thread_smp_debug_entry_insert()
|
/ThreadX-v6.2.1/common_modules/module_manager/src/ |
D | txm_module_manager_thread_create.c | 563 TX_MEMSET(_tx_thread_preempted_maps, 0, sizeof(_tx_thread_preempted_maps)); in _txm_module_manager_thread_create()
|
/ThreadX-v6.2.1/common/inc/ |
D | tx_thread.h | 368 THREAD_DECLARE ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; variable
|
/ThreadX-v6.2.1/common_smp/inc/ |
D | tx_thread.h | 273 THREAD_DECLARE ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; variable
|