mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
Merge branch '10.0' of github.com:MariaDB/server into 10.0
This commit is contained in:
@@ -487,7 +487,7 @@ os_atomic_clear(volatile lock_word_t* ptr)
|
|||||||
__atomic_clear(ptr, __ATOMIC_RELEASE);
|
__atomic_clear(ptr, __ATOMIC_RELEASE);
|
||||||
}
|
}
|
||||||
|
|
||||||
# elif defined(IB_STRONG_MEMORY_MODEL)
|
# elif defined(HAVE_ATOMIC_BUILTINS)
|
||||||
|
|
||||||
/** Do an atomic test and set.
|
/** Do an atomic test and set.
|
||||||
@param[in,out] ptr Memory location to set to non-zero
|
@param[in,out] ptr Memory location to set to non-zero
|
||||||
|
@@ -488,7 +488,7 @@ os_atomic_clear(volatile lock_word_t* ptr)
|
|||||||
__atomic_clear(ptr, __ATOMIC_RELEASE);
|
__atomic_clear(ptr, __ATOMIC_RELEASE);
|
||||||
}
|
}
|
||||||
|
|
||||||
# elif defined(IB_STRONG_MEMORY_MODEL)
|
# elif defined(HAVE_ATOMIC_BUILTINS)
|
||||||
|
|
||||||
/** Do an atomic test and set.
|
/** Do an atomic test and set.
|
||||||
@param[in,out] ptr Memory location to set to non-zero
|
@param[in,out] ptr Memory location to set to non-zero
|
||||||
|
Reference in New Issue
Block a user