Home
last modified time | relevance | path

Searched refs:priority_map (Results 1 – 5 of 5) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_thread_system_suspend.c91 ULONG priority_map; in _tx_thread_system_suspend() local
312 priority_map = _tx_thread_priority_map_active; in _tx_thread_system_suspend()
315 if (priority_map != ((ULONG) 0)) in _tx_thread_system_suspend()
319 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_system_suspend()
331 priority_map = _tx_thread_priority_maps[MAP_INDEX]; in _tx_thread_system_suspend()
334 if (priority_map == ((ULONG) 0)) in _tx_thread_system_suspend()
393 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit) in _tx_thread_system_suspend()
440 priority_map = _tx_thread_preempted_map_active; in _tx_thread_system_suspend()
443 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_system_suspend()
454 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_system_suspend()
[all …]
Dtx_thread_suspend.c218 ULONG priority_map; in _tx_thread_suspend() local
447 priority_map = _tx_thread_priority_map_active; in _tx_thread_suspend()
450 if (priority_map != ((ULONG) 0)) in _tx_thread_suspend()
454 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_suspend()
466 priority_map = _tx_thread_priority_maps[MAP_INDEX]; in _tx_thread_suspend()
469 if (priority_map == ((ULONG) 0)) in _tx_thread_suspend()
526 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit) in _tx_thread_suspend()
576 priority_map = _tx_thread_preempted_map_active; in _tx_thread_suspend()
579 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_suspend()
590 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_suspend()
[all …]
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_preemption_change.c89 ULONG priority_map; in _tx_thread_preemption_change() local
227 priority_map = _tx_thread_preempted_map_active; in _tx_thread_preemption_change()
230 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_preemption_change()
241 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_preemption_change()
244 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit_set) in _tx_thread_preemption_change()
Dtx_thread_system_suspend.c110 ULONG priority_map; in _tx_thread_system_suspend() local
380 priority_map = _tx_thread_preempted_map_active; in _tx_thread_system_suspend()
383 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_system_suspend()
394 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_system_suspend()
397 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit_set) in _tx_thread_system_suspend()
484 priority_map = _tx_thread_priority_map_active; in _tx_thread_system_suspend()
487 if (priority_map != ((ULONG) 0)) in _tx_thread_system_suspend()
491 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_system_suspend()
496 priority_map = _tx_thread_priority_maps[MAP_INDEX]; in _tx_thread_system_suspend()
499 if (priority_map == ((ULONG) 0)) in _tx_thread_system_suspend()
Dtx_thread_relinquish.c97 ULONG priority_map; in _tx_thread_relinquish() local
380 priority_map = _tx_thread_preempted_map_active; in _tx_thread_relinquish()
383 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_relinquish()
394 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_relinquish()
397 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit_set) in _tx_thread_relinquish()