Lines Matching refs:moving
2568 moving at the end of their execution history. The wait
2580 (const std::vector<thread_info *> &moving,
2583 bool more_moving = !moving.empty ();
2604 std::vector<thread_info *> moving;
2620 /* Keep a work list of moving threads. */
2624 moving.push_back (tp);
2626 if (moving.empty ())
2636 /* Step moving threads one by one, one step each, until either one thread
2654 while ((eventing == NULL) && !moving.empty ())
2656 for (unsigned int ix = 0; eventing == NULL && ix < moving.size ();)
2658 thread_info *tp = moving[ix];
2669 no_history.push_back (ordered_remove (moving, ix));
2673 eventing = unordered_remove (moving, ix);
2681 /* We started with at least one moving thread. This thread must have
2688 /* We kept threads moving at the end of their execution history. Stop
2711 record_btrace_maybe_mark_async_event (moving, no_history);