Home | History | Annotate | Download | only in runtime

Lines Matching refs:suspend_count

646     DCHECK_GE(tls32_.suspend_count, tls32_.debug_suspend_count) << this;
652 if (UNLIKELY(delta < 0 && tls32_.suspend_count <= 0)) {
657 tls32_.suspend_count += delta;
662 if (tls32_.suspend_count == 0) {
673 // Grab the suspend_count lock and copy the current set of
806 << " sCount=" << thread->tls32_.suspend_count