threadx
TX_NOT_DONE
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_NOT_DONE
TX_NOT_DONE macro
Syntax
Show:
Summary
Declaration
from
tx_api.h:213
#define
TX_NOT_DONE
(
(
UINT
)
0x20
)
Examples
References
from
examples
Code
Location
#define
TX_NOT_DONE
(
(
UINT
)
0x20
)
tx_api.h:213
status
=
TX_NOT_DONE
;
tx_mutex_put.c:101
if
(
status
==
TX_NOT_DONE
)
tx_mutex_put.c:152
if
(
status
==
TX_NOT_DONE
)
tx_mutex_put.c:238
status
=
TX_NOT_DONE
;
tx_thread_reset.c:98
status
=
TX_NOT_DONE
;
tx_thread_reset.c:112
thread_ptr
->
tx_thread_state
=
TX_NOT_DONE
;
tx_thread_reset.c:122
status
=
TX_NOT_DONE
;
txm_module_manager_thread_reset.c:98
status
=
TX_NOT_DONE
;
txm_module_manager_thread_reset.c:112
thread_ptr
->
tx_thread_state
=
TX_NOT_DONE
;
txm_module_manager_thread_reset.c:122
return
(
TX_NOT_DONE
)
;
txm_module_manager_unload.c:132
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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