Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/skywalk/
H A Dskt_utunloop.c773 pthread_t sourcethread1, sourcethread2; in dotraffic() local
790 error = pthread_create(&sourcethread2, NULL, sourcefunc, &sourcesock2); in dotraffic()
798 error = pthread_join(sourcethread2, NULL); in dotraffic()