Searched refs:clo_vgdb_poll (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_options.h69 /* if > 0, checks every VG_(clo_vgdb_poll) BBS if vgdb wants to be served. */
70 extern Int VG_(clo_vgdb_poll);
H A Dm_options.c51 Int VG_(clo_vgdb_poll) = 5000; variable
H A Dm_main.c262 VG_(clo_vgdb_poll), VG_(vgdb_prefix_default)());
527 else if VG_INT_CLO (arg, "--vgdb-poll", VG_(clo_vgdb_poll)) {}
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c798 if (VG_(clo_vgdb_poll))
799 vgdb_next_poll = bbs_done + (ULong)VG_(clo_vgdb_poll);
1034 if (VG_(clo_vgdb_poll))

Completed in 53 milliseconds