Home
last modified time | relevance | path

Searched refs:GetCPU (Results 1 – 16 of 16) sorted by relevance

/external/abseil-cpp/absl/debugging/internal/
Dvdso_support.h139 friend int GetCPU(void); // Needs access to getcpu_fn_.
150 int GetCPU();
Dvdso_support.cc172 int GetCPU() { in GetCPU() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/
Dvdso_support.h139 friend int GetCPU(void); // Needs access to getcpu_fn_.
150 int GetCPU();
Dvdso_support.cc163 int GetCPU() { in GetCPU() function
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
Dvdso_support.h139 friend int GetCPU(void); // Needs access to getcpu_fn_.
150 int GetCPU();
Dvdso_support.cc172 int GetCPU() { in GetCPU() function
/external/angle/third_party/abseil-cpp/absl/debugging/internal/
Dvdso_support.h139 friend int GetCPU(void); // Needs access to getcpu_fn_.
150 int GetCPU();
Dvdso_support.cc163 int GetCPU() { in GetCPU() function
/external/libtextclassifier/abseil-cpp/absl/debugging/internal/
Dvdso_support.h139 friend int GetCPU(void); // Needs access to getcpu_fn_.
150 int GetCPU();
Dvdso_support.cc163 int GetCPU() { in GetCPU() function
/external/openscreen/third_party/abseil/src/absl/debugging/internal/
Dvdso_support.h139 friend int GetCPU(void); // Needs access to getcpu_fn_.
150 int GetCPU();
Dvdso_support.cc163 int GetCPU() { in GetCPU() function
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto121 // this field should match those used by MinidumpSystemInfo::GetCPU.
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h725 string GetCPU();
/external/google-breakpad/src/processor/
Dminidump_unittest.cc783 ASSERT_EQ("x86", md_system_info->GetCPU()); in TEST()
Dminidump.cc3502 string MinidumpSystemInfo::GetCPU() { in GetCPU() function in google_breakpad::MinidumpSystemInfo