Home | History | Annotate | Download | only in runtime

Lines Matching refs:suspend_count

1009     DCHECK_GE(tls32_.suspend_count, tls32_.debug_suspend_count) << this;
1015 if (UNLIKELY(delta < 0 && tls32_.suspend_count <= 0)) {
1037 tls32_.suspend_count += delta;
1042 if (tls32_.suspend_count == 0) {
1053 // Grab the suspend_count lock and copy the current set of
1067 // suspend_count lock.
1120 // Grab the suspend_count lock and copy the current set of
1284 << " sCount=" << thread->tls32_.suspend_count