Searched refs:DisableEvent (Results 1 – 6 of 6) sorted by relevance
191 return IOEventLoop::DisableEvent(ref); in TEST()228 ASSERT_TRUE(loop.DisableEvent(wait_ref)); in TEST()234 if (!loop.DisableEvent(ref)) { in TEST()
71 static bool DisableEvent(IOEventRef ref);
194 bool IOEventLoop::DisableEvent(IOEventRef ref) { in DisableEvent() function in IOEventLoop219 DisableEvent(ref); in DelEvent()
205 if (!IOEventLoop::DisableEvent(write_event_)) { in DisableWriteEventWithLock()
211 if (!IOEventLoop::DisableEvent(read_event_)) { in CloseConnection()
127 return (read_event_ != nullptr && IOEventLoop::DisableEvent(read_event_)); in RegisterDebugInfoCallback()194 if (!IOEventLoop::DisableEvent(read_event_)) { in ReadAllProcesses()