threadx
_tx_thread_highest_priority
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_highest_priority
_tx_thread_highest_priority variable
Syntax
Show:
Summary
Declaration
Definition
from
tx_thread.h:384
THREAD_DECLARE
UINT
_tx_thread_highest_priority
;
Implemented in
tx_thread_initialize.c:118
Examples
References
from
examples
Code
Location
Referrer
UINT
_tx_thread_highest_priority
;
tx_thread_initialize.c:118
THREAD_DECLARE
UINT
_tx_thread_highest_priority
;
tx_thread.h:384
_tx_thread_highest_priority
=
(
(
UINT
)
TX_MAX_PRIORITIES
)
;
tx_thread_initialize.c:346
_tx_thread_initialize()
if
(
_tx_thread_highest_priority
<
thread_ptr
->
tx_thread_priority
)
tx_thread_preemption_change.c:189
_tx_thread_preemption_change()
if
(
_tx_thread_highest_priority
<
new_threshold
)
tx_thread_preemption_change.c:193
_tx_thread_preemption_change()
_tx_thread_execute_ptr
=
_tx_thread_priority_list
[
_tx_thread_highest_priority
]
;
tx_thread_preemption_change.c:261
_tx_thread_preemption_change()
if
(
_tx_thread_highest_priority
<
priority
)
tx_thread_relinquish.c:121
_tx_thread_relinquish()
_tx_thread_execute_ptr
=
_tx_thread_priority_list
[
_tx_thread_highest_priority
]
;
tx_thread_relinquish.c:126
_tx_thread_relinquish()
if
(
priority
<
_tx_thread_highest_priority
)
tx_thread_system_resume.c:221
_tx_thread_system_resume()
_tx_thread_highest_priority
=
priority
;
tx_thread_system_resume.c:227
_tx_thread_system_resume()
_tx_thread_highest_priority
=
(
(
UINT
)
TX_MAX_PRIORITIES
)
;
tx_thread_system_suspend.c:339
_tx_thread_system_suspend()
_tx_thread_highest_priority
=
base_priority
+
(
(
UINT
)
priority_bit
)
;
tx_thread_system_suspend.c:396
_tx_thread_system_suspend()
_tx_thread_execute_ptr
=
_tx_thread_priority_list
[
_tx_thread_highest_priority
]
;
tx_thread_system_suspend.c:405
_tx_thread_system_suspend()
if
(
_tx_thread_highest_priority
>=
(
_tx_thread_priority_list
[
priority
]
->
tx_thread_preempt_threshold
)
)
tx_thread_system_suspend.c:463
_tx_thread_system_suspend()
_tx_thread_execute_ptr
=
_tx_thread_priority_list
[
_tx_thread_highest_priority
]
;
tx_thread_time_slice.c:143
_tx_thread_time_slice()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_tx_thread_highest_priority
is written by 3 functions and is read by 5 functions:
_tx_thread_initialize()
_tx_thread_system_resume()
_tx_thread_system_suspend()
All items filtered out
_tx_thread_highest_priority
_tx_thread_preemption_change()
_tx_thread_relinquish()
_tx_thread_system_resume()
_tx_thread_system_suspend()
_tx_thread_time_slice()
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