Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_thread_system_suspend.c98 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 …]
Dtx_thread_preemption_change.c84 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()
Dtx_thread_suspend.c224 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()
Dtx_thread_system_resume.c100 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);
Dtx_mutex_priority_change.c100 UINT map_index; in _tx_mutex_priority_change() local
314 map_index = (thread_ptr -> tx_thread_priority)/ ((UINT) 32); in _tx_mutex_priority_change()
Dtx_thread_resume.c98 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/
Dtx_thread_preemption_change.c92 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()
Dtx_thread_smp_utilities.c90 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 …]
Dtx_thread_relinquish.c99 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()
Dtx_thread_system_suspend.c129 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()
Dtx_mutex_priority_change.c99 UINT map_index; in _tx_mutex_priority_change() local
450 map_index = new_priority/((UINT) 32); in _tx_mutex_priority_change()
Dtx_thread_priority_change.c99 UINT map_index; in _tx_thread_priority_change() local
473 map_index = new_priority/((UINT) 32); in _tx_thread_priority_change()
Dtx_thread_smp_rebalance_execute_list.c117 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()
Dtx_thread_system_resume.c139 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/
Dtx_thread.h455 #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/
Dtx_thread.h71 #define MAP_INDEX (map_index)
/ThreadX-v6.4.1/docs/
Drevision_history.txt1294 … 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