Searched refs:signalBlockedThreads (Results 1 - 2 of 2) sorted by relevance

/libnativehelper/include/nativehelper/
H A DAsynchronousCloseMonitor.h35 * To interrupt all threads currently blocked on file descriptor 'fd', call signalBlockedThreads:
37 * AsynchronousCloseMonitor::signalBlockedThreads(fd);
39 * To test to see if the interruption was due to the signalBlockedThreads call:
51 static void signalBlockedThreads(int fd);
/libnativehelper/
H A DAsynchronousCloseMonitor.cpp63 void AsynchronousCloseMonitor::signalBlockedThreads(int fd) { function in class:AsynchronousCloseMonitor

Completed in 182 milliseconds