Searched refs:AsynchronousCloseMonitorImpl (Results 1 – 1 of 1) sorted by relevance
31 class AsynchronousCloseMonitorImpl { class33 explicit AsynchronousCloseMonitorImpl(int fd);34 ~AsynchronousCloseMonitorImpl();42 AsynchronousCloseMonitorImpl(const AsynchronousCloseMonitorImpl&) = delete;43 AsynchronousCloseMonitorImpl& operator=(const AsynchronousCloseMonitorImpl&) = delete;45 AsynchronousCloseMonitorImpl* mPrev;46 AsynchronousCloseMonitorImpl* mNext;61 static AsynchronousCloseMonitorImpl* blockedThreadList = NULL;77 void AsynchronousCloseMonitorImpl::init() { in init()91 void AsynchronousCloseMonitorImpl::signalBlockedThreads(int fd) { in signalBlockedThreads()[all …]