Home
last modified time | relevance | path

Searched refs:mach_host_self (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/
Dsys_info_mac.cc51 base::mac::ScopedMachSendRight host(mach_host_self()); in AmountOfPhysicalMemory()
66 base::mac::ScopedMachSendRight host(mach_host_self()); in AmountOfAvailablePhysicalMemory()
/external/tlsdate/src/compat/
Dclock-darwin.c45 r = host_get_clock_service(mach_host_self(), CALENDAR_CLOCK, &cclock); in clock_get_real_time()
/external/netperf/src/
Dnetcpu_osx.c66 lib_host_port = mach_host_self(); in cpu_util_init()
/external/libchrome/base/process/
Dprocess_metrics_mac.cc354 base::mac::ScopedMachSendRight host(mach_host_self()); in GetSystemCommitCharge()
372 base::mac::ScopedMachSendRight host(mach_host_self()); in GetSystemMemoryInfo()
/external/llvm/lib/Support/
DHost.cpp517 host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t)&hostInfo, in getHostCPUName()
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h690 DECL_TEMPLATE(darwin, mach_host_self);
Dsyswrap-darwin.c8645 PRE(mach_host_self) in PRE() argument
8650 POST(mach_host_self) in POST() argument
10378 MACXY(__NR_host_self_trap, mach_host_self),
/external/libusb/libusb/os/
Ddarwin_usb.c1456 host_get_clock_service(mach_host_self(), CALENDAR_CLOCK, &clock_ref); in darwin_clock_gettime()
1460 host_get_clock_service(mach_host_self(), SYSTEM_CLOCK, &clock_ref); in darwin_clock_gettime()