Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/inc/
Dtx_api.h894 typedef struct TX_MUTEX_STRUCT struct
898 ULONG tx_mutex_id;
924 struct TX_MUTEX_STRUCT argument
933 struct TX_MUTEX_STRUCT argument
934 *tx_mutex_owned_next,
935 *tx_mutex_owned_previous;
940 ULONG tx_mutex_performance_put_count;
943 ULONG tx_mutex_performance_get_count;
946 ULONG tx_mutex_performance_suspension_count;
949 ULONG tx_mutex_performance_timeout_count;
[all …]
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h915 typedef struct TX_MUTEX_STRUCT struct
919 ULONG tx_mutex_id;
945 struct TX_MUTEX_STRUCT argument
954 struct TX_MUTEX_STRUCT argument
955 *tx_mutex_owned_next,
956 *tx_mutex_owned_previous;
961 ULONG tx_mutex_performance_put_count;
964 ULONG tx_mutex_performance_get_count;
967 ULONG tx_mutex_performance_suspension_count;
970 ULONG tx_mutex_performance_timeout_count;
[all …]