Home
last modified time | relevance | path

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

/external/chromium_org/base/process/
Dprocess_iterator_freebsd.cc21 int try_num = 1; in ProcessIterator() local
52 } while (!done && (try_num++ < max_tries)); in ProcessIterator()
Dprocess_iterator_openbsd.cc23 int try_num = 1; in ProcessIterator() local
54 } while (!done && (try_num++ < max_tries)); in ProcessIterator()
Dprocess_iterator_mac.cc28 int try_num = 1; in ProcessIterator() local
60 } while (!done && (try_num++ < max_tries)); in ProcessIterator()
/external/chromium/base/
Dprocess_util_mac.mm70 int try_num = 1;
102 } while (!done && (try_num++ < max_tries));