Home
last modified time | relevance | path

Searched refs:iokit_handle (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/uv/src/unix/
H A Ddarwin.c211 void* iokit_handle; in uv__get_cpu_speed() local
226 iokit_handle = dlopen("/System/Library/Frameworks/IOKit.framework/" in uv__get_cpu_speed()
230 if (core_foundation_handle == NULL || iokit_handle == NULL) in uv__get_cpu_speed()
240 V(iokit_handle, IOMasterPort); in uv__get_cpu_speed()
241 V(iokit_handle, IOServiceMatching); in uv__get_cpu_speed()
242 V(iokit_handle, IOServiceGetMatchingServices); in uv__get_cpu_speed()
243 V(iokit_handle, IOIteratorNext); in uv__get_cpu_speed()
244 V(iokit_handle, IOObjectRelease); in uv__get_cpu_speed()
245 V(iokit_handle, IORegistryEntryCreateCFProperty); in uv__get_cpu_speed()
319 if (iokit_handle ! in uv__get_cpu_speed()
[all...]

Completed in 1 milliseconds