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

/fuchsia/zircon/system/ulib/tftp/
H A Dtftp-file-test.cpp399 pthread_t client_thread, server_thread; local
400 pthread_create(&client_thread, NULL, tftp_client_main, tp);
403 pthread_join(client_thread, NULL);

Completed in 34 milliseconds