Home
last modified time | relevance | path

Searched refs:waitQuietWithOptions (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h823 IOReturn waitQuietWithOptions(uint64_t timeout = UINT64_MAX, IOOptionBits options = 0);
/xnu-11215/iokit/Kernel/
H A DIOService.cpp5646 IOService::waitQuietWithOptions( uint64_t timeout, IOOptionBits options ) in waitQuietWithOptions() function in IOService
5829 return waitQuietWithOptions(timeout); in waitQuiet()
H A DIOUserClient.cpp4272 return service->waitQuietWithOptions(timeoutNS, options); in is_io_service_wait_quiet_with_options()