threadx
_tx_semaphore_create()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_tx_semaphore_create()
_tx_semaphore_create() function
Syntax
Show:
Summary
Declaration
Definition
from
tx_api.h:1597
UINT
_tx_semaphore_create
(
TX_SEMAPHORE
*
semaphore_ptr
,
CHAR
*
name_ptr
,
ULONG
initial_count
)
;
Implemented in
tx_semaphore_create.c:75
Arguments
Argument
semaphore_ptr
name_ptr
initial_count
Related Functions
Found 17 other functions taking a
TX_SEMAPHORE_STRUCT
argument:
Function
_txe_semaphore_put()
_txe_semaphore_get()
_txe_semaphore_create()
_txe_semaphore_delete()
_txe_semaphore_info_get()
_tx_semaphore_delete()
_txm_module_manager_semaphore_notify_trampoline()
_tx_semaphore_ceiling_put()
_tx_semaphore_get()
_tx_semaphore_put_notify()
_txe_semaphore_ceiling_put()
_txe_semaphore_prioritize()
_txe_semaphore_put_notify()
_tx_semaphore_info_get()
_tx_semaphore_performance_info_get()
_tx_semaphore_prioritize()
_tx_semaphore_put()
Examples
References
from
examples
Code
Location
Referrer
UINT
_tx_semaphore_create
(
TX_SEMAPHORE
*
semaphore_ptr
,
CHAR
*
name_ptr
,
ULONG
initial_count
)
tx_semaphore_create.c:75
UINT
_tx_semaphore_create
(
TX_SEMAPHORE
*
semaphore_ptr
,
CHAR
*
name_ptr
,
ULONG
initial_count
)
;
tx_api.h:1597
status
=
_tx_semaphore_create
(
semaphore_ptr
,
name_ptr
,
initial_count
)
;
txe_semaphore_create.c:204
_txe_semaphore_create()
Call Tree
from
examples
_tx_semaphore_create()
is called by 1 function and calls 3 functions:
_txe_semaphore_create()
All items filtered out
_tx_semaphore_create()
__disable_interrupts()
__restore_interrupt()
__restore_interrupts()
All items filtered out
Data Use
from
examples
_tx_semaphore_create()
reads 3 variables and writes 7 variables:
TX_SEMAPHORE_STRUCT::tx_semaphore_created_previous
_tx_semaphore_created_ptr
_tx_semaphore_created_count
All items filtered out
_tx_semaphore_create()
TX_SEMAPHORE_STRUCT::tx_semaphore_id
TX_SEMAPHORE_STRUCT::tx_semaphore_name
TX_SEMAPHORE_STRUCT::tx_semaphore_count
TX_SEMAPHORE_STRUCT::tx_semaphore_created_next
TX_SEMAPHORE_STRUCT::tx_semaphore_created_previous
_tx_semaphore_created_ptr
_tx_semaphore_created_count
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