Home
last modified time | relevance | path

Searched refs:map_index (Results 1 – 16 of 16) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_thread_system_suspend.c99 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 …]
Dtx_thread_preemption_change.c85 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()
Dtx_thread_suspend.c225 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()
Dtx_thread_system_resume.c101 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);
Dtx_mutex_priority_change.c101 UINT map_index; in _tx_mutex_priority_change() local
315 map_index = (thread_ptr -> tx_thread_priority)/ ((UINT) 32); in _tx_mutex_priority_change()
Dtx_thread_resume.c99 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/
Dtx_thread_preemption_change.c93 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()
Dtx_thread_smp_utilities.c91 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 …]
Dtx_thread_relinquish.c100 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()
Dtx_thread_system_suspend.c130 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()
Dtx_mutex_priority_change.c100 UINT map_index; in _tx_mutex_priority_change() local
451 map_index = new_priority/((UINT) 32); in _tx_mutex_priority_change()
Dtx_thread_smp_rebalance_execute_list.c118 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()
Dtx_thread_priority_change.c100 UINT map_index; in _tx_thread_priority_change() local
474 map_index = new_priority/((UINT) 32); in _tx_thread_priority_change()
Dtx_thread_system_resume.c140 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/
Dtx_thread.h456 #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/
Dtx_thread.h72 #define MAP_INDEX (map_index)