6 #ifndef ABTI_MUTEX_ATTR_H_INCLUDED 7 #define ABTI_MUTEX_ATTR_H_INCLUDED 11 static inline ABTI_mutex_attr *ABTI_mutex_attr_get_ptr(
ABT_mutex_attr attr)
13 #ifndef ABT_CONFIG_DISABLE_ERROR_CHECK 14 ABTI_mutex_attr *p_attr;
18 p_attr = (ABTI_mutex_attr *)attr;
22 return (ABTI_mutex_attr *)attr;
26 static inline ABT_mutex_attr ABTI_mutex_attr_get_handle(ABTI_mutex_attr *p_attr)
28 #ifndef ABT_CONFIG_DISABLE_ERROR_CHECK 41 #define ABTI_mutex_attr_copy(p_dest, p_src) \ 42 memcpy(p_dest, p_src, sizeof(ABTI_mutex_attr)) #define ABT_MUTEX_ATTR_NULL
struct ABT_mutex_attr_opaque * ABT_mutex_attr