threadx
+
0
/5 examples
SourceVu will show references to
TX_MUTEX
from the following samples and libraries:
Libraries
netxduo
usbx
cmsis_rtos_threadx
filex
Examples
STM32469I-Discovery
Applications
ThreadX
Tx_Thread_Sync
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_MUTEX
TX_MUTEX struct
Syntax
Show:
Summary
Declaration
Definition
from
tx_api.h:463
struct
TX_MUTEX_STRUCT
;
Implemented in
tx_api.h:787
Fields
Field
Declared as
TX_MUTEX_STRUCT::tx_mutex_inherit
UINT
TX_MUTEX_STRUCT::tx_mutex_original_priority
UINT
TX_MUTEX_STRUCT::tx_mutex_suspension_list
struct
TX_THREAD_STRUCT
*
TX_MUTEX_STRUCT::tx_mutex_suspended_count
UINT
TX_MUTEX_STRUCT::tx_mutex_created_next
struct
TX_MUTEX_STRUCT
*
TX_MUTEX_STRUCT::tx_mutex_created_previous
struct
TX_MUTEX_STRUCT
*
tx_mutex_created_next
,
*
TX_MUTEX_STRUCT::tx_mutex_highest_priority_waiting
UINT
TX_MUTEX_STRUCT::tx_mutex_owned_next
struct
TX_MUTEX_STRUCT
*
TX_MUTEX_STRUCT::tx_mutex_owned_previous
struct
TX_MUTEX_STRUCT
*
tx_mutex_owned_next
,
*
TX_MUTEX_STRUCT::tx_mutex_id
ULONG
TX_MUTEX_STRUCT::tx_mutex_name
CHAR
*
TX_MUTEX_STRUCT::tx_mutex_ownership_count
UINT
TX_MUTEX_STRUCT::tx_mutex_owner
TX_THREAD
*
Related Functions
Found 13 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()
_tx_mutex_create()
_txe_mutex_info_get()
_tx_mutex_prioritize()
_tx_mutex_performance_info_get()
_tx_mutex_info_get()
_txe_mutex_prioritize()
Examples
TX_MUTEX
is referenced by 5 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