Home
last modified time | relevance | path

Searched defs:atomic (Results 1 – 25 of 46) sorted by relevance

12

/third_party/glib/glib/
Dgatomic.h101 #define g_atomic_int_get(atomic) \ argument
109 #define g_atomic_int_set(atomic, newval) \ argument
118 #define g_atomic_pointer_get(atomic) \ argument
126 #define g_atomic_pointer_set(atomic, newval) \ argument
153 #define g_atomic_int_inc(atomic) \ argument
159 #define g_atomic_int_dec_and_test(atomic) \ argument
165 #define g_atomic_int_compare_and_exchange(atomic, oldval, newval) \ argument
172 #define g_atomic_int_add(atomic, val) \ argument
178 #define g_atomic_int_and(atomic, val) \ argument
184 #define g_atomic_int_or(atomic, val) \ argument
[all …]
Dgatomic.c526 _gInterlockedAnd (volatile guint *atomic, in _gInterlockedAnd()
541 _gInterlockedOr (volatile guint *atomic, in _gInterlockedOr()
556 _gInterlockedXor (volatile guint *atomic, in _gInterlockedXor()
963 g_atomic_int_exchange_and_add (volatile gint *atomic, in g_atomic_int_exchange_and_add()
Dgrcbox.c173 gboolean atomic, in g_rc_box_alloc_full()
/third_party/node/deps/npm/node_modules/write-file-atomic/
DREADME.md7 ### var writeFileAtomic = require('write-file-atomic')<br>writeFileAtomic(filename, data, [options]…
54 ### var writeFileAtomicSync = require('write-file-atomic').sync<br>writeFileAtomicSync(filename, da…
/third_party/skia/third_party/externals/tint/src/resolver/
Datomics_test.cc36 auto* atomic = TypeOf(g)->UnwrapRef()->As<sem::Atomic>(); in TEST_F() local
47 auto* atomic = TypeOf(g)->UnwrapRef()->As<sem::Atomic>(); in TEST_F() local
67 auto* atomic = str->Members()[0]->Type()->As<sem::Atomic>(); in TEST_F() local
/third_party/ltp/lib/newlib_tests/
Dtest09.c16 static int atomic; variable
Dtest15.c42 static int atomic; variable
/third_party/libdrm/
Dxf86atomic.h42 int atomic; member
63 AO_t atomic; member
88 typedef struct { LIBDRM_ATOMIC_TYPE atomic; } atomic_t; member
/third_party/grpc/src/objective-c/RxLibrary/
DGRXConcurrentWriteable.m25 @property(atomic, strong) id<GRXWriteable> writeable; category
DGRXBufferedPipe.m22 @property(atomic) id<GRXWriteable> writeable; category
/third_party/flutter/flutter/dev/integration_tests/external_ui/ios/Runner/
DAppDelegate.m8 @property (atomic) uint64_t textureId; category
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.hpp316 inline T SIMD::Pointer::Load(OutOfBoundsBehavior robustness, Int mask, bool atomic /* = false */, s… in Load()
422 inline void SIMD::Pointer::Store(T val, OutOfBoundsBehavior robustness, Int mask, bool atomic /* = … in Store()
497 …ointer::Store(RValue<T> val, OutOfBoundsBehavior robustness, Int mask, bool atomic /* = false */, … in Store()
DSpirvShaderMemory.cpp28 bool atomic = (insn.opcode() == spv::OpAtomicLoad); in EmitLoad() local
74 bool atomic = (insn.opcode() == spv::OpAtomicStore); in EmitStore() local
93 void SpirvShader::Store(Object::ID pointerId, const Operand &value, bool atomic, std::memory_order … in Store()
/third_party/uboot/u-boot-2020.01/fs/ubifs/
Dorphan.c231 static int do_write_orph_node(struct ubifs_info *c, int len, int atomic) in do_write_orph_node()
262 static int write_orph_node(struct ubifs_info *c, int atomic) in write_orph_node()
325 static int write_orph_nodes(struct ubifs_info *c, int atomic) in write_orph_nodes()
405 int avail, atomic = 0, err; in commit_orphans() local
/third_party/glib/glib/tests/
Datomic.c258 gint atomic; /* (atomic) */ variable
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.hpp140 inline llvm::AtomicOrdering atomicOrdering(bool atomic, std::memory_order memoryOrder) in atomicOrdering()
DEmulatedIntrinsics.cpp62 constexpr bool atomic = false; in gather() local
86 constexpr bool atomic = false; in scatter() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexcmp.h78 atomic = -3, enumerator
/third_party/node/deps/icu-small/source/i18n/
Dregexcmp.h78 atomic = -3, enumerator
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dregexcmp.h78 atomic = -3, enumerator
/third_party/icu/icu4c/source/i18n/
Dregexcmp.h78 atomic = -3, enumerator
/third_party/boost/boost/atomic/
Datomic.hpp39 class atomic : class
/third_party/abseil-cpp/absl/time/
Dclock.cc259 static void ReadTimeSampleAtomic(const struct TimeSampleAtomic *atomic, in ReadTimeSampleAtomic()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dclock.cc263 static void ReadTimeSampleAtomic(const struct TimeSampleAtomic *atomic, in ReadTimeSampleAtomic()
/third_party/skia/src/core/
DSkTraceEvent.h97 category_group, atomic, category_group_enabled) \ argument

12