threadx + 0/3 examples
CodeScope will show references to TX_MAX_PRIORITIES from the following samples and libraries:
Libraries
Examples
STM32469I-Discovery
Applications
ThreadX
 
Symbols
loading...
Files
loading...

TX_MAX_PRIORITIES macro

Syntax

#define TX_MAX_PRIORITIES 32

Examples

TX_MAX_PRIORITIES is referenced by 3 libraries and example projects.

References

LocationText
tx_port.h:123
#define TX_MAX_PRIORITIES 32
tx_port.h:92
#define TX_MAX_PRIORITIES 32
tx_freertos.c:149
return TX_MAX_PRIORITIES - 1u - prio;
tx_freertos.c:155
return TX_MAX_PRIORITIES - 1u - prio;
tx_freertos.c:203
txfr_idle_stack, sizeof(txfr_idle_stack), TX_MAX_PRIORITIES - 1u, TX_MAX_PRIORITIES - 1u, 0u, TX_AUTO_START);
tx_mutex_get.c:134
tx_mutex_priority_change.c:100
#if TX_MAX_PRIORITIES > 32
tx_mutex_priority_change.c:312
#if TX_MAX_PRIORITIES > 32
tx_mutex_put.c:259
inheritance_priority = ((UINT) TX_MAX_PRIORITIES);
tx_mutex_put.c:383
tx_mutex_put.c:432
tx_port.h:122
#ifndef TX_MAX_PRIORITIES
tx_thread.h:71
#if TX_MAX_PRIORITIES > 32
tx_thread.h:87
#if TX_MAX_PRIORITIES > 32
tx_thread.h:348
tx_thread.h:355
#if TX_MAX_PRIORITIES > 32
tx_thread.h:368
tx_thread.h:375
#if TX_MAX_PRIORITIES > 32
tx_thread.h:392
tx_thread_create.c:166
thread_ptr -> tx_thread_inherit_priority = ((UINT) TX_MAX_PRIORITIES);
tx_thread_initialize.c:82
ULONG _tx_thread_priority_maps[TX_MAX_PRIORITIES/32];
tx_thread_initialize.c:89
#if TX_MAX_PRIORITIES > 32
tx_thread_initialize.c:102
ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32];
tx_thread_initialize.c:109
#if TX_MAX_PRIORITIES > 32
tx_thread_initialize.c:126
TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES];
tx_thread_initialize.c:346
_tx_thread_highest_priority = ((UINT) TX_MAX_PRIORITIES);
tx_thread_initialize.c:393
| (((ULONG) (TX_MAX_PRIORITIES/32)) << 24)
tx_thread_preemption_change.c:84
#if TX_MAX_PRIORITIES > 32
tx_thread_preemption_change.c:142
#if TX_MAX_PRIORITIES > 32
tx_thread_preemption_change.c:153
#if TX_MAX_PRIORITIES > 32
tx_thread_preemption_change.c:208
#if TX_MAX_PRIORITIES > 32
tx_thread_system_resume.c:100
#if TX_MAX_PRIORITIES > 32
tx_thread_system_resume.c:206
#if TX_MAX_PRIORITIES > 32
tx_thread_system_resume.c:255
#if TX_MAX_PRIORITIES > 32
tx_thread_system_suspend.c:98
#if TX_MAX_PRIORITIES > 32
tx_thread_system_suspend.c:227
#if TX_MAX_PRIORITIES > 32
tx_thread_system_suspend.c:241
#if TX_MAX_PRIORITIES > 32
tx_thread_system_suspend.c:263
#if TX_MAX_PRIORITIES > 32
tx_thread_system_suspend.c:273
#if TX_MAX_PRIORITIES > 32
tx_thread_system_suspend.c:295
#if TX_MAX_PRIORITIES > 32
tx_thread_system_suspend.c:309
#if TX_MAX_PRIORITIES > 32
tx_thread_system_suspend.c:339
_tx_thread_highest_priority = ((UINT) TX_MAX_PRIORITIES);
tx_thread_system_suspend.c:410
#if TX_MAX_PRIORITIES > 32
tx_thread_system_suspend.c:437
#if TX_MAX_PRIORITIES > 32
tx_thread_system_suspend.c:474
#if TX_MAX_PRIORITIES > 32
txe_thread_create.c:246
else if (priority >= ((UINT) TX_MAX_PRIORITIES))
txe_thread_priority_change.c:109
else if (new_priority >= ((UINT) TX_MAX_PRIORITIES))
txm_module_manager_thread_create.c:218
if (priority >= TX_MAX_PRIORITIES)
txm_module_manager_thread_create.c:354
thread_ptr -> tx_thread_inherit_priority = ((UINT) TX_MAX_PRIORITIES);