threadx
MAP_INDEX
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (3/4)...
Files
loading (4/4)...
threadx
filex
cmsis_rtos_threadx
netxduo
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
MAP_INDEX
MAP_INDEX macro
Syntax
Show:
Summary
Declaration
from
tx_thread.h:72
#define
MAP_INDEX
(
map_index
)
Examples
References
from
examples
Code
Location
#define
MAP_INDEX
(
map_index
)
tx_thread.h:72
#define
MAP_INDEX
(
0
)
tx_thread.h:77
_tx_thread_preempted_maps
[
MAP_INDEX
]
=
_tx_thread_preempted_maps
[
MAP_INDEX
]
|
priority_bit
;
tx_mutex_priority_change.c:324
_tx_thread_preempted_maps
[
MAP_INDEX
]
=
_tx_thread_preempted_maps
[
MAP_INDEX
]
&
(
~
(
priority_bit
)
)
;
tx_thread_preemption_change.c:151
_tx_thread_preempted_maps
[
MAP_INDEX
]
=
_tx_thread_preempted_maps
[
MAP_INDEX
]
|
priority_bit
;
tx_thread_preemption_change.c:220
_tx_thread_priority_maps
[
MAP_INDEX
]
=
_tx_thread_priority_maps
[
MAP_INDEX
]
|
priority_bit
;
tx_thread_system_resume.c:218
_tx_thread_preempted_maps
[
MAP_INDEX
]
=
_tx_thread_preempted_maps
[
MAP_INDEX
]
|
priority_bit
;
tx_thread_system_resume.c:267
if
(
_tx_thread_preempted_maps
[
MAP_INDEX
]
!=
(
(
ULONG
)
0
)
)
tx_thread_system_suspend.c:234
_tx_thread_preempted_maps
[
MAP_INDEX
]
=
_tx_thread_preempted_maps
[
MAP_INDEX
]
&
(
~
(
priority_bit
)
)
;
tx_thread_system_suspend.c:239
_tx_thread_priority_maps
[
MAP_INDEX
]
=
_tx_thread_priority_maps
[
MAP_INDEX
]
&
(
~
(
priority_bit
)
)
;
tx_thread_system_suspend.c:271
if
(
_tx_thread_priority_maps
[
MAP_INDEX
]
==
(
(
ULONG
)
0
)
)
tx_thread_system_suspend.c:276
if
(
_tx_thread_preempted_maps
[
MAP_INDEX
]
!=
(
(
ULONG
)
0
)
)
tx_thread_system_suspend.c:288
_tx_thread_preempted_maps
[
MAP_INDEX
]
=
_tx_thread_preempted_maps
[
MAP_INDEX
]
&
(
~
(
priority_bit
)
)
;
tx_thread_system_suspend.c:293
priority_map
=
_tx_thread_priority_maps
[
MAP_INDEX
]
;
tx_thread_system_suspend.c:331
if
(
_tx_thread_preempted_maps
[
MAP_INDEX
]
!=
(
(
ULONG
)
0
)
)
tx_thread_system_suspend.c:413
priority_map
=
_tx_thread_preempted_maps
[
MAP_INDEX
]
;
tx_thread_system_suspend.c:454
_tx_thread_preempted_maps
[
MAP_INDEX
]
=
_tx_thread_preempted_maps
[
MAP_INDEX
]
&
(
~
(
priority_bit
)
)
;
tx_thread_system_suspend.c:472
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out