Lines Matching refs:AsynchronousCloseMonitor
17 #define LOG_TAG "AsynchronousCloseMonitor"
19 #include <nativehelper/AsynchronousCloseMonitor.h>
37 static AsynchronousCloseMonitor* blockedThreadList = NULL;
49 void AsynchronousCloseMonitor::init() {
63 void AsynchronousCloseMonitor::signalBlockedThreads(int fd) {
65 for (AsynchronousCloseMonitor* it = blockedThreadList; it != NULL; it = it->mNext) {
74 bool AsynchronousCloseMonitor::wasSignaled() const {
78 AsynchronousCloseMonitor::AsynchronousCloseMonitor(int fd) {
93 AsynchronousCloseMonitor::~AsynchronousCloseMonitor() {