| /ThreadX-v6.4.1/common/src/ |
| D | tx_thread_system_suspend.c | 98 UINT map_index; in _tx_thread_system_suspend() local 229 map_index = priority/((UINT) 32); in _tx_thread_system_suspend() 265 map_index = priority/((UINT) 32); in _tx_thread_system_suspend() 318 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_system_suspend() 322 base_priority = map_index * ((UINT) 32); in _tx_thread_system_suspend() 442 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_system_suspend() 445 base_priority = map_index * ((UINT) 32); in _tx_thread_system_suspend() 703 UINT map_index; 818 map_index = priority/((UINT) 32); 854 map_index = priority/((UINT) 32); [all …]
|
| D | tx_thread_preemption_change.c | 84 UINT map_index; in _tx_thread_preemption_change() local 144 map_index = (thread_ptr -> tx_thread_priority)/((UINT) 32); in _tx_thread_preemption_change() 210 map_index = (thread_ptr -> tx_thread_priority)/((UINT) 32); in _tx_thread_preemption_change()
|
| D | tx_thread_suspend.c | 224 UINT map_index; in _tx_thread_suspend() local 364 map_index = priority/((UINT) 32); in _tx_thread_suspend() 400 map_index = priority/((UINT) 32); in _tx_thread_suspend() 453 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_suspend() 457 base_priority = map_index * ((UINT) 32); in _tx_thread_suspend() 578 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_suspend() 581 base_priority = map_index * ((UINT) 32); in _tx_thread_suspend()
|
| D | tx_thread_system_resume.c | 100 UINT map_index; in _tx_thread_system_resume() local 208 map_index = priority/((UINT) 32); in _tx_thread_system_resume() 257 map_index = (execute_ptr -> tx_thread_priority)/((UINT) 32); in _tx_thread_system_resume() 639 UINT map_index; 731 map_index = priority/((UINT) 32); 778 map_index = (execute_ptr -> tx_thread_priority)/((UINT) 32);
|
| D | tx_mutex_priority_change.c | 100 UINT map_index; in _tx_mutex_priority_change() local 314 map_index = (thread_ptr -> tx_thread_priority)/ ((UINT) 32); in _tx_mutex_priority_change()
|
| D | tx_thread_resume.c | 98 UINT map_index; in _tx_thread_resume() local 267 map_index = priority/((UINT) 32); in _tx_thread_resume() 316 map_index = (execute_ptr -> tx_thread_priority)/((UINT) 32); in _tx_thread_resume()
|
| /ThreadX-v6.4.1/common_smp/src/ |
| D | tx_thread_preemption_change.c | 92 UINT map_index; in _tx_thread_preemption_change() local 184 map_index = (thread_ptr -> tx_thread_priority)/((UINT) 32); in _tx_thread_preemption_change() 229 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_preemption_change() 232 base_priority = map_index * ((UINT) 32); in _tx_thread_preemption_change()
|
| D | tx_thread_smp_utilities.c | 90 ULONG map_index; in _tx_thread_smp_next_priority_find() local 100 map_index = priority/((UINT) 32); in _tx_thread_smp_next_priority_find() 101 local_priority_map = _tx_thread_priority_maps[map_index]; in _tx_thread_smp_next_priority_find() 107 found_priority = (map_index * ((UINT) 32)) + first_bit_set; in _tx_thread_smp_next_priority_find() 112 map_index++; in _tx_thread_smp_next_priority_find() 113 if (map_index < (((UINT) TX_MAX_PRIORITIES)/((UINT) 32))) in _tx_thread_smp_next_priority_find() 115 priority_bit = (((ULONG) 1) << (map_index)); in _tx_thread_smp_next_priority_find() 119 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map_active, map_index) in _tx_thread_smp_next_priority_find() 120 local_priority_map = _tx_thread_priority_maps[map_index]; in _tx_thread_smp_next_priority_find() 122 found_priority = (map_index * ((UINT) 32)) + first_bit_set; in _tx_thread_smp_next_priority_find() [all …]
|
| D | tx_thread_relinquish.c | 99 UINT map_index; in _tx_thread_relinquish() local 339 map_index = priority/((UINT) 32); in _tx_thread_relinquish() 382 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_relinquish() 385 base_priority = map_index * ((UINT) 32); in _tx_thread_relinquish()
|
| D | tx_thread_system_suspend.c | 129 UINT map_index; in _tx_thread_system_suspend() local 324 map_index = priority/((UINT) 32); in _tx_thread_system_suspend() 382 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_system_suspend() 385 base_priority = map_index * ((UINT) 32); in _tx_thread_system_suspend() 460 map_index = priority/((UINT) 32); in _tx_thread_system_suspend() 490 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_system_suspend()
|
| D | tx_mutex_priority_change.c | 99 UINT map_index; in _tx_mutex_priority_change() local 450 map_index = new_priority/((UINT) 32); in _tx_mutex_priority_change()
|
| D | tx_thread_priority_change.c | 99 UINT map_index; in _tx_thread_priority_change() local 473 map_index = new_priority/((UINT) 32); in _tx_thread_priority_change()
|
| D | tx_thread_smp_rebalance_execute_list.c | 117 UINT map_index; in _tx_thread_smp_rebalance_execute_list() local 492 map_index = (schedule_thread -> tx_thread_priority)/((UINT) 32); in _tx_thread_smp_rebalance_execute_list()
|
| D | tx_thread_system_resume.c | 139 UINT map_index; in _tx_thread_system_resume() local 383 map_index = priority/((UINT) 32); in _tx_thread_system_resume()
|
| /ThreadX-v6.4.1/common_smp/inc/ |
| D | tx_thread.h | 455 #define MAP_INDEX (map_index) 605 ULONG map_index; in _tx_thread_smp_next_priority_find() local 615 map_index = priority/((UINT) 32); in _tx_thread_smp_next_priority_find() 616 local_priority_map = _tx_thread_priority_maps[map_index]; in _tx_thread_smp_next_priority_find() 622 found_priority = (map_index * ((UINT) 32)) + first_bit_set; in _tx_thread_smp_next_priority_find() 627 map_index++; in _tx_thread_smp_next_priority_find() 628 if (map_index < (((UINT) TX_MAX_PRIORITIES)/((UINT) 32))) in _tx_thread_smp_next_priority_find() 630 priority_bit = (((ULONG) 1) << (map_index)); in _tx_thread_smp_next_priority_find() 634 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map_active, map_index) in _tx_thread_smp_next_priority_find() 635 local_priority_map = _tx_thread_priority_maps[map_index]; in _tx_thread_smp_next_priority_find() [all …]
|
| /ThreadX-v6.4.1/common/inc/ |
| D | tx_thread.h | 71 #define MAP_INDEX (map_index)
|
| /ThreadX-v6.4.1/docs/ |
| D | revision_history.txt | 1294 … tx_thread_system_resume.c Fixed conditional declaration of map_index, and 1296 … tx_thread_system_suspend.c Fixed conditional declaration of map_index, and
|