Home
last modified time | relevance | path

Searched refs:os_unfair_lock (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc_new/test/include/test/
Dmtx.h12 os_unfair_lock lock;
/external/cronet/base/allocator/partition_allocator/
Dspinning_mutex.h104 os_unfair_lock unfair_lock_ = OS_UNFAIR_LOCK_INIT; in PA_COMPONENT_EXPORT()
/external/jemalloc_new/include/jemalloc/internal/
Dmutex.h39 os_unfair_lock lock;
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs124 pub type os_unfair_lock = os_unfair_lock_s; typedef
125 pub type os_unfair_lock_t = *mut os_unfair_lock;
2591 impl PartialEq for os_unfair_lock {
2592 fn eq(&self, other: &os_unfair_lock) -> bool {
2597 impl Eq for os_unfair_lock {}
2599 impl ::fmt::Debug for os_unfair_lock {
2607 impl ::hash::Hash for os_unfair_lock {
3903 pub const OS_UNFAIR_LOCK_INIT: os_unfair_lock = os_unfair_lock {
/external/jemalloc_new/
Dconfigure.ac1950 dnl Check for os_unfair_lock operations as provided on Darwin.
1957 #error "os_unfair_lock is not supported"
1959 os_unfair_lock lock = OS_UNFAIR_LOCK_INIT;
DChangeLog405 - Implement a more reliable detection scheme for os_unfair_lock on macOS.
Dconfigure11605 os_unfair_lock lock = OS_UNFAIR_LOCK_INIT;