| 1567 | } |
| 1568 | |
| 1569 | int SC::AsyncEventLoop::Internal::getTotalNumberOfActiveHandle() const |
| 1570 | { |
| 1571 | return numberOfActiveHandles + numberOfExternals; |
| 1572 | } |
| 1573 | |
| 1574 | SC::Result SC::AsyncEventLoop::Internal::completeAndReactivateOrTeardown(AsyncEventLoop& eventLoop, |
| 1575 | KernelEvents& kernelEvents, |
no outgoing calls
no test coverage detected