| 1043 | SC::Result SC::AsyncEventLoop::removeAllAssociationsForFileDescriptorHandle(FileDescriptor::Handle handle) |
| 1044 | { |
| 1045 | return Internal::KernelQueue::removeAllAssociationsForFileDescriptorHandle(handle); |
| 1046 | } |
| 1047 | |
| 1048 | void SC::AsyncEventLoop::updateTime() { return internal.updateTime(); } |
no outgoing calls
no test coverage detected