Home
last modified time | relevance | path

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

/freebsd/tools/tools/netrate/http/
H A Dhttp.c63 pthread_t hwd_thread; member
308 if (pthread_create(&statep->hwd[i].hwd_thread, NULL, in main()
339 if (pthread_join(statep->hwd[i].hwd_thread, NULL) in main()