Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DCoroutineManager.java261 …public synchronized Object co_resume(Object arg_object,int thisCoroutine,int toCoroutine) throws j… in co_resume() argument
263 if(!m_activeIDs.get(toCoroutine)) in co_resume()
264 …MLErrorResources.ER_COROUTINE_NOT_AVAIL, new Object[]{Integer.toString(toCoroutine)})); //"Corouti… in co_resume()
269 m_nextCoroutine=toCoroutine; in co_resume()
330 …public synchronized void co_exit_to(Object arg_object,int thisCoroutine,int toCoroutine) throws ja… in co_exit_to() argument
332 if(!m_activeIDs.get(toCoroutine)) in co_exit_to()
333 …MLErrorResources.ER_COROUTINE_NOT_AVAIL, new Object[]{Integer.toString(toCoroutine)})); //"Corouti… in co_exit_to()
338 m_nextCoroutine=toCoroutine; in co_exit_to()