Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/skywalk/
H A Dskywalk_test_common.c293 static pthread_t *sktc_threads; variable
301 int index = (pthread_t *)arg - sktc_threads; in sktc_channel_worker_echo()
467 int index = (pthread_t *)arg - sktc_threads; in sktc_channel_worker_sink()
548 int index = (pthread_t *)arg - sktc_threads; in sktc_channel_worker_source()
653 assert(!sktc_threads); in sktc_setup_channel_worker()
654 sktc_threads = malloc(sktc_nrings * sizeof(sktc_threads[0])); in sktc_setup_channel_worker()
655 assert(sktc_threads); in sktc_setup_channel_worker()
659 sktc_threads2 = malloc(sktc_nrings * sizeof(sktc_threads[0])); in sktc_setup_channel_worker()
701 error = pthread_create(&sktc_threads[i], NULL, sktc_channel_worker_echo, &sktc_threads[i]); in sktc_setup_channel_worker()
704 error = pthread_create(&sktc_threads[i], NULL, sktc_channel_worker_source, &sktc_threads[i]); in sktc_setup_channel_worker()
[all …]