threadx
_tx_semaphore_created_ptr
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (3/4)...
Files
loading (4/4)...
threadx
common
inc
tx_api.h
tx_block_pool.h
tx_byte_pool.h
tx_event_flags.h
tx_initialize.h
tx_mutex.h
tx_queue.h
tx_semaphore.h
_tx_semaphore_initialize()
_tx_semaphore_cleanup()
_tx_semaphore_created_ptr
_tx_semaphore_created_ptr
_tx_semaphore_created_count
_tx_semaphore_created_count
tx_thread.h
tx_timer.h
tx_trace.h
src
common_modules
ports
ports_module
utility
filex
cmsis_rtos_threadx
netxduo
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_tx_semaphore_created_ptr
_tx_semaphore_created_ptr variable
Syntax
Show:
Summary
Declaration
Definition
from
tx_semaphore.h:105
SEMAPHORE_DECLARE
TX_SEMAPHORE
*
_tx_semaphore_created_ptr
;
Implemented in
tx_semaphore.h:105
Examples
References
from
examples
Code
Location
Referrer
SEMAPHORE_DECLARE
TX_SEMAPHORE
*
_tx_semaphore_created_ptr
;
tx_semaphore.h:105
_tx_semaphore_initialize
(
)
;
tx_initialize_high_level.c:134
_tx_initialize_high_level()
_tx_semaphore_created_ptr
=
semaphore_ptr
;
tx_semaphore_create.c:103
_tx_semaphore_create()
next_semaphore
=
_tx_semaphore_created_ptr
;
tx_semaphore_create.c:111
_tx_semaphore_create()
_tx_semaphore_created_ptr
=
TX_NULL
;
tx_semaphore_delete.c:115
_tx_semaphore_delete()
if
(
_tx_semaphore_created_ptr
==
semaphore_ptr
)
tx_semaphore_delete.c:127
_tx_semaphore_delete()
_tx_semaphore_created_ptr
=
next_semaphore
;
tx_semaphore_delete.c:131
_tx_semaphore_delete()
next_semaphore
=
_tx_semaphore_created_ptr
;
txe_semaphore_create.c:125
_txe_semaphore_create()
semaphore_ptr
=
_tx_semaphore_created_ptr
;
txm_module_manager_object_pointer_get_extended.c:274
_txm_module_manager_object_pointer_get_extended()
semaphore_ptr
=
_tx_semaphore_created_ptr
;
txm_module_manager_stop.c:424
_txm_module_manager_stop()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_tx_semaphore_created_ptr
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_ptr
_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