We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a8caf commit 317d11fCopy full SHA for 317d11f
opal/mca/threads/pthreads/threads_pthreads_mutex.c
@@ -40,15 +40,15 @@ struct opal_pthread_mutex_t {
40
opal_object_t super;
41
42
pthread_mutex_t m_lock_pthread;
43
+ opal_atomic_lock_t m_lock_atomic;
44
45
#if OPAL_ENABLE_DEBUG
46
int m_lock_debug;
47
const char *m_lock_file;
48
int m_lock_line;
49
#endif
-
50
- opal_atomic_lock_t m_lock_atomic;
51
};
+
52
typedef struct opal_pthread_mutex_t opal_pthread_mutex_t;
53
typedef struct opal_pthread_mutex_t opal_pthread_recursive_mutex_t;
54
0 commit comments