Searched refs:mach_host_self (Results 1 - 6 of 6) sorted by relevance
/third_party/libuv/src/unix/ |
H A D | hurd.c | 101 err = host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t) &hbi, &cnt); in uv_get_total_memory() 141 err = host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t) &hbi, &cnt); in uv_cpu_info()
|
H A D | darwin.c | 108 if (host_statistics(mach_host_self(), HOST_VM_INFO, in uv_get_free_memory() 214 if (host_processor_info(mach_host_self(), PROCESSOR_CPU_LOAD_INFO, &numcpus, in uv_cpu_info()
|
/third_party/node/deps/uv/src/unix/ |
H A D | hurd.c | 101 err = host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t) &hbi, &cnt); in uv_get_total_memory() 141 err = host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t) &hbi, &cnt); in uv_cpu_info()
|
H A D | darwin.c | 111 if (host_statistics(mach_host_self(), HOST_VM_INFO, in uv_get_free_memory() 350 if (host_processor_info(mach_host_self(), PROCESSOR_CPU_LOAD_INFO, &numcpus, in uv_cpu_info()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Host.cpp | 1178 mach_port_t hostPort = mach_host_self(); in getHostCPUName() 1244 mach_port_t hostPort = mach_host_self(); in getHostCPUName()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5179 pub fn mach_host_self() -> mach_port_t; in mach_host_self() functions
|
Completed in 18 milliseconds