threadx
+
0
/1 examples
SourceVu will show references to
TX_SUSPENDED
from the following samples and libraries:
Libraries
cmsis_rtos_threadx
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (3/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_SUSPENDED
TX_SUSPENDED macro
Syntax
Show:
Summary
Declaration
from
tx_api.h:164
#define
TX_SUSPENDED
(
(
UINT
)
3
)
Examples
TX_SUSPENDED
is referenced by 1 libraries and example projects:
Libraries
cmsis_rtos_threadx
References
from
0/1
examples
Code
Location
#define
TX_SUSPENDED
(
(
UINT
)
3
)
tx_api.h:164
case
TX_SUSPENDED
:
tx_freertos.c:685
thread_ptr
->
tx_thread_state
=
TX_SUSPENDED
;
tx_thread_create.c:199
thread_ptr
->
tx_thread_state
=
TX_SUSPENDED
;
tx_thread_reset.c:147
if
(
thread_ptr
->
tx_thread_state
==
TX_SUSPENDED
)
tx_thread_resume.c:121
thread_ptr
->
tx_thread_state
=
TX_SUSPENDED
;
tx_thread_suspend.c:135
else
if
(
thread_ptr
->
tx_thread_state
==
TX_SUSPENDED
)
tx_thread_suspend.c:188
thread_ptr
->
tx_thread_state
=
TX_SUSPENDED
;
tx_thread_system_resume.c:405
thread_ptr
->
tx_thread_state
=
TX_SUSPENDED
;
tx_thread_system_resume.c:445
thread_ptr
->
tx_thread_state
=
TX_SUSPENDED
;
tx_thread_wait_abort.c:117
thread_ptr
->
tx_thread_state
=
TX_SUSPENDED
;
tx_thread_wait_abort.c:141
thread_ptr
->
tx_thread_state
=
TX_SUSPENDED
;
tx_timer_thread_entry.c:441
thread_ptr
->
tx_thread_state
=
TX_SUSPENDED
;
txm_module_manager_thread_create.c:412
thread_ptr
->
tx_thread_state
=
TX_SUSPENDED
;
txm_module_manager_thread_reset.c:162
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