Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/iokit/ !
H A Dservice_helpers.c8 #define MAX_RETRIES 10 macro
34 } while (service == IO_OBJECT_NULL && retries <= MAX_RETRIES); in IOTestServiceFindService()
/xnu-11215.81.4/tests/sched/ !
H A Dall_cores_running.c215 int MAX_RETRIES = 3; variable
216 while (!passed_test && tries < MAX_RETRIES) {