| /ThreadX-v6.4.1/common/src/ |
| D | tx_thread_initialize.c | 81 ULONG _tx_thread_priority_maps[TX_MAX_PRIORITIES/32]; 88 #if TX_MAX_PRIORITIES > 32 101 ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; 108 #if TX_MAX_PRIORITIES > 32 125 TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES]; 345 _tx_thread_highest_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_initialize() 392 | (((ULONG) (TX_MAX_PRIORITIES/32)) << 24) in _tx_thread_initialize()
|
| D | tx_thread_system_suspend.c | 97 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 226 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 240 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 262 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 272 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 294 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 308 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 338 _tx_thread_highest_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_system_suspend() 409 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 436 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() [all …]
|
| D | tx_thread_suspend.c | 223 #if TX_MAX_PRIORITIES > 32 in _tx_thread_suspend() 361 #if TX_MAX_PRIORITIES > 32 in _tx_thread_suspend() 375 #if TX_MAX_PRIORITIES > 32 in _tx_thread_suspend() 397 #if TX_MAX_PRIORITIES > 32 in _tx_thread_suspend() 407 #if TX_MAX_PRIORITIES > 32 in _tx_thread_suspend() 429 #if TX_MAX_PRIORITIES > 32 in _tx_thread_suspend() 443 #if TX_MAX_PRIORITIES > 32 in _tx_thread_suspend() 473 _tx_thread_highest_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_suspend() 542 #if TX_MAX_PRIORITIES > 32 in _tx_thread_suspend() 572 #if TX_MAX_PRIORITIES > 32 in _tx_thread_suspend() [all …]
|
| D | tx_thread_preemption_change.c | 83 #if TX_MAX_PRIORITIES > 32 in _tx_thread_preemption_change() 141 #if TX_MAX_PRIORITIES > 32 in _tx_thread_preemption_change() 152 #if TX_MAX_PRIORITIES > 32 in _tx_thread_preemption_change() 207 #if TX_MAX_PRIORITIES > 32 in _tx_thread_preemption_change()
|
| /ThreadX-v6.4.1/common_smp/src/ |
| D | tx_thread_initialize.c | 110 ULONG _tx_thread_priority_maps[TX_MAX_PRIORITIES/32]; 117 #if TX_MAX_PRIORITIES > 32 130 ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; 137 #if TX_MAX_PRIORITIES > 32 146 TX_THREAD *_tx_thread_preemption_threshold_list[TX_MAX_PRIORITIES]; 164 TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES]; 419 | (((ULONG) (TX_MAX_PRIORITIES/32)) << 24) in _tx_thread_initialize()
|
| D | tx_thread_preemption_change.c | 91 #if TX_MAX_PRIORITIES > 32 in _tx_thread_preemption_change() 181 #if TX_MAX_PRIORITIES > 32 in _tx_thread_preemption_change() 192 #if TX_MAX_PRIORITIES > 32 in _tx_thread_preemption_change() 217 #if TX_MAX_PRIORITIES > 32 in _tx_thread_preemption_change() 223 #if TX_MAX_PRIORITIES > 32 in _tx_thread_preemption_change()
|
| D | tx_thread_smp_rebalance_execute_list.c | 116 #if TX_MAX_PRIORITIES > 32 in _tx_thread_smp_rebalance_execute_list() 176 if (next_priority == ((UINT) TX_MAX_PRIORITIES)) in _tx_thread_smp_rebalance_execute_list() 212 next_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_smp_rebalance_execute_list() 261 if (next_priority == ((UINT) TX_MAX_PRIORITIES)) in _tx_thread_smp_rebalance_execute_list() 302 if (next_priority == ((UINT) TX_MAX_PRIORITIES)) in _tx_thread_smp_rebalance_execute_list() 404 if (next_priority == ((UINT) TX_MAX_PRIORITIES)) in _tx_thread_smp_rebalance_execute_list() 489 #if TX_MAX_PRIORITIES > 32 in _tx_thread_smp_rebalance_execute_list() 545 if (next_priority == ((UINT) TX_MAX_PRIORITIES)) in _tx_thread_smp_rebalance_execute_list()
|
| D | tx_thread_system_suspend.c | 128 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 321 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 342 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 370 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 376 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 457 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 467 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 480 #if TX_MAX_PRIORITIES > 32 in _tx_thread_system_suspend() 675 if (next_priority == (ULONG)TX_MAX_PRIORITIES) in _tx_thread_system_suspend() 696 if (next_priority == ((UINT) TX_MAX_PRIORITIES)) in _tx_thread_system_suspend() [all …]
|
| D | tx_thread_relinquish.c | 98 #if TX_MAX_PRIORITIES > 32 in _tx_thread_relinquish() 336 #if TX_MAX_PRIORITIES > 32 in _tx_thread_relinquish() 346 #if TX_MAX_PRIORITIES > 32 in _tx_thread_relinquish() 370 #if TX_MAX_PRIORITIES > 32 in _tx_thread_relinquish() 376 #if TX_MAX_PRIORITIES > 32 in _tx_thread_relinquish()
|
| D | tx_thread_smp_utilities.c | 86 #if TX_MAX_PRIORITIES > 32 97 found_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_smp_next_priority_find() 98 if (priority < ((UINT) TX_MAX_PRIORITIES)) in _tx_thread_smp_next_priority_find() 113 if (map_index < (((UINT) TX_MAX_PRIORITIES)/((UINT) 32))) in _tx_thread_smp_next_priority_find() 142 next_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_smp_next_priority_find() 146 if (next_priority >= ((UINT) TX_MAX_PRIORITIES)) in _tx_thread_smp_next_priority_find() 148 next_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_smp_next_priority_find() 1003 #if TX_MAX_PRIORITIES > 32 in _tx_thread_smp_simple_priority_change() 1036 #if TX_MAX_PRIORITIES > 32 in _tx_thread_smp_simple_priority_change() 1046 #if TX_MAX_PRIORITIES > 32 in _tx_thread_smp_simple_priority_change() [all …]
|
| /ThreadX-v6.4.1/common/inc/ |
| D | tx_thread.h | 70 #if TX_MAX_PRIORITIES > 32 86 #if TX_MAX_PRIORITIES > 32 347 THREAD_DECLARE ULONG _tx_thread_priority_maps[TX_MAX_PRIORITIES/32]; 354 #if TX_MAX_PRIORITIES > 32 367 THREAD_DECLARE ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; 374 #if TX_MAX_PRIORITIES > 32 391 THREAD_DECLARE TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES];
|
| /ThreadX-v6.4.1/test/tx/regression/ |
| D | threadx_thread_multiple_suspension_test.c | 78 (TX_MAX_PRIORITIES/2), (TX_MAX_PRIORITIES/2), TX_NO_TIME_SLICE, TX_AUTO_START); in test_application_define() 92 (TX_MAX_PRIORITIES/2), (TX_MAX_PRIORITIES/2), TX_NO_TIME_SLICE, TX_AUTO_START); in test_application_define() 106 (TX_MAX_PRIORITIES/2), (TX_MAX_PRIORITIES/2), TX_NO_TIME_SLICE, TX_AUTO_START); in test_application_define() 134 (TX_MAX_PRIORITIES-1), 13, TX_NO_TIME_SLICE, TX_AUTO_START); in test_application_define()
|
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_thread_multiple_suspension_test.c | 78 (TX_MAX_PRIORITIES/2), (TX_MAX_PRIORITIES/2), TX_NO_TIME_SLICE, TX_AUTO_START); in test_application_define() 92 (TX_MAX_PRIORITIES/2), (TX_MAX_PRIORITIES/2), TX_NO_TIME_SLICE, TX_AUTO_START); in test_application_define() 106 (TX_MAX_PRIORITIES/2), (TX_MAX_PRIORITIES/2), TX_NO_TIME_SLICE, TX_AUTO_START); in test_application_define() 134 (TX_MAX_PRIORITIES-1), 13, TX_NO_TIME_SLICE, TX_AUTO_START); in test_application_define()
|
| /ThreadX-v6.4.1/common_smp/inc/ |
| D | tx_thread.h | 254 THREAD_DECLARE ULONG _tx_thread_priority_maps[TX_MAX_PRIORITIES/32]; 261 #if TX_MAX_PRIORITIES > 32 274 THREAD_DECLARE ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; 281 #if TX_MAX_PRIORITIES > 32 290 THREAD_DECLARE TX_THREAD *_tx_thread_preemption_threshold_list[TX_MAX_PRIORITIES… 308 THREAD_DECLARE TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES]; 454 #if TX_MAX_PRIORITIES > 32 470 #if TX_MAX_PRIORITIES > 32 602 #if TX_MAX_PRIORITIES > 32 612 found_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_smp_next_priority_find() [all …]
|
| /ThreadX-v6.4.1/ports/c667x/ccs/inc/ |
| D | tx_port.h | 99 #ifndef TX_MAX_PRIORITIES 100 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.4.1/ports/risc-v32/iar/inc/ |
| D | tx_port.h | 97 #ifndef TX_MAX_PRIORITIES 98 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.4.1/ports/rxv1/gnu/inc/ |
| D | tx_port.h | 100 #ifndef TX_MAX_PRIORITIES 101 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.4.1/ports/rxv1/iar/inc/ |
| D | tx_port.h | 101 #ifndef TX_MAX_PRIORITIES 102 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.4.1/ports/rxv2/gnu/inc/ |
| D | tx_port.h | 102 #ifndef TX_MAX_PRIORITIES 103 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.4.1/ports/rxv2/iar/inc/ |
| D | tx_port.h | 103 #ifndef TX_MAX_PRIORITIES 104 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.4.1/ports/rxv1/ccrx/inc/ |
| D | tx_port.h | 98 #ifndef TX_MAX_PRIORITIES 99 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.4.1/ports/rxv2/ccrx/inc/ |
| D | tx_port.h | 100 #ifndef TX_MAX_PRIORITIES 101 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.4.1/ports/rxv3/gnu/inc/ |
| D | tx_port.h | 101 #ifndef TX_MAX_PRIORITIES 102 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.4.1/ports/rxv3/iar/inc/ |
| D | tx_port.h | 102 #ifndef TX_MAX_PRIORITIES 103 #define TX_MAX_PRIORITIES 32 macro
|
| /ThreadX-v6.4.1/ports/risc-v64/gnu/inc/ |
| D | tx_port.h | 117 #ifndef TX_MAX_PRIORITIES 118 #define TX_MAX_PRIORITIES 32 macro
|