threadx
_tx_mutex_created_ptr
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (1/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_mutex_created_ptr
_tx_mutex_created_ptr variable
Syntax
Show:
Summary
Declaration
Definition
from
tx_mutex.h:112
MUTEX_DECLARE
TX_MUTEX
*
_tx_mutex_created_ptr
;
Implemented in
tx_mutex.h:112
Examples
References
from
examples
Code
Location
Referrer
MUTEX_DECLARE
TX_MUTEX
*
_tx_mutex_created_ptr
;
tx_mutex.h:112
_tx_mutex_initialize
(
)
;
tx_initialize_high_level.c:149
_tx_initialize_high_level()
_tx_mutex_created_ptr
=
mutex_ptr
;
tx_mutex_create.c:107
_tx_mutex_create()
next_mutex
=
_tx_mutex_created_ptr
;
tx_mutex_create.c:115
_tx_mutex_create()
_tx_mutex_created_ptr
=
TX_NULL
;
tx_mutex_delete.c:119
_tx_mutex_delete()
if
(
_tx_mutex_created_ptr
==
mutex_ptr
)
tx_mutex_delete.c:131
_tx_mutex_delete()
_tx_mutex_created_ptr
=
next_mutex
;
tx_mutex_delete.c:135
_tx_mutex_delete()
next_mutex
=
_tx_mutex_created_ptr
;
txe_mutex_create.c:126
_txe_mutex_create()
mutex_ptr
=
_tx_mutex_created_ptr
;
txm_module_manager_object_pointer_get_extended.c:305
_txm_module_manager_object_pointer_get_extended()
mutex_ptr
=
_tx_mutex_created_ptr
;
txm_module_manager_stop.c:458
_txm_module_manager_stop()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_tx_mutex_created_ptr
is written by 3 functions and is read by 5 functions:
_tx_initialize_high_level()
_tx_mutex_create()
_tx_mutex_delete()
All items filtered out
_tx_mutex_created_ptr
_tx_mutex_create()
_tx_mutex_delete()
_txe_mutex_create()
_txm_module_manager_object_pointer_get_extended()
_txm_module_manager_stop()
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