Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DCoroutineManager.java226 …public synchronized Object co_entry_pause(int thisCoroutine) throws java.lang.NoSuchMethodException in co_entry_pause() argument
228 if(!m_activeIDs.get(thisCoroutine)) in co_entry_pause()
231 while(m_nextCoroutine != thisCoroutine) in co_entry_pause()
261 …public synchronized Object co_resume(Object arg_object,int thisCoroutine,int toCoroutine) throws j… in co_resume() argument
272 while(m_nextCoroutine != thisCoroutine || m_nextCoroutine==ANYBODY || m_nextCoroutine==NOBODY) in co_resume()
289 co_exit(thisCoroutine); in co_resume()
311 public synchronized void co_exit(int thisCoroutine) in co_exit() argument
313 m_activeIDs.clear(thisCoroutine); in co_exit()
330 …public synchronized void co_exit_to(Object arg_object,int thisCoroutine,int toCoroutine) throws ja… in co_exit_to() argument
340 m_activeIDs.clear(thisCoroutine); in co_exit_to()