Home
last modified time | relevance | path

Searched refs:mShutdownEvent (Results 1 – 2 of 2) sorted by relevance

/packages/modules/DnsResolver/
DDnsTlsSocket.cpp177 mShutdownEvent.reset(eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC)); in initialize()
325 {.fd = mShutdownEvent.get(), .events = POLLIN}, in sslConnectV2()
552 if (mShutdownEvent != -1) { in requestLoopShutdown()
553 if (eventfd_write(mShutdownEvent.get(), INT64_MIN) == -1) { in requestLoopShutdown()
DDnsTlsSocket.h177 base::unique_fd mShutdownEvent; variable