Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
DAsynchronousCloseMonitor.cpp61 static AsynchronousCloseMonitorImpl* blockedThreadList = NULL; variable
93 for (AsynchronousCloseMonitorImpl* it = blockedThreadList; it != NULL; it = it->mNext) { in signalBlockedThreads()
114 mNext = blockedThreadList; in AsynchronousCloseMonitorImpl()
118 blockedThreadList = this; in AsynchronousCloseMonitorImpl()
128 blockedThreadList = mNext; in ~AsynchronousCloseMonitorImpl()