Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/
H A Dsnapshot.h101 void *checkpoint_thread(void *param);
H A Dsnapshot.c1357 checkpoint_thread(void *param) in checkpoint_thread() function
1454 err = pthread_create(&checkpoint_pthread, NULL, checkpoint_thread, in init_checkpoint_thread()