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

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c444 hrtime_t zs_thread_stop; member in struct:ztest_shared
6112 delta = zs->zs_thread_stop - zs->zs_thread_start +
6171 while ((now = gethrtime()) < zs->zs_thread_stop) {
6343 zs->zs_thread_stop =
6345 zs->zs_thread_stop = MIN(zs->zs_thread_stop, zs->zs_proc_stop);
6346 zs->zs_thread_kill = zs->zs_thread_stop;

Completed in 212 milliseconds