Home
last modified time | relevance | path

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

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