Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bhyve/
H A Dsnapshot.h100 void *checkpoint_thread(void *param);
H A Dsnapshot.c1486 checkpoint_thread(void *param) in checkpoint_thread() function
1594 ret = pthread_create(&checkpoint_pthread, NULL, checkpoint_thread, in init_checkpoint_thread()