Searched defs:NOBODY (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DCoroutineManager.java152 final static int NOBODY=-1; field in class:CoroutineManager
160 int m_nextCoroutine=NOBODY;
272 while(m_nextCoroutine != thisCoroutine || m_nextCoroutine==ANYBODY || m_nextCoroutine==NOBODY)
286 if(m_nextCoroutine==NOBODY)
314 m_nextCoroutine=NOBODY; // %REVIEW%

Completed in 914 milliseconds