Home
last modified time | relevance | path

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

/netbsd-src/sys/rump/net/lib/libvirtif/
H A Dvirtif_user.c69 pthread_t viu_rcvthr; member
218 if ((rv = pthread_create(&viu->viu_rcvthr, NULL, rcvthread, viu)) != 0) in VIFHYPER_CREATE()
285 pthread_join(viu->viu_rcvthr, NULL); in VIFHYPER_DESTROY()