Searched refs:kMaxAttempts (Results 1 – 1 of 1) sorted by relevance
79 const int kMaxAttempts = 10; in spawn_process() local84 } while (ret == BOOTSTRAP_UNKNOWN_SERVICE && attempts < kMaxAttempts); in spawn_process()