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.c56 Int VG_(clo_vgdb_poll) = 5000; variable
H A Dm_main.c293 VG_(clo_vgdb_poll) /* int */,
542 else if VG_INT_CLO (arg, "--vgdb-poll", VG_(clo_vgdb_poll)) {}
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c978 if (VG_(clo_vgdb_poll))
979 vgdb_next_poll = bbs_done + (ULong)VG_(clo_vgdb_poll);
1190 if (VG_(clo_vgdb_poll))

Completed in 857 milliseconds