Lines Matching refs:AsynchronousCloseMonitor
17 #define LOG_TAG "AsynchronousCloseMonitor"
19 #include "AsynchronousCloseMonitor.h"
35 static AsynchronousCloseMonitor* blockedThreadList = NULL;
47 void AsynchronousCloseMonitor::init() {
61 void AsynchronousCloseMonitor::signalBlockedThreads(int fd) {
63 for (AsynchronousCloseMonitor* it = blockedThreadList; it != NULL; it = it->mNext) {
72 bool AsynchronousCloseMonitor::wasSignaled() const {
76 AsynchronousCloseMonitor::AsynchronousCloseMonitor(int fd) {
91 AsynchronousCloseMonitor::~AsynchronousCloseMonitor() {