Home | History | Annotate | Download | only in native

Lines Matching defs:AsynchronousSocketCloseMonitor

17 #define LOG_TAG "AsynchronousSocketCloseMonitor"
19 #include "AsynchronousSocketCloseMonitor.h"
35 static AsynchronousSocketCloseMonitor* blockedThreadList = NULL;
46 void AsynchronousSocketCloseMonitor::init() {
60 void AsynchronousSocketCloseMonitor::signalBlockedThreads(int fd) {
62 for (AsynchronousSocketCloseMonitor* it = blockedThreadList; it != NULL; it = it->mNext) {
70 AsynchronousSocketCloseMonitor::AsynchronousSocketCloseMonitor(int fd) {
84 AsynchronousSocketCloseMonitor::~AsynchronousSocketCloseMonitor() {