Searched refs:co_exit (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DCoroutineManager.java291 co_exit(thisCoroutine);
294 throw new java.lang.NoSuchMethodException(XMLMessages.createXMLMessage(XMLErrorResources.ER_COROUTINE_CO_EXIT, null)); //"CoroutineManager recieved co_exit() request");
313 public synchronized void co_exit(int thisCoroutine) method in class:CoroutineManager
H A DIncrementalSAXSource_Filter.java579 throw new StopException(); // We'll co_exit from there.
591 fCoroutineManager.co_exit(fSourceCoroutineID);
686 fCoroutineManager.co_exit(fSourceCoroutineID);
726 fCoroutineManager.co_exit(fControllerCoroutineID);

Completed in 40 milliseconds