]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOEventSource.cpp
xnu-1486.2.11.tar.gz
[apple/xnu.git] / iokit / Kernel / IOEventSource.cpp
index 0e0dbc8f82ae600a63ff758eb7607cddccb0e1fb..a20232d91dbd6933280178dae0ec233928c1b309 100644 (file)
@@ -56,6 +56,8 @@ void IOEventSource::closeGate()                       { workLoop->closeGate(); }
 bool IOEventSource::tryCloseGate()             { return workLoop->tryCloseGate(); }
 int IOEventSource::sleepGate(void *event, UInt32 type)
         { return workLoop->sleepGate(event, type); }
+int IOEventSource::sleepGate(void *event, AbsoluteTime deadline, UInt32 type)
+        { return workLoop->sleepGate(event, deadline, type); }
 void IOEventSource::wakeupGate(void *event, bool oneThread)
         { workLoop->wakeupGate(event, oneThread); }