Home
last modified time | relevance | path

Searched refs:DecodeWaitCycles (Results 1 – 13 of 13) sorted by relevance

/third_party/abseil-cpp/absl/base/
Dspinlock_test_common.cc51 static uint64_t DecodeWaitCycles(uint32_t lock_value) { in DecodeWaitCycles() function
52 return SpinLock::DecodeWaitCycles(lock_value); in DecodeWaitCycles()
156 uint64_t decoded = SpinLockTest::DecodeWaitCycles(lock_value); in TEST()
165 EXPECT_EQ(0, SpinLockTest::DecodeWaitCycles(0)); in TEST()
166 EXPECT_EQ(0, SpinLockTest::DecodeWaitCycles(kLockwordReservedMask)); in TEST()
168 SpinLockTest::DecodeWaitCycles(~kLockwordReservedMask)); in TEST()
180 uint64_t max_value_decoded = SpinLockTest::DecodeWaitCycles(max_value); in TEST()
188 SpinLockTest::DecodeWaitCycles(after_max_value); in TEST()
194 SpinLockTest::DecodeWaitCycles(before_max_value); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dspinlock_test_common.cc51 static uint64_t DecodeWaitCycles(uint32_t lock_value) { in DecodeWaitCycles() function
52 return SpinLock::DecodeWaitCycles(lock_value); in DecodeWaitCycles()
157 uint64_t decoded = SpinLockTest::DecodeWaitCycles(lock_value); in TEST()
166 EXPECT_EQ(0, SpinLockTest::DecodeWaitCycles(0)); in TEST()
167 EXPECT_EQ(0, SpinLockTest::DecodeWaitCycles(kLockwordReservedMask)); in TEST()
169 SpinLockTest::DecodeWaitCycles(~kLockwordReservedMask)); in TEST()
181 uint64_t max_value_decoded = SpinLockTest::DecodeWaitCycles(max_value); in TEST()
189 SpinLockTest::DecodeWaitCycles(after_max_value); in TEST()
195 SpinLockTest::DecodeWaitCycles(before_max_value); in TEST()
/third_party/abseil-cpp/absl/base/internal/
Dspinlock.cc169 const uint64_t wait_cycles = DecodeWaitCycles(lock_value); in SlowUnlock()
211 uint64_t SpinLock::DecodeWaitCycles(uint32_t lock_value) { in DecodeWaitCycles() function in absl::base_internal::SpinLock
Dspinlock.h133 static uint64_t DecodeWaitCycles(uint32_t lock_value);
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dspinlock.cc178 const uint64_t wait_cycles = DecodeWaitCycles(lock_value); in SlowUnlock()
220 uint64_t SpinLock::DecodeWaitCycles(uint32_t lock_value) { in DecodeWaitCycles() function in absl::base_internal::SpinLock
Dspinlock.h130 static uint64_t DecodeWaitCycles(uint32_t lock_value);
/third_party/skia/third_party/externals/abseil-cpp/
Dsymbols_arm64_rel.def315 ?DecodeWaitCycles@SpinLock@base_internal@absl@@KA_KI@Z
Dsymbols_x64_rel.def320 ?DecodeWaitCycles@SpinLock@base_internal@absl@@KA_KI@Z
Dsymbols_x86_rel.def316 ?DecodeWaitCycles@SpinLock@base_internal@absl@@KA_KI@Z
Dsymbols_x64_rel_asan.def331 ?DecodeWaitCycles@SpinLock@base_internal@absl@@KA_KI@Z
Dsymbols_arm64_dbg.def1737 ?DecodeWaitCycles@SpinLock@base_internal@absl@@KA_KI@Z
Dsymbols_x86_dbg.def1735 ?DecodeWaitCycles@SpinLock@base_internal@absl@@KA_KI@Z
Dsymbols_x64_dbg.def1741 ?DecodeWaitCycles@SpinLock@base_internal@absl@@KA_KI@Z