Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-nbd.c590 pthread_t client_thread; in main() local
1180 ret = pthread_create(&client_thread, NULL, nbd_client_thread, &opts); in main()
1188 memset(&client_thread, 0, sizeof(client_thread)); in main()
1227 pthread_join(client_thread, &result); in main()