Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
DAsynchronousCloseMonitor.cpp31 class AsynchronousCloseMonitorImpl { class
33 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 …]