Home
last modified time | relevance | path

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

/xnu-8792.41.9/tests/
H A Dkevent_pty.c203 __block int iters = 0; in redispatch() local
206 if (iters++ > ATTACH_ITERATIONS) { in redispatch()
208 } else if (iters == ATTACH_ITERATIONS) { in redispatch()
210 T_PASS("created %d %s sources on busy PTY", iters, in redispatch()
H A Dos_refcnt.c343 static const unsigned long iters = 1024 * 1024 * 32; variable
349 for (unsigned long i = 0; i < iters; i++) { in func()
/xnu-8792.41.9/osfmk/i386/
H A Dmp.c267 mp_wait_for_cpu_up(int slot_num, unsigned int iters, unsigned int usecdelay) in mp_wait_for_cpu_up() argument
269 while (iters-- > 0) { in mp_wait_for_cpu_up()