threadx
_tx_semaphore_created_count
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_tx_semaphore_created_count
_tx_semaphore_created_count variable
Syntax
Show:
Summary
Declaration
Definition
from
tx_semaphore.h:110
SEMAPHORE_DECLARE
ULONG
_tx_semaphore_created_count
;
Implemented in
tx_semaphore.h:110
Examples
References
from
examples
Code
Location
Referrer
SEMAPHORE_DECLARE
ULONG
_tx_semaphore_created_count
;
tx_semaphore.h:110
_tx_semaphore_initialize
(
)
;
tx_initialize_high_level.c:134
_tx_initialize_high_level()
if
(
_tx_semaphore_created_count
==
TX_EMPTY
)
tx_semaphore_create.c:99
_tx_semaphore_create()
_tx_semaphore_created_count
++
;
tx_semaphore_create.c:124
_tx_semaphore_create()
_tx_semaphore_created_count
--
;
tx_semaphore_delete.c:108
_tx_semaphore_delete()
if
(
_tx_semaphore_created_count
==
TX_EMPTY
)
tx_semaphore_delete.c:111
_tx_semaphore_delete()
for
(
i
=
(
(
ULONG
)
0
)
;
i
<
_tx_semaphore_created_count
;
i
++
)
txe_semaphore_create.c:126
_txe_semaphore_create()
while
(
i
<
_tx_semaphore_created_count
)
txm_module_manager_object_pointer_get_extended.c:275
_txm_module_manager_object_pointer_get_extended()
i
=
_tx_semaphore_created_count
;
txm_module_manager_stop.c:423
_txm_module_manager_stop()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_tx_semaphore_created_count
is written by 3 functions and is read by 5 functions:
_tx_initialize_high_level()
_tx_semaphore_create()
_tx_semaphore_delete()
All items filtered out
_tx_semaphore_created_count
_tx_semaphore_create()
_tx_semaphore_delete()
_txe_semaphore_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