Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/skywalk/
H A Dskt_utunloop.c774 pthread_t sourcethread1, sourcethread2; in dotraffic() local
786 error = pthread_create(&sourcethread1, NULL, sourcefunc, &sourcesock1); in dotraffic()
796 error = pthread_join(sourcethread1, NULL); in dotraffic()