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

/external/chromium_org/base/process/
H A Dprocess_iterator_freebsd.cc23 int try_num = 1; local
54 } while (!done && (try_num++ < max_tries));
H A Dprocess_iterator_mac.cc29 int try_num = 1; local
61 } while (!done && (try_num++ < max_tries));
H A Dprocess_iterator_openbsd.cc23 int try_num = 1; local
54 } while (!done && (try_num++ < max_tries));

Completed in 137 milliseconds