Add ATOMIC_VAR_INIT initializer to mutexatomics.h
This commit is contained in:
@@ -98,6 +98,8 @@ typedef struct atomic_bool_s {
|
||||
bool v;
|
||||
} atomic_bool;
|
||||
|
||||
#define ATOMIC_VAR_INIT(arg) \
|
||||
{ .m = PTHREAD_MUTEX_INITIALIZER, .v = arg }
|
||||
|
||||
#define atomic_init(obj, desired) \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user