Searched refs:mShutdownEvent (Results 1 – 2 of 2) sorted by relevance
177 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()
177 base::unique_fd mShutdownEvent; variable