Home
last modified time | relevance | path

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

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