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

/libnativehelper/
H A DAsynchronousCloseMonitor.cpp37 static AsynchronousCloseMonitor* blockedThreadList = NULL; variable
65 for (AsynchronousCloseMonitor* it = blockedThreadList; it != NULL; it = it->mNext) {
86 mNext = blockedThreadList;
90 blockedThreadList = this;
100 blockedThreadList = mNext;

Completed in 105 milliseconds