Home
last modified time | relevance | path

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

/xnu-12377.61.12/tools/tests/execperf/
H A Dtest.sh10 COUNT=
28 COUNT=500
31 COUNT=1000
34 COUNT=6000
37 COUNT=1000
46 TIMEOUT=` /usr/bin/time ./${RUN} $j $((${COUNT}/$j)) ./$i 2>&1`
/xnu-12377.61.12/tests/ipc/
H A Dipc_thread_ports_race.c22 #define COUNT 4000 macro
73 for (uint32_t n = 0; n < COUNT; n++) { in test_race()
86 T_PASS("Done %d loops of %s, found %d threads", COUNT, how, ths); in test_race()