Home
last modified time | relevance | path

Searched refs:fetch_or (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/tracing/
H A Dtracing-category-observer.cc34 i::TracingFlags::runtime_stats.fetch_or(ENABLED_BY_TRACING, in OnTraceEnabled()
40 i::TracingFlags::runtime_stats.fetch_or(ENABLED_BY_SAMPLING, in OnTraceEnabled()
46 i::TracingFlags::gc.fetch_or(ENABLED_BY_TRACING, std::memory_order_relaxed); in OnTraceEnabled()
51 i::TracingFlags::gc_stats.fetch_or(ENABLED_BY_TRACING, in OnTraceEnabled()
57 i::TracingFlags::ic_stats.fetch_or(ENABLED_BY_TRACING, in OnTraceEnabled()
64 i::TracingFlags::zone_stats.fetch_or(ENABLED_BY_TRACING, in OnTraceEnabled()
/third_party/node/deps/v8/src/heap/
H A Dlocal-heap.h234 return ThreadState(raw_state_.fetch_or(ParkedBit::kMask)); in SetParked()
238 return ThreadState(raw_state_.fetch_or(SafepointRequestedBit::kMask)); in SetSafepointRequested()
246 return ThreadState(raw_state_.fetch_or(CollectionRequestedBit::kMask)); in SetCollectionRequested()
/kernel/linux/linux-5.10/lib/
H A Datomic64_test.c133 FETCH_FAMILY_TEST(, fetch_or, |=, v1); in test_atomic()
185 FETCH_FAMILY_TEST(64, fetch_or, |=, v1); in test_atomic64()
/kernel/linux/linux-6.6/lib/
H A Datomic64_test.c133 FETCH_FAMILY_TEST(, fetch_or, |=, v1); in test_atomic()
185 FETCH_FAMILY_TEST(64, fetch_or, |=, v1); in test_atomic64()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler.cc240 info->hashes_bitwise_or.fetch_or(hash, std::memory_order_relaxed); in RecordInsertSlow()
/third_party/glslang/StandAlone/
H A DStandAlone.cpp1503 CompileOrLinkFailed.fetch_or(CompileFailed);
1504 CompileOrLinkFailed.fetch_or(LinkFailed);
1564 CompileOrLinkFailed.fetch_or(CompileFailed);
1565 CompileOrLinkFailed.fetch_or(LinkFailed);
/kernel/linux/linux-5.10/kernel/kcsan/
H A Dcore.c1028 DEFINE_TSAN_ATOMIC_RMW(fetch_or, bits, ); \
/kernel/linux/linux-6.6/kernel/kcsan/
H A Dcore.c1263 DEFINE_TSAN_ATOMIC_RMW(fetch_or, bits, ); \
/third_party/node/src/
H A Dnode_api.cc457 unsigned char current_state = dispatch_state.fetch_or(kDispatchPending); in Send()
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.cc79 .fetch_or(CellType{1} << bit, std::memory_order_relaxed); in set_markbit()
/kernel/linux/linux-5.10/kernel/sched/
H A Dcore.c454 * cmpxchg based fetch_or, macro so it works for different integer types
456 #define fetch_or(ptr, mask) \ macro
480 return !(fetch_or(&ti->flags, _TIF_NEED_RESCHED) & _TIF_POLLING_NRFLAG); in set_nr_and_not_polling()
/kernel/linux/linux-6.6/kernel/sched/
H A Dcore.c892 * cmpxchg based fetch_or, macro so it works for different integer types
894 #define fetch_or(ptr, mask) \ macro
914 return !(fetch_or(&ti->flags, _TIF_NEED_RESCHED) & _TIF_POLLING_NRFLAG); in set_nr_and_not_polling()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 63 milliseconds