HomeSort by relevance Sort by last modified time
    Searched refs:host_self (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/make-3.81/
getloadavg.c 412 # define host_self mach_host_self macro
656 if (processor_set_default (host_self (), &default_set) == KERN_SUCCESS)
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 412 host_name_port_t host_self; local
429 host_self = mach_host_self();
430 host_get_clock_service(host_self, CALENDAR_CLOCK, &clock_realtime);
431 host_get_clock_service(host_self, SYSTEM_CLOCK, &clock_monotonic);
432 mach_port_deallocate(mach_task_self(), host_self); local
    [all...]

Completed in 59 milliseconds