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

/freebsd-current/usr.sbin/bhyve/
H A Dsnapshot.c664 pthread_t spinner_th; local
686 rc = pthread_create(&spinner_th, 0, snapshot_spinner_cb, si);
714 rc = pthread_join(spinner_th, NULL);

Completed in 100 milliseconds