Searched refs:queued_step_count_ (Results 1 – 2 of 2) sorted by relevance
537 thread_local_.queued_step_count_ = 0; in ThreadInit()963 if (thread_local_.queued_step_count_ > 0) { in Break()965 int step_count = thread_local_.queued_step_count_; in Break()968 thread_local_.queued_step_count_ = 0; in Break()997 thread_local_.queued_step_count_ = step_count - 1; in Break()
517 int queued_step_count_; variable