Searched refs:rx_thread (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/tests/skywalk/ |
| H A D | skt_mangle.c | 341 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 D | skt_kqueue.c | 90 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()
|