Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/skywalk/
H A Dskt_mangle.c341 pthread_t rx_thread, tx_thread; in skt_mangle_main() local
353 error = pthread_create(&rx_thread, NULL, &skt_mangle_rx, &ctx); in skt_mangle_main()
358 pthread_join(rx_thread, NULL); in skt_mangle_main()
H A Dskt_kqueue.c90 pthread_t rx_thread, tx_thread; in skt_kqueue_main() local
102 error = pthread_create(&rx_thread, NULL, rx_body, &ctx); in skt_kqueue_main()
107 pthread_join(rx_thread, NULL); in skt_kqueue_main()