Home
last modified time | relevance | path

Searched defs:TX_MUTEX_STRUCT (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.2.1/common/inc/
Dtx_api.h875 typedef struct TX_MUTEX_STRUCT struct
879 ULONG tx_mutex_id;
905 struct TX_MUTEX_STRUCT argument
914 struct TX_MUTEX_STRUCT argument
915 *tx_mutex_owned_next,
916 *tx_mutex_owned_previous;
921 ULONG tx_mutex_performance_put_count;
924 ULONG tx_mutex_performance_get_count;
927 ULONG tx_mutex_performance_suspension_count;
930 ULONG tx_mutex_performance_timeout_count;
[all …]
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h896 typedef struct TX_MUTEX_STRUCT struct
900 ULONG tx_mutex_id;
926 struct TX_MUTEX_STRUCT argument
935 struct TX_MUTEX_STRUCT argument
936 *tx_mutex_owned_next,
937 *tx_mutex_owned_previous;
942 ULONG tx_mutex_performance_put_count;
945 ULONG tx_mutex_performance_get_count;
948 ULONG tx_mutex_performance_suspension_count;
951 ULONG tx_mutex_performance_timeout_count;
[all …]