Home
last modified time | relevance | path

Searched defs: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()
261 …public synchronized Object co_resume(Object arg_object,int thisCoroutine,int toCoroutine) throws j… in co_resume()
311 public synchronized void co_exit(int thisCoroutine) in co_exit()
330 …public synchronized void co_exit_to(Object arg_object,int thisCoroutine,int toCoroutine) throws ja… in co_exit_to()