Home
last modified time | relevance | path

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

123

/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/libwebsockets/lib/misc/lwsac/
Dlwsac.cxx31 lssAc::start(bool atomic) in start()
/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/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureMultisampleTests.cpp40 …de::MovePtr<tcu::TestCaseGroup> atomic (new tcu::TestCaseGroup(testCtx, "atomic", "Test atomic op… in createAtomicTests() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_a4xx.c124 struct ir3_instruction *atomic; in emit_intrinsic_atomic_ssbo() local
299 struct ir3_instruction *atomic, *src0, *src1, *src2; in emit_intrinsic_atomic_image() local
Dir3_a6xx.c113 struct ir3_instruction *atomic, *ibo, *src0, *src1, *data, *dummy; in emit_intrinsic_atomic_ssbo() local
258 struct ir3_instruction *atomic, *ibo, *src0, *src1, *dummy; in emit_intrinsic_atomic_image() local
/third_party/glib/glib/tests/
Datomic.c258 gint atomic; /* (atomic) */ variable
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_atomicbuf.c83 struct gl_active_atomic_buffer *atomic = in st_bind_atomics() local
/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/node/deps/icu-small/source/i18n/
Dregexcmp.h78 atomic = -3, enumerator
/third_party/icu/icu4c/source/i18n/
Dregexcmp.h78 atomic = -3, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexcmp.h78 atomic = -3, enumerator
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dregexcmp.h78 atomic = -3, enumerator

123