threadx
_tx_thread_execute_ptr
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_execute_ptr
_tx_thread_execute_ptr variable
Syntax
Show:
Summary
Declaration
Definition
from
tx_thread.h:321
THREAD_DECLARE
TX_THREAD
*
_tx_thread_execute_ptr
;
Implemented in
tx_thread_initialize.c:55
Examples
References
from
examples
Code
Location
Referrer
TX_THREAD
*
_tx_thread_execute_ptr
;
tx_thread_initialize.c:55
THREAD_DECLARE
TX_THREAD
*
_tx_thread_execute_ptr
;
tx_thread.h:321
execute_ptr
=
_tx_thread_execute_ptr
;
tx_mutex_priority_change.c:143
_tx_mutex_priority_change()
next_execute_ptr
=
_tx_thread_execute_ptr
;
tx_mutex_priority_change.c:245
_tx_mutex_priority_change()
_tx_thread_execute_ptr
=
thread_ptr
;
tx_mutex_priority_change.c:267
_tx_mutex_priority_change()
_tx_thread_execute_ptr
=
thread_ptr
;
tx_mutex_priority_change.c:293
_tx_mutex_priority_change()
saved_thread_ptr
=
_tx_thread_execute_ptr
;
tx_thread_create.c:286
_tx_thread_create()
_tx_thread_execute_ptr
=
TX_NULL
;
tx_thread_initialize.c:334
_tx_thread_initialize()
if
(
_tx_thread_execute_ptr
==
thread_ptr
)
tx_thread_preemption_change.c:197
_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()
execute_ptr
=
_tx_thread_execute_ptr
;
tx_thread_priority_change.c:147
_tx_thread_priority_change()
next_execute_ptr
=
_tx_thread_execute_ptr
;
tx_thread_priority_change.c:241
_tx_thread_priority_change()
_tx_thread_execute_ptr
=
thread_ptr
;
tx_thread_priority_change.c:263
_tx_thread_priority_change()
_tx_thread_execute_ptr
=
thread_ptr
->
tx_thread_ready_next
;
tx_thread_relinquish.c:117
_tx_thread_relinquish()
_tx_thread_execute_ptr
=
_tx_thread_priority_list
[
_tx_thread_highest_priority
]
;
tx_thread_relinquish.c:126
_tx_thread_relinquish()
if
(
_tx_thread_execute_ptr
!=
thread_ptr
)
tx_thread_relinquish.c:142
_tx_thread_relinquish()
saved_thread_ptr
=
_tx_thread_execute_ptr
;
tx_thread_resume.c:134
_tx_thread_resume()
thread_ptr
=
_tx_thread_execute_ptr
;
tx_thread_system_preempt_check.c:94
_tx_thread_system_preempt_check()
execute_ptr
=
_tx_thread_execute_ptr
;
tx_thread_system_resume.c:231
_tx_thread_system_resume()
_tx_thread_execute_ptr
=
thread_ptr
;
tx_thread_system_resume.c:238
_tx_thread_system_resume()
_tx_thread_execute_ptr
=
thread_ptr
;
tx_thread_system_resume.c:303
_tx_thread_system_resume()
if
(
current_thread
!=
_tx_thread_execute_ptr
)
tx_thread_system_resume.c:512
_tx_thread_system_resume()
_tx_thread_execute_ptr
=
TX_NULL
;
tx_thread_system_suspend.c:340
_tx_thread_system_suspend()
if
(
thread_ptr
==
_tx_thread_execute_ptr
)
tx_thread_system_suspend.c:401
_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()
_tx_thread_execute_ptr
=
_tx_thread_priority_list
[
priority
]
;
tx_thread_system_suspend.c:468
_tx_thread_system_suspend()
if
(
current_thread
!=
_tx_thread_execute_ptr
)
tx_thread_system_suspend.c:608
_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()
saved_thread_ptr
=
_tx_thread_execute_ptr
;
txm_module_manager_thread_create.c:652
_txm_module_manager_thread_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_tx_thread_execute_ptr
is written by 8 functions and is read by 10 functions:
_tx_thread_initialize()
_tx_mutex_priority_change()
_tx_thread_preemption_change()
_tx_thread_priority_change()
_tx_thread_relinquish()
_tx_thread_system_resume()
_tx_thread_system_suspend()
_tx_thread_time_slice()
All items filtered out
_tx_thread_execute_ptr
_tx_mutex_priority_change()
_tx_thread_create()
_tx_thread_preemption_change()
_tx_thread_priority_change()
_tx_thread_relinquish()
_tx_thread_resume()
_tx_thread_system_preempt_check()
_tx_thread_system_resume()
_tx_thread_system_suspend()
_txm_module_manager_thread_create()
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