[src]

std::intrinsics::atomic_cxchg_relaxed

pub extern fn atomic_cxchg_relaxed<T>(dst: *mut T, old: T, src: T) -> T