Home
last modified time | relevance | path

Searched refs:_tx_thread_preempted_maps (Results 1 – 20 of 20) sorted by relevance

/ThreadX-v6.2.1/common/src/
Dtx_thread_system_suspend.c234 if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0)) in _tx_thread_system_suspend()
239_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_system_suspend()
244 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_system_suspend()
288 if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0)) in _tx_thread_system_suspend()
293_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_system_suspend()
298 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_system_suspend()
413 if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0)) in _tx_thread_system_suspend()
454 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_system_suspend()
472_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_system_suspend()
477 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_system_suspend()
[all …]
Dtx_thread_suspend.c369 if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0)) in _tx_thread_suspend()
374_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_suspend()
379 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_suspend()
423 if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0)) in _tx_thread_suspend()
428_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_suspend()
433 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_suspend()
546 if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0)) in _tx_thread_suspend()
590 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_suspend()
632_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_suspend()
637 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_suspend()
Dtx_thread_preemption_change.c151_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_preemption_change()
156 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_preemption_change()
220_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit; in _tx_thread_preemption_change()
Dtx_thread_initialize.c102 ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; variable
340 TX_MEMSET(&_tx_thread_preempted_maps[0], 0, (sizeof(_tx_thread_preempted_maps))); in _tx_thread_initialize()
Dtx_mutex_priority_change.c324_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit; in _tx_mutex_priority_change()
Dtx_thread_system_resume.c267_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit; in _tx_thread_system_resume()
788_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit;
Dtx_thread_resume.c326_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit; in _tx_thread_resume()
/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_preemption_change.c191_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_preemption_change()
196 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_preemption_change()
221 if (_tx_thread_preempted_maps[0] != ((ULONG) 0)) in _tx_thread_preemption_change()
241 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_preemption_change()
Dtx_thread_relinquish.c345_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_relinquish()
350 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_relinquish()
374 if (_tx_thread_preempted_maps[0] != ((ULONG) 0)) in _tx_thread_relinquish()
394 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_relinquish()
Dtx_thread_resume.c127 TX_MEMSET(_tx_thread_preempted_maps, 0, sizeof(_tx_thread_preempted_maps)); in _tx_thread_resume()
Dtx_thread_initialize.c131 ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; variable
371 TX_MEMSET(&_tx_thread_preempted_maps[0], 0, (sizeof(_tx_thread_preempted_maps))); in _tx_thread_initialize()
Dtx_mutex_priority_change.c455_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_mutex_priority_change()
459 … if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_mutex_priority_change()
Dtx_thread_priority_change.c479_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_priority_change()
483 … if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_priority_change()
Dtx_thread_system_suspend.c339_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit)); in _tx_thread_system_suspend()
344 if (_tx_thread_preempted_maps[MAP_INDEX] == ((ULONG) 0)) in _tx_thread_system_suspend()
372 if (_tx_thread_preempted_maps[0] != ((ULONG) 0)) in _tx_thread_system_suspend()
392 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_system_suspend()
Dtx_thread_create.c320 TX_MEMSET(_tx_thread_preempted_maps, 0, sizeof(_tx_thread_preempted_maps)); in _tx_thread_create()
Dtx_thread_smp_rebalance_execute_list.c502_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit; in _tx_thread_smp_rebalance_execute_list()
Dtx_thread_smp_debug_entry_insert.c196 … entry_ptr -> tx_thread_smp_debug_entry_preempt_map = _tx_thread_preempted_maps[0]; in _tx_thread_smp_debug_entry_insert()
/ThreadX-v6.2.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c563 TX_MEMSET(_tx_thread_preempted_maps, 0, sizeof(_tx_thread_preempted_maps)); in _txm_module_manager_thread_create()
/ThreadX-v6.2.1/common/inc/
Dtx_thread.h368 THREAD_DECLARE ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; variable
/ThreadX-v6.2.1/common_smp/inc/
Dtx_thread.h273 THREAD_DECLARE ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; variable