Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/skywalk/
H A Dskt_utunloop.c773 pthread_t sourcethread1, sourcethread2; in dotraffic() local
785 error = pthread_create(&sourcethread1, NULL, sourcefunc, &sourcesock1); in dotraffic()
795 error = pthread_join(sourcethread1, NULL); in dotraffic()