Searched refs:toCoroutine (Results 1 – 1 of 1) sorted by relevance
261 …public synchronized Object co_resume(Object arg_object,int thisCoroutine,int toCoroutine) throws j… in co_resume() argument263 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() argument332 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()