threadx
_tx_thread_preempted_maps
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_tx_thread_preempted_maps
_tx_thread_preempted_maps variable
Syntax
Show:
Summary
Declaration
Definition
from
tx_thread.h:368
THREAD_DECLARE
ULONG
_tx_thread_preempted_maps
[
TX_MAX_PRIORITIES
/
32
]
;
Implemented in
tx_thread_initialize.c:102
Examples
References
from
examples
Code
Location
Referrer
ULONG
_tx_thread_preempted_maps
[
TX_MAX_PRIORITIES
/
32
]
;
tx_thread_initialize.c:102
THREAD_DECLARE
ULONG
_tx_thread_preempted_maps
[
TX_MAX_PRIORITIES
/
32
]
;
tx_thread.h:368
_tx_thread_preempted_maps
[
MAP_INDEX
]
=
_tx_thread_preempted_maps
[
MAP_INDEX
]
|
priority_bit
;
tx_mutex_priority_change.c:324
_tx_mutex_priority_change()
TX_MEMSET
(
&
_tx_thread_preempted_maps
[
0
]
,
0
,
(
sizeof
(
_tx_thread_preempted_maps
)
)
)
;
tx_thread_initialize.c:340
_tx_thread_initialize()
_tx_thread_preempted_maps
[
MAP_INDEX
]
=
_tx_thread_preempted_maps
[
MAP_INDEX
]
&
(
~
(
priority_bit
)
)
;
tx_thread_preemption_change.c:151
_tx_thread_preemption_change()
_tx_thread_preempted_maps
[
MAP_INDEX
]
=
_tx_thread_preempted_maps
[
MAP_INDEX
]
|
priority_bit
;
tx_thread_preemption_change.c:220
_tx_thread_preemption_change()
_tx_thread_preempted_maps
[
MAP_INDEX
]
=
_tx_thread_preempted_maps
[
MAP_INDEX
]
|
priority_bit
;
tx_thread_system_resume.c:267
_tx_thread_system_resume()
if
(
_tx_thread_preempted_maps
[
MAP_INDEX
]
!=
(
(
ULONG
)
0
)
)
tx_thread_system_suspend.c:234
_tx_thread_system_suspend()
_tx_thread_preempted_maps
[
MAP_INDEX
]
=
_tx_thread_preempted_maps
[
MAP_INDEX
]
&
(
~
(
priority_bit
)
)
;
tx_thread_system_suspend.c:239
_tx_thread_system_suspend()
if
(
_tx_thread_preempted_maps
[
MAP_INDEX
]
!=
(
(
ULONG
)
0
)
)
tx_thread_system_suspend.c:288
_tx_thread_system_suspend()
_tx_thread_preempted_maps
[
MAP_INDEX
]
=
_tx_thread_preempted_maps
[
MAP_INDEX
]
&
(
~
(
priority_bit
)
)
;
tx_thread_system_suspend.c:293
_tx_thread_system_suspend()
if
(
_tx_thread_preempted_maps
[
MAP_INDEX
]
!=
(
(
ULONG
)
0
)
)
tx_thread_system_suspend.c:413
_tx_thread_system_suspend()
priority_map
=
_tx_thread_preempted_maps
[
MAP_INDEX
]
;
tx_thread_system_suspend.c:454
_tx_thread_system_suspend()
_tx_thread_preempted_maps
[
MAP_INDEX
]
=
_tx_thread_preempted_maps
[
MAP_INDEX
]
&
(
~
(
priority_bit
)
)
;
tx_thread_system_suspend.c:472
_tx_thread_system_suspend()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_tx_thread_preempted_maps
is read by 5 functions:
All items filtered out
_tx_thread_preempted_maps
_tx_thread_initialize()
_tx_mutex_priority_change()
_tx_thread_preemption_change()
_tx_thread_system_resume()
_tx_thread_system_suspend()
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