Home
last modified time | relevance | path

Searched defs:atomic_int (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/src/internal/
Dstdatomic_impl.h41 typedef _Atomic(int) atomic_int; typedef
/third_party/musl/porting/linux/user/src/internal/
Dstdatomic_impl.h41 typedef _Atomic(int) atomic_int; typedef
/third_party/ffmpeg/compat/atomics/dummy/
Dstdatomic.h55 typedef intptr_t atomic_int; typedef
/third_party/ffmpeg/compat/atomics/pthread/
Dstdatomic.h52 typedef intptr_t atomic_int; typedef
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h56 typedef int atomic_int; typedef
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h53 typedef intptr_t atomic_int; typedef
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h53 typedef intptr_t atomic_int; typedef
/third_party/elfutils/lib/
Dstdatomic-fbsd.h222 typedef _Atomic(int) atomic_int; typedef
/third_party/rust/rust/library/core/src/sync/
Datomic.rs1951 macro_rules! atomic_int { macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp49527 typedef atomic<int> atomic_int; typedef