Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/inc/
Dtx_api.h889 typedef struct TX_MUTEX_STRUCT struct
893 ULONG tx_mutex_id;
919 struct TX_MUTEX_STRUCT argument
928 struct TX_MUTEX_STRUCT argument
929 *tx_mutex_owned_next,
930 *tx_mutex_owned_previous;
935 ULONG tx_mutex_performance_put_count;
938 ULONG tx_mutex_performance_get_count;
941 ULONG tx_mutex_performance_suspension_count;
944 ULONG tx_mutex_performance_timeout_count;
[all …]
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h910 typedef struct TX_MUTEX_STRUCT struct
914 ULONG tx_mutex_id;
940 struct TX_MUTEX_STRUCT argument
949 struct TX_MUTEX_STRUCT argument
950 *tx_mutex_owned_next,
951 *tx_mutex_owned_previous;
956 ULONG tx_mutex_performance_put_count;
959 ULONG tx_mutex_performance_get_count;
962 ULONG tx_mutex_performance_suspension_count;
965 ULONG tx_mutex_performance_timeout_count;
[all …]