threadx
+
0
/1 examples
SourceVu will show references to
TX_TERMINATED
from the following samples and libraries:
Libraries
cmsis_rtos_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_TERMINATED
TX_TERMINATED macro
Syntax
Show:
Summary
Declaration
from
tx_api.h:163
#define
TX_TERMINATED
(
(
UINT
)
2
)
Examples
TX_TERMINATED
is referenced by 1 libraries and example projects:
Libraries
cmsis_rtos_threadx
References
from
0/1
examples
Code
Location
#define
TX_TERMINATED
(
(
UINT
)
2
)
tx_api.h:163
case
TX_TERMINATED
:
tx_freertos.c:681
if
(
thread_ptr
->
tx_thread_state
!=
TX_TERMINATED
)
tx_thread_delete.c:95
if
(
thread_ptr
->
tx_thread_state
!=
TX_TERMINATED
)
tx_thread_reset.c:108
else
if
(
thread_ptr
->
tx_thread_state
==
TX_TERMINATED
)
tx_thread_suspend.c:176
if
(
thread_ptr
->
tx_thread_state
!=
TX_TERMINATED
)
tx_thread_system_resume.c:421
if
(
thread_ptr
->
tx_thread_state
==
TX_TERMINATED
)
tx_thread_terminate.c:109
thread_ptr
->
tx_thread_state
=
TX_TERMINATED
;
tx_thread_terminate.c:137
thread_ptr
->
tx_thread_state
=
TX_TERMINATED
;
tx_thread_terminate.c:199
if
(
thread_ptr
->
tx_thread_state
!=
TX_TERMINATED
)
txm_module_manager_thread_reset.c:108
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out