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

/external/valgrind/main/coregrind/
H A Dvgdb.c1122 else if arg_pid == -1, waits maximum check_trials seconds to discover
1132 int search_arg_pid(int arg_pid, int check_trials, Bool show_list) argument
1143 there (or wait the nr of check_trials for this to appear).
1180 for (i = 0; i < check_trials; i++) {
1325 int check_trials = 1; local
1354 if (!numeric_val(argv[i], &check_trials)) {
1451 *p_check_trials = check_trials;
1464 int check_trials; local
1473 &check_trials,
1485 pid = search_arg_pid (arg_pid, check_trials, show_lis
[all...]

Completed in 356 milliseconds