Searched refs:sktc_threads (Results 1 – 1 of 1) sorted by relevance
293 static pthread_t *sktc_threads; variable301 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 …]