Searched refs:m_nextCoroutine (Results 1 – 1 of 1) sorted by relevance
160 int m_nextCoroutine=NOBODY; field in CoroutineManager231 while(m_nextCoroutine != thisCoroutine) in co_entry_pause()269 m_nextCoroutine=toCoroutine; in co_resume()272 while(m_nextCoroutine != thisCoroutine || m_nextCoroutine==ANYBODY || m_nextCoroutine==NOBODY) in co_resume()286 if(m_nextCoroutine==NOBODY) in co_resume()314 m_nextCoroutine=NOBODY; // %REVIEW% in co_exit()338 m_nextCoroutine=toCoroutine; in co_exit_to()