threadx
+
0
/4 examples
SourceVu will show references to
_txe_mutex_create()
from the following samples and libraries:
Libraries
netxduo
usbx
cmsis_rtos_threadx
Examples
STM32469I-Discovery
Applications
ThreadX
Tx_Thread_Sync
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
_txe_mutex_create()
_txe_mutex_create() function
Syntax
Show:
Summary
Declaration
Definition
from
tx_api.h:1526
UINT
_txe_mutex_create
(
TX_MUTEX
*
mutex_ptr
,
CHAR
*
name_ptr
,
UINT
inherit
,
UINT
mutex_control_block_size
)
;
Implemented in
txe_mutex_create.c:82
Arguments
Argument
mutex_ptr
name_ptr
inherit
mutex_control_block_size
Related Functions
Found 12 other functions taking a
TX_MUTEX_STRUCT
argument:
Function
_tx_mutex_put()
_tx_mutex_get()
_txe_mutex_put()
_txe_mutex_get()
_txe_mutex_delete()
_tx_mutex_delete()
_tx_mutex_create()
_txe_mutex_info_get()
_tx_mutex_prioritize()
_tx_mutex_performance_info_get()
_tx_mutex_info_get()
_txe_mutex_prioritize()
Examples
_txe_mutex_create()
is referenced by 4 libraries and example projects:
References
from
examples
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