Home | History | Annotate | Download | only in native

Lines Matching refs:AsynchronousCloseMonitor

17 #define LOG_TAG "AsynchronousCloseMonitor"
19 #include "AsynchronousCloseMonitor.h"
35 static AsynchronousCloseMonitor* blockedThreadList = NULL;
51 void AsynchronousCloseMonitor::init() {
65 void AsynchronousCloseMonitor::signalBlockedThreads(int fd) {
67 for (AsynchronousCloseMonitor* it = blockedThreadList; it != NULL; it = it->mNext) {
76 bool AsynchronousCloseMonitor::wasSignaled() const {
80 AsynchronousCloseMonitor::AsynchronousCloseMonitor(int fd) {
95 AsynchronousCloseMonitor::~AsynchronousCloseMonitor() {