Searched refs:zs_thread_stop (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c402 hrtime_t zs_thread_stop; member in struct:ztest_shared
5436 delta = zs->zs_thread_stop - zs->zs_thread_start +
5495 while ((now = gethrtime()) < zs->zs_thread_stop) {
5666 zs->zs_thread_stop =
5668 zs->zs_thread_stop = MIN(zs->zs_thread_stop, zs->zs_proc_stop);
5669 zs->zs_thread_kill = zs->zs_thread_stop;

Completed in 100 milliseconds