Searched refs:helper_id (Results 1 – 1 of 1) sorted by relevance
307 pthread_t helper_id; in test_condvar() local314 pthread_create (&helper_id, NULL, test_condvar_helper, &iters); in test_condvar()328 pthread_join (helper_id, NULL); in test_condvar()376 pthread_t helper_id; in test_consumer_producer() local385 pthread_create (&helper_id, NULL, test_producer_thread, &p); in test_consumer_producer()410 pthread_join (helper_id, NULL); in test_consumer_producer()