Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/conn/
DSingleClientConnManager.java109 protected volatile boolean isShutDown; field in SingleClientConnManager
133 this.isShutDown = false; in SingleClientConnManager()
178 if (this.isShutDown) in assertStillUp()
374 this.isShutDown = true;
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DAbstractConnPool.java100 protected volatile boolean isShutDown; field in AbstractConnPool
287 if (isShutDown) in shutdown()
309 isShutDown = true; in shutdown()
DConnPoolByRoute.java288 if (isShutDown) {
385 if (isShutDown) {
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DDefaultExecutor.kt60 private val isShutDown: Boolean get() = debugStatus == SHUTDOWN constant
68 if (isShutDown) shutdownError() in enqueue()
/external/apache-http/api/
Dcurrent.txt2817 field @Deprecated protected volatile boolean isShutDown;
2867 field @Deprecated protected volatile boolean isShutDown;