Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/skywalk/
H A Dskywalk_test_common.c294 static pthread_t *sktc_threads2; variable
657 assert(!sktc_threads2); in sktc_setup_channel_worker()
659 sktc_threads2 = malloc(sktc_nrings * sizeof(sktc_threads[0])); in sktc_setup_channel_worker()
660 assert(sktc_threads2); in sktc_setup_channel_worker()
706 error = pthread_create(&sktc_threads2[i], NULL, sktc_channel_worker_sink, &sktc_threads[i]); in sktc_setup_channel_worker()
730 if (sktc_threads2) { in sktc_cleanup_channel_worker()
731 error = pthread_join(sktc_threads2[i], NULL); in sktc_cleanup_channel_worker()
752 if (sktc_threads2) { in sktc_cleanup_channel_worker()
753 free(sktc_threads2); in sktc_cleanup_channel_worker()
754 sktc_threads2 = NULL; in sktc_cleanup_channel_worker()