threadx
+
0
/2 examples
SourceVu will show references to
_tx_mutex_create()
from the following samples and libraries:
Libraries
netxduo
filex
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_mutex_create()
_tx_mutex_create() function
Syntax
Show:
Summary
Declaration
Definition
from
tx_api.h:1509
UINT
_tx_mutex_create
(
TX_MUTEX
*
mutex_ptr
,
CHAR
*
name_ptr
,
UINT
inherit
)
;
Implemented in
tx_mutex_create.c:76
Arguments
Argument
mutex_ptr
name_ptr
inherit
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()
_txe_mutex_create()
_tx_mutex_delete()
_txe_mutex_info_get()
_tx_mutex_prioritize()
_tx_mutex_performance_info_get()
_tx_mutex_info_get()
_txe_mutex_prioritize()
Examples
_tx_mutex_create()
is referenced by 2 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