Home
last modified time | relevance | path

Searched refs:vgdb_next_poll (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_scheduler/
Dscheduler.c122 static ULong vgdb_next_poll; variable
837 vgdb_next_poll = NO_VGDB_POLL; in VG_()
841 vgdb_next_poll = VGDB_POLL_ASAP; in VG_()
1018 if (bbs_done >= vgdb_next_poll) { in run_thread_for_a_while()
1020 vgdb_next_poll = bbs_done + (ULong)VG_(clo_vgdb_poll); in run_thread_for_a_while()
1023 vgdb_next_poll = NO_VGDB_POLL; in run_thread_for_a_while()