Home
last modified time | relevance | path

Searched refs:getcpu_fn_ (Results 1 – 10 of 10) sorted by relevance

/external/abseil-cpp/absl/debugging/internal/
Dvdso_support.cc48 std::atomic<VDSOSupport::GetCpuFn> VDSOSupport::getcpu_fn_(&InitAndGetCPU); member in absl::debugging_internal::VDSOSupport
85 getcpu_fn_.store(&GetCPUViaSyscall, std::memory_order_relaxed); in Init()
92 getcpu_fn_.store(&GetCPUViaSyscall, std::memory_order_relaxed); in Init()
119 getcpu_fn_.store(fn, std::memory_order_relaxed); in Init()
130 getcpu_fn_.store(&InitAndGetCPU, std::memory_order_relaxed); in SetBase()
163 GetCpuFn fn = getcpu_fn_.load(std::memory_order_relaxed); in InitAndGetCPU()
174 int ret_code = (*VDSOSupport::getcpu_fn_)(&cpu, nullptr, nullptr); in GetCPU()
Dvdso_support.h137 ABSL_CONST_INIT static std::atomic<GetCpuFn> getcpu_fn_; variable
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
Dvdso_support.cc48 std::atomic<VDSOSupport::GetCpuFn> VDSOSupport::getcpu_fn_(&InitAndGetCPU); member in absl::debugging_internal::VDSOSupport
85 getcpu_fn_.store(&GetCPUViaSyscall, std::memory_order_relaxed); in Init()
92 getcpu_fn_.store(&GetCPUViaSyscall, std::memory_order_relaxed); in Init()
119 getcpu_fn_.store(fn, std::memory_order_relaxed); in Init()
130 getcpu_fn_.store(&InitAndGetCPU, std::memory_order_relaxed); in SetBase()
163 GetCpuFn fn = getcpu_fn_.load(std::memory_order_relaxed); in InitAndGetCPU()
174 int ret_code = (*VDSOSupport::getcpu_fn_)(&cpu, nullptr, nullptr); in GetCPU()
Dvdso_support.h137 ABSL_CONST_INIT static std::atomic<GetCpuFn> getcpu_fn_; variable
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/
Dvdso_support.cc48 std::atomic<VDSOSupport::GetCpuFn> VDSOSupport::getcpu_fn_(&InitAndGetCPU); member in absl::debugging_internal::VDSOSupport
83 getcpu_fn_.store(&GetCPUViaSyscall, std::memory_order_relaxed); in Init()
110 getcpu_fn_.store(fn, std::memory_order_relaxed); in Init()
121 getcpu_fn_.store(&InitAndGetCPU, std::memory_order_relaxed); in SetBase()
154 GetCpuFn fn = getcpu_fn_.load(std::memory_order_relaxed); in InitAndGetCPU()
165 int ret_code = (*VDSOSupport::getcpu_fn_)(&cpu, nullptr, nullptr); in GetCPU()
Dvdso_support.h137 ABSL_CONST_INIT static std::atomic<GetCpuFn> getcpu_fn_; variable
/external/libtextclassifier/abseil-cpp/absl/debugging/internal/
Dvdso_support.cc48 std::atomic<VDSOSupport::GetCpuFn> VDSOSupport::getcpu_fn_(&InitAndGetCPU); member in absl::debugging_internal::VDSOSupport
83 getcpu_fn_.store(&GetCPUViaSyscall, std::memory_order_relaxed); in Init()
110 getcpu_fn_.store(fn, std::memory_order_relaxed); in Init()
121 getcpu_fn_.store(&InitAndGetCPU, std::memory_order_relaxed); in SetBase()
154 GetCpuFn fn = getcpu_fn_.load(std::memory_order_relaxed); in InitAndGetCPU()
165 int ret_code = (*VDSOSupport::getcpu_fn_)(&cpu, nullptr, nullptr); in GetCPU()
Dvdso_support.h137 ABSL_CONST_INIT static std::atomic<GetCpuFn> getcpu_fn_; variable
/external/openscreen/third_party/abseil/src/absl/debugging/internal/
Dvdso_support.cc48 std::atomic<VDSOSupport::GetCpuFn> VDSOSupport::getcpu_fn_(&InitAndGetCPU); member in absl::debugging_internal::VDSOSupport
83 getcpu_fn_.store(&GetCPUViaSyscall, std::memory_order_relaxed); in Init()
110 getcpu_fn_.store(fn, std::memory_order_relaxed); in Init()
121 getcpu_fn_.store(&InitAndGetCPU, std::memory_order_relaxed); in SetBase()
154 GetCpuFn fn = getcpu_fn_.load(std::memory_order_relaxed); in InitAndGetCPU()
165 int ret_code = (*VDSOSupport::getcpu_fn_)(&cpu, nullptr, nullptr); in GetCPU()
Dvdso_support.h137 ABSL_CONST_INIT static std::atomic<GetCpuFn> getcpu_fn_; variable