threadx
+
0
/1 examples
SourceVu will show references to
TX_READY
from the following samples and libraries:
Libraries
cmsis_rtos_threadx
Symbol previews are coming soon...
Symbols
loading (1/4)...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_READY
TX_READY macro
Syntax
Show:
Summary
Declaration
from
tx_api.h:161
#define
TX_READY
(
(
UINT
)
0
)
Examples
TX_READY
is referenced by 1 libraries and example projects:
Libraries
cmsis_rtos_threadx
References
from
0/1
examples
Code
Location
#define
TX_READY
(
(
UINT
)
0
)
tx_api.h:161
case
TX_READY
:
tx_freertos.c:676
if
(
thread_ptr
->
tx_thread_state
!=
TX_READY
)
tx_mutex_priority_change.c:114
if
(
thread_ptr
->
tx_thread_state
==
TX_READY
)
tx_mutex_priority_change.c:252
if
(
thread_ptr
->
tx_thread_state
!=
TX_READY
)
tx_thread_priority_change.c:112
if
(
thread_ptr
->
tx_thread_state
==
TX_READY
)
tx_thread_priority_change.c:248
if
(
thread_ptr
->
tx_thread_state
==
TX_READY
)
tx_thread_suspend.c:103
if
(
thread_ptr
->
tx_thread_state
!=
TX_READY
)
tx_thread_system_resume.c:163
thread_ptr
->
tx_thread_state
=
TX_READY
;
tx_thread_system_resume.c:175
thread_ptr
->
tx_thread_state
=
TX_READY
;
tx_thread_system_resume.c:432
if
(
thread_ptr
->
tx_thread_state
==
TX_READY
)
tx_thread_terminate.c:133
if
(
thread_ptr
->
tx_thread_state
==
TX_READY
)
tx_thread_time_slice.c:116
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