Home
last modified time | relevance | path

Searched defs:Atomic (Results 1 – 21 of 21) sorted by relevance

/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
Dfutex.rs19 type Atomic; typedef
45 type Atomic = AtomicPtr<T>; typedef
48 type Atomic = AtomicPtr<T>; typedef
53 address: &W::Atomic, in wait_on_address()
80 pub fn futex_wait<W: Waitable>(futex: &W::Atomic, expected: W, timeout: Option<Duration>) -> bool { in futex_wait()
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
Dfutex.rs19 type Atomic; typedef
45 type Atomic = AtomicPtr<T>; typedef
48 type Atomic = AtomicPtr<T>; typedef
53 address: &W::Atomic, in wait_on_address()
80 pub fn futex_wait<W: Waitable>(futex: &W::Atomic, expected: W, timeout: Option<Duration>) -> bool { in futex_wait()
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
Dfutex.rs19 type Atomic; typedef
45 type Atomic = AtomicPtr<T>; typedef
48 type Atomic = AtomicPtr<T>; typedef
53 address: &W::Atomic, in wait_on_address()
80 pub fn futex_wait<W: Waitable>(futex: &W::Atomic, expected: W, timeout: Option<Duration>) -> bool { in futex_wait()
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
Dfutex.rs19 type Atomic; typedef
45 type Atomic = AtomicPtr<T>; typedef
48 type Atomic = AtomicPtr<T>; typedef
53 address: &W::Atomic, in wait_on_address()
80 pub fn futex_wait<W: Waitable>(futex: &W::Atomic, expected: W, timeout: Option<Duration>) -> bool { in futex_wait()
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
Dfutex.rs7 type Atomic = futex::SmallAtomic; typedef
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
Dfutex.rs7 type Atomic = futex::SmallAtomic; typedef
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
Dfutex.rs7 type Atomic = futex::SmallAtomic; typedef
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
Dfutex.rs7 type Atomic = futex::SmallAtomic; typedef
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Transforms/
DInstrumentation.h80 bool Atomic = false; member
123 bool Atomic = false; member
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/
DInstrumentation.h76 bool Atomic = false; member
119 bool Atomic = false; member
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/
DInstrumentation.h76 bool Atomic = false; member
119 bool Atomic = false; member
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/
DInstrumentation.h76 bool Atomic = false; member
119 bool Atomic = false; member
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/
Dfutex.rs4 type Atomic = futex::SmallAtomic; typedef
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/
Dfutex.rs4 type Atomic = futex::SmallAtomic; typedef
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/
Dfutex.rs4 type Atomic = futex::SmallAtomic; typedef
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/
Dfutex.rs4 type Atomic = futex::SmallAtomic; typedef
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DOpenACCKinds.h45 Atomic, enumerator
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DOpenACCKinds.h49 Atomic, enumerator
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/Basic/
DOpenACCKinds.h49 Atomic, enumerator
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DOpenACCKinds.h49 Atomic, enumerator
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/SandboxIR/
DSandboxIR.h2332 AtomicRMWInst(llvm::AtomicRMWInst *Atomic, Context &Ctx) in AtomicRMWInst()
2404 AtomicCmpXchgInst(llvm::AtomicCmpXchgInst *Atomic, Context &Ctx) in AtomicCmpXchgInst()