Home | History | Annotate | Download | only in runtime

Lines Matching full:suspended

810   // is only true if the thread has been suspended by a debug event.
1130 // Since we transitioned to a suspended state, check the pass barrier requests.
1199 // change from being Suspended to Runnable without a suspend request occurring.
1206 // Holds the ThreadState. May be changed non-atomically between Suspended (ie not Runnable)
1208 // operation. If a thread is suspended and a suspend_request is present, a thread may not
1303 // True if the thread is suspended in FullSuspendCheck(). This is
1304 // used to distinguish runnable threads that are suspended due to
1308 // True if the thread has been suspended by a debugger event. This is
1310 // the thread is suspended by an event.