Home
last modified time | relevance | path

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

/glibc-2.36/benchtests/
Dbench-pthread-locks.c307 pthread_t helper_id; in test_condvar() local
314 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() local
385 pthread_create (&helper_id, NULL, test_producer_thread, &p); in test_consumer_producer()
410 pthread_join (helper_id, NULL); in test_consumer_producer()