| /ThreadX-v6.2.1/common/src/ |
| D | tx_thread_initialize.c | 82 ULONG _tx_thread_priority_maps[TX_MAX_PRIORITIES/32]; 89 #if TX_MAX_PRIORITIES > 32 102 ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; 109 #if TX_MAX_PRIORITIES > 32 126 TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES]; 346 _tx_thread_highest_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_initialize() 393 | (((ULONG) (TX_MAX_PRIORITIES/32)) << 24) in _tx_thread_initialize()
|
| D | tx_thread_system_suspend.c | 98 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 227 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 241 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 263 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 273 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 295 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 309 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 339 _tx_thread_highest_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_system_suspend() 410 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 437 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() [all …]
|
| D | tx_thread_suspend.c | 224 #if TX_MAX_PRIORITIES > 32 in _tx_thread_suspend() 362 #if TX_MAX_PRIORITIES > 32 in _tx_thread_suspend() 376 #if TX_MAX_PRIORITIES > 32 in _tx_thread_suspend() 398 #if TX_MAX_PRIORITIES > 32 in _tx_thread_suspend() 408 #if TX_MAX_PRIORITIES > 32 in _tx_thread_suspend() 430 #if TX_MAX_PRIORITIES > 32 in _tx_thread_suspend() 444 #if TX_MAX_PRIORITIES > 32 in _tx_thread_suspend() 474 _tx_thread_highest_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_suspend() 543 #if TX_MAX_PRIORITIES > 32 in _tx_thread_suspend() 573 #if TX_MAX_PRIORITIES > 32 in _tx_thread_suspend() [all …]
|
| D | tx_thread_preemption_change.c | 84 #if TX_MAX_PRIORITIES > 32 in _tx_thread_preemption_change() 142 #if TX_MAX_PRIORITIES > 32 in _tx_thread_preemption_change() 153 #if TX_MAX_PRIORITIES > 32 in _tx_thread_preemption_change() 208 #if TX_MAX_PRIORITIES > 32 in _tx_thread_preemption_change()
|
| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_thread_initialize.c | 111 ULONG _tx_thread_priority_maps[TX_MAX_PRIORITIES/32]; 118 #if TX_MAX_PRIORITIES > 32 131 ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; 138 #if TX_MAX_PRIORITIES > 32 147 TX_THREAD *_tx_thread_preemption_threshold_list[TX_MAX_PRIORITIES]; 165 TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES]; 420 | (((ULONG) (TX_MAX_PRIORITIES/32)) << 24) in _tx_thread_initialize()
|
| D | tx_thread_preemption_change.c | 92 #if TX_MAX_PRIORITIES > 32 in _tx_thread_preemption_change() 182 #if TX_MAX_PRIORITIES > 32 in _tx_thread_preemption_change() 193 #if TX_MAX_PRIORITIES > 32 in _tx_thread_preemption_change() 218 #if TX_MAX_PRIORITIES > 32 in _tx_thread_preemption_change() 224 #if TX_MAX_PRIORITIES > 32 in _tx_thread_preemption_change()
|
| D | tx_thread_smp_rebalance_execute_list.c | 117 #if TX_MAX_PRIORITIES > 32 in _tx_thread_smp_rebalance_execute_list() 177 if (next_priority == ((UINT) TX_MAX_PRIORITIES)) in _tx_thread_smp_rebalance_execute_list() 213 next_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_smp_rebalance_execute_list() 262 if (next_priority == ((UINT) TX_MAX_PRIORITIES)) in _tx_thread_smp_rebalance_execute_list() 303 if (next_priority == ((UINT) TX_MAX_PRIORITIES)) in _tx_thread_smp_rebalance_execute_list() 405 if (next_priority == ((UINT) TX_MAX_PRIORITIES)) in _tx_thread_smp_rebalance_execute_list() 490 #if TX_MAX_PRIORITIES > 32 in _tx_thread_smp_rebalance_execute_list() 546 if (next_priority == ((UINT) TX_MAX_PRIORITIES)) in _tx_thread_smp_rebalance_execute_list()
|
| D | tx_thread_system_suspend.c | 127 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 320 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 341 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 369 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 375 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 456 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 466 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 479 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 674 if (next_priority == TX_MAX_PRIORITIES) in _tx_thread_system_suspend() 695 if (next_priority == ((UINT) TX_MAX_PRIORITIES)) in _tx_thread_system_suspend() [all …]
|
| D | tx_thread_relinquish.c | 99 #if TX_MAX_PRIORITIES > 32 in _tx_thread_relinquish() 337 #if TX_MAX_PRIORITIES > 32 in _tx_thread_relinquish() 347 #if TX_MAX_PRIORITIES > 32 in _tx_thread_relinquish() 371 #if TX_MAX_PRIORITIES > 32 in _tx_thread_relinquish() 377 #if TX_MAX_PRIORITIES > 32 in _tx_thread_relinquish()
|
| D | tx_thread_smp_utilities.c | 87 #if TX_MAX_PRIORITIES > 32 98 found_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_smp_next_priority_find() 99 if (priority < ((UINT) TX_MAX_PRIORITIES)) in _tx_thread_smp_next_priority_find() 114 if (map_index < (((UINT) TX_MAX_PRIORITIES)/((UINT) 32))) in _tx_thread_smp_next_priority_find() 143 next_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_smp_next_priority_find() 147 if (next_priority >= ((UINT) TX_MAX_PRIORITIES)) in _tx_thread_smp_next_priority_find() 149 next_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_smp_next_priority_find() 1004 #if TX_MAX_PRIORITIES > 32 in _tx_thread_smp_simple_priority_change() 1037 #if TX_MAX_PRIORITIES > 32 in _tx_thread_smp_simple_priority_change() 1047 #if TX_MAX_PRIORITIES > 32 in _tx_thread_smp_simple_priority_change() [all …]
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_thread.h | 71 #if TX_MAX_PRIORITIES > 32 87 #if TX_MAX_PRIORITIES > 32 348 THREAD_DECLARE ULONG _tx_thread_priority_maps[TX_MAX_PRIORITIES/32]; 355 #if TX_MAX_PRIORITIES > 32 368 THREAD_DECLARE ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; 375 #if TX_MAX_PRIORITIES > 32 392 THREAD_DECLARE TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES];
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_thread.h | 253 THREAD_DECLARE ULONG _tx_thread_priority_maps[TX_MAX_PRIORITIES/32]; 260 #if TX_MAX_PRIORITIES > 32 273 THREAD_DECLARE ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; 280 #if TX_MAX_PRIORITIES > 32 289 THREAD_DECLARE TX_THREAD *_tx_thread_preemption_threshold_list[TX_MAX_PRIORITIES… 307 THREAD_DECLARE TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES]; 453 #if TX_MAX_PRIORITIES > 32 469 #if TX_MAX_PRIORITIES > 32 601 #if TX_MAX_PRIORITIES > 32 611 found_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_smp_next_priority_find() [all …]
|
| /ThreadX-v6.2.1/ports/c667x/ccs/inc/ |
| D | tx_port.h | 100 #ifndef TX_MAX_PRIORITIES 101 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.2.1/ports/risc-v32/iar/inc/ |
| D | tx_port.h | 98 #ifndef TX_MAX_PRIORITIES 99 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.2.1/ports/rxv1/gnu/inc/ |
| D | tx_port.h | 101 #ifndef TX_MAX_PRIORITIES 102 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.2.1/ports/rxv2/iar/inc/ |
| D | tx_port.h | 104 #ifndef TX_MAX_PRIORITIES 105 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.2.1/ports/rxv1/iar/inc/ |
| D | tx_port.h | 102 #ifndef TX_MAX_PRIORITIES 103 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.2.1/ports/rxv2/gnu/inc/ |
| D | tx_port.h | 103 #ifndef TX_MAX_PRIORITIES 104 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.2.1/ports/rxv3/gnu/inc/ |
| D | tx_port.h | 102 #ifndef TX_MAX_PRIORITIES 103 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.2.1/ports/rxv3/iar/inc/ |
| D | tx_port.h | 103 #ifndef TX_MAX_PRIORITIES 104 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.2.1/ports/rxv1/ccrx/inc/ |
| D | tx_port.h | 99 #ifndef TX_MAX_PRIORITIES 100 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.2.1/ports/rxv2/ccrx/inc/ |
| D | tx_port.h | 101 #ifndef TX_MAX_PRIORITIES 102 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.2.1/ports/risc-v64/gnu/inc/ |
| D | tx_port.h | 118 #ifndef TX_MAX_PRIORITIES 119 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.2.1/ports/rxv3/ccrx/inc/ |
| D | tx_port.h | 100 #ifndef TX_MAX_PRIORITIES 101 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.2.1/ports/cortex_r5/gnu/inc/ |
| D | tx_port.h | 98 #ifndef TX_MAX_PRIORITIES 99 #define TX_MAX_PRIORITIES 32 macro
|