Home | History | Annotate | Download | only in runtime

Lines Matching refs:IsSuspended

195     if (result != nullptr && !result->IsSuspended()) {
648 if (this != self && !IsSuspended()) {
1027 // IsSuspended check is therefore racy with the use for dumping (normally we inhibit
1030 bool safe_to_dump = (this == Thread::Current() || IsSuspended());