Home
last modified time | relevance | path

Searched refs:TX_MAX_PRIORITIES (Results 1 – 25 of 255) sorted by relevance

1234567891011

/ThreadX-v6.2.1/common/src/
Dtx_thread_initialize.c82 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()
Dtx_thread_system_suspend.c98 #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 …]
Dtx_thread_suspend.c224 #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 …]
Dtx_thread_preemption_change.c84 #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/
Dtx_thread_initialize.c111 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()
Dtx_thread_preemption_change.c92 #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()
Dtx_thread_smp_rebalance_execute_list.c117 #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()
Dtx_thread_system_suspend.c127 #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 …]
Dtx_thread_relinquish.c99 #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()
Dtx_thread_smp_utilities.c87 #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/
Dtx_thread.h71 #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/
Dtx_thread.h253 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/
Dtx_port.h100 #ifndef TX_MAX_PRIORITIES
101 #define TX_MAX_PRIORITIES 32 macro
/ThreadX-v6.2.1/ports/risc-v32/iar/inc/
Dtx_port.h98 #ifndef TX_MAX_PRIORITIES
99 #define TX_MAX_PRIORITIES 32 macro
/ThreadX-v6.2.1/ports/rxv1/gnu/inc/
Dtx_port.h101 #ifndef TX_MAX_PRIORITIES
102 #define TX_MAX_PRIORITIES 32 macro
/ThreadX-v6.2.1/ports/rxv2/iar/inc/
Dtx_port.h104 #ifndef TX_MAX_PRIORITIES
105 #define TX_MAX_PRIORITIES 32 macro
/ThreadX-v6.2.1/ports/rxv1/iar/inc/
Dtx_port.h102 #ifndef TX_MAX_PRIORITIES
103 #define TX_MAX_PRIORITIES 32 macro
/ThreadX-v6.2.1/ports/rxv2/gnu/inc/
Dtx_port.h103 #ifndef TX_MAX_PRIORITIES
104 #define TX_MAX_PRIORITIES 32 macro
/ThreadX-v6.2.1/ports/rxv3/gnu/inc/
Dtx_port.h102 #ifndef TX_MAX_PRIORITIES
103 #define TX_MAX_PRIORITIES 32 macro
/ThreadX-v6.2.1/ports/rxv3/iar/inc/
Dtx_port.h103 #ifndef TX_MAX_PRIORITIES
104 #define TX_MAX_PRIORITIES 32 macro
/ThreadX-v6.2.1/ports/rxv1/ccrx/inc/
Dtx_port.h99 #ifndef TX_MAX_PRIORITIES
100 #define TX_MAX_PRIORITIES 32 macro
/ThreadX-v6.2.1/ports/rxv2/ccrx/inc/
Dtx_port.h101 #ifndef TX_MAX_PRIORITIES
102 #define TX_MAX_PRIORITIES 32 macro
/ThreadX-v6.2.1/ports/risc-v64/gnu/inc/
Dtx_port.h118 #ifndef TX_MAX_PRIORITIES
119 #define TX_MAX_PRIORITIES 32 macro
/ThreadX-v6.2.1/ports/rxv3/ccrx/inc/
Dtx_port.h100 #ifndef TX_MAX_PRIORITIES
101 #define TX_MAX_PRIORITIES 32 macro
/ThreadX-v6.2.1/ports/cortex_r5/gnu/inc/
Dtx_port.h98 #ifndef TX_MAX_PRIORITIES
99 #define TX_MAX_PRIORITIES 32 macro

1234567891011