Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c122 static ULong vgdb_next_poll; variable
722 vgdb_next_poll = NO_VGDB_POLL; in VG_()
726 vgdb_next_poll = VGDB_POLL_ASAP; in VG_()
797 if (bbs_done >= vgdb_next_poll) { in run_thread_for_a_while()
799 vgdb_next_poll = bbs_done + (ULong)VG_(clo_vgdb_poll); in run_thread_for_a_while()
802 vgdb_next_poll = NO_VGDB_POLL; in run_thread_for_a_while()