Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/vm_memory_tests_src/
H A Dmain.c79 const int kMaxAttempts = 10; in spawn_process() local
84 } while (ret == BOOTSTRAP_UNKNOWN_SERVICE && attempts < kMaxAttempts); in spawn_process()