| /ThreadX-v6.3.0/common/src/ |
| D | tx_thread_system_suspend.c | 99 UINT map_index; in _tx_thread_system_suspend() local 230 map_index = priority/((UINT) 32); in _tx_thread_system_suspend() 266 map_index = priority/((UINT) 32); in _tx_thread_system_suspend() 319 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_system_suspend() 323 base_priority = map_index * ((UINT) 32); in _tx_thread_system_suspend() 443 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_system_suspend() 446 base_priority = map_index * ((UINT) 32); in _tx_thread_system_suspend() 704 UINT map_index; 819 map_index = priority/((UINT) 32); 855 map_index = priority/((UINT) 32); [all …]
|
| D | tx_thread_preemption_change.c | 85 UINT map_index; in _tx_thread_preemption_change() local 145 map_index = (thread_ptr -> tx_thread_priority)/((UINT) 32); in _tx_thread_preemption_change() 211 map_index = (thread_ptr -> tx_thread_priority)/((UINT) 32); in _tx_thread_preemption_change()
|
| D | tx_thread_suspend.c | 225 UINT map_index; in _tx_thread_suspend() local 365 map_index = priority/((UINT) 32); in _tx_thread_suspend() 401 map_index = priority/((UINT) 32); in _tx_thread_suspend() 454 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_suspend() 458 base_priority = map_index * ((UINT) 32); in _tx_thread_suspend() 579 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_suspend() 582 base_priority = map_index * ((UINT) 32); in _tx_thread_suspend()
|
| D | tx_thread_system_resume.c | 101 UINT map_index; in _tx_thread_system_resume() local 209 map_index = priority/((UINT) 32); in _tx_thread_system_resume() 258 map_index = (execute_ptr -> tx_thread_priority)/((UINT) 32); in _tx_thread_system_resume() 640 UINT map_index; 732 map_index = priority/((UINT) 32); 779 map_index = (execute_ptr -> tx_thread_priority)/((UINT) 32);
|
| D | tx_mutex_priority_change.c | 101 UINT map_index; in _tx_mutex_priority_change() local 315 map_index = (thread_ptr -> tx_thread_priority)/ ((UINT) 32); in _tx_mutex_priority_change()
|
| D | tx_thread_resume.c | 99 UINT map_index; in _tx_thread_resume() local 268 map_index = priority/((UINT) 32); in _tx_thread_resume() 317 map_index = (execute_ptr -> tx_thread_priority)/((UINT) 32); in _tx_thread_resume()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_preemption_change.c | 93 UINT map_index; in _tx_thread_preemption_change() local 185 map_index = (thread_ptr -> tx_thread_priority)/((UINT) 32); in _tx_thread_preemption_change() 230 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_preemption_change() 233 base_priority = map_index * ((UINT) 32); in _tx_thread_preemption_change()
|
| D | tx_thread_smp_utilities.c | 91 ULONG map_index; in _tx_thread_smp_next_priority_find() local 101 map_index = priority/((UINT) 32); in _tx_thread_smp_next_priority_find() 102 local_priority_map = _tx_thread_priority_maps[map_index]; in _tx_thread_smp_next_priority_find() 108 found_priority = (map_index * ((UINT) 32)) + first_bit_set; in _tx_thread_smp_next_priority_find() 113 map_index++; in _tx_thread_smp_next_priority_find() 114 if (map_index < (((UINT) TX_MAX_PRIORITIES)/((UINT) 32))) in _tx_thread_smp_next_priority_find() 116 priority_bit = (((ULONG) 1) << (map_index)); in _tx_thread_smp_next_priority_find() 120 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map_active, map_index) in _tx_thread_smp_next_priority_find() 121 local_priority_map = _tx_thread_priority_maps[map_index]; in _tx_thread_smp_next_priority_find() 123 found_priority = (map_index * ((UINT) 32)) + first_bit_set; in _tx_thread_smp_next_priority_find() [all …]
|
| D | tx_thread_relinquish.c | 100 UINT map_index; in _tx_thread_relinquish() local 340 map_index = priority/((UINT) 32); in _tx_thread_relinquish() 383 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_relinquish() 386 base_priority = map_index * ((UINT) 32); in _tx_thread_relinquish()
|
| D | tx_thread_system_suspend.c | 130 UINT map_index; in _tx_thread_system_suspend() local 325 map_index = priority/((UINT) 32); in _tx_thread_system_suspend() 383 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_system_suspend() 386 base_priority = map_index * ((UINT) 32); in _tx_thread_system_suspend() 461 map_index = priority/((UINT) 32); in _tx_thread_system_suspend() 491 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_system_suspend()
|
| D | tx_mutex_priority_change.c | 100 UINT map_index; in _tx_mutex_priority_change() local 451 map_index = new_priority/((UINT) 32); in _tx_mutex_priority_change()
|
| D | tx_thread_smp_rebalance_execute_list.c | 118 UINT map_index; in _tx_thread_smp_rebalance_execute_list() local 493 map_index = (schedule_thread -> tx_thread_priority)/((UINT) 32); in _tx_thread_smp_rebalance_execute_list()
|
| D | tx_thread_priority_change.c | 100 UINT map_index; in _tx_thread_priority_change() local 474 map_index = new_priority/((UINT) 32); in _tx_thread_priority_change()
|
| D | tx_thread_system_resume.c | 140 UINT map_index; in _tx_thread_system_resume() local 384 map_index = priority/((UINT) 32); in _tx_thread_system_resume()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_thread.h | 456 #define MAP_INDEX (map_index) 606 ULONG map_index; in _tx_thread_smp_next_priority_find() local 616 map_index = priority/((UINT) 32); in _tx_thread_smp_next_priority_find() 617 local_priority_map = _tx_thread_priority_maps[map_index]; in _tx_thread_smp_next_priority_find() 623 found_priority = (map_index * ((UINT) 32)) + first_bit_set; in _tx_thread_smp_next_priority_find() 628 map_index++; in _tx_thread_smp_next_priority_find() 629 if (map_index < (((UINT) TX_MAX_PRIORITIES)/((UINT) 32))) in _tx_thread_smp_next_priority_find() 631 priority_bit = (((ULONG) 1) << (map_index)); in _tx_thread_smp_next_priority_find() 635 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map_active, map_index) in _tx_thread_smp_next_priority_find() 636 local_priority_map = _tx_thread_priority_maps[map_index]; in _tx_thread_smp_next_priority_find() [all …]
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_thread.h | 72 #define MAP_INDEX (map_index)
|