HomeSort by relevance Sort by last modified time
    Searched defs:co_exit_to (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 301 * circumstances a coroutine should always end with co_exit_to() in
307 * %TBD% Should this just be co_exit_to(,,CoroutineManager.PANIC)?
330 public synchronized void co_exit_to(Object arg_object,int thisCoroutine,int toCoroutine) throws java.lang.NoSuchMethodException method in class:CoroutineManager
IncrementalSAXSource_Filter.java 576 fCoroutineManager.co_exit_to(Boolean.FALSE, fSourceCoroutineID,
672 fCoroutineManager.co_exit_to(arg, fSourceCoroutineID,

Completed in 42 milliseconds