Searched refs:thisCoroutine (Results 1 – 1 of 1) sorted by relevance
226 …public synchronized Object co_entry_pause(int thisCoroutine) throws java.lang.NoSuchMethodException in co_entry_pause() argument228 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() argument272 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() argument313 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() argument340 m_activeIDs.clear(thisCoroutine); in co_exit_to()