mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-24 20:02:14 +03:00
Fix ATOMIC_{ACQUIRE,RELEASE,ACQ_REL} definitions.
This commit is contained in:
parent
f84471edc3
commit
75fddc786c
1 changed files with 3 additions and 3 deletions
|
|
@ -39,9 +39,9 @@
|
|||
* quite so often.
|
||||
*/
|
||||
#define ATOMIC_RELAXED atomic_memory_order_relaxed
|
||||
#define ATOMIC_ACQUIRE atomic_memory_order_acquire,
|
||||
#define ATOMIC_RELEASE atomic_memory_order_release,
|
||||
#define ATOMIC_ACQ_REL atomic_memory_order_acq_rel,
|
||||
#define ATOMIC_ACQUIRE atomic_memory_order_acquire
|
||||
#define ATOMIC_RELEASE atomic_memory_order_release
|
||||
#define ATOMIC_ACQ_REL atomic_memory_order_acq_rel
|
||||
#define ATOMIC_SEQ_CST atomic_memory_order_seq_cst
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue