threadx
+
0
/1 examples
SourceVu will show references to
TX_COMPLETED
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_COMPLETED
TX_COMPLETED macro
Syntax
Show:
Summary
Declaration
from
tx_api.h:162
#define
TX_COMPLETED
(
(
UINT
)
1
)
Examples
TX_COMPLETED
is referenced by 1 libraries and example projects:
Libraries
cmsis_rtos_threadx
References
from
0/1
examples
Code
Location
#define
TX_COMPLETED
(
(
UINT
)
1
)
tx_api.h:162
case
TX_COMPLETED
:
tx_freertos.c:680
if
(
thread_ptr
->
tx_thread_state
!=
TX_COMPLETED
)
tx_thread_delete.c:91
if
(
thread_ptr
->
tx_thread_state
!=
TX_COMPLETED
)
tx_thread_reset.c:104
thread_ptr
->
tx_thread_state
=
TX_COMPLETED
;
tx_thread_shell_entry.c:138
else
if
(
thread_ptr
->
tx_thread_state
==
TX_COMPLETED
)
tx_thread_suspend.c:182
if
(
thread_ptr
->
tx_thread_state
!=
TX_COMPLETED
)
tx_thread_system_resume.c:417
else
if
(
thread_ptr
->
tx_thread_state
!=
TX_COMPLETED
)
tx_thread_terminate.c:120
thread_ptr
->
tx_thread_state
=
TX_COMPLETED
;
txm_module_manager_dispatch.h:2581
while
(
(
i
<
TXM_MODULE_TIMEOUT
)
&&
(
module_instance
->
txm_module_instance_start_stop_thread
.
tx_thread_state
!=
TX_COMPLETED
)
)
txm_module_manager_stop.c:238
if
(
thread_ptr
->
tx_thread_state
!=
TX_COMPLETED
)
txm_module_manager_thread_reset.c:104
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