Home
last modified time | relevance | path

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

/glibc-2.36/benchtests/
Dbench-pthread-locks.c45 static pthread_cond_t consumer_c, producer_c; variable
363 pthread_cond_signal (&producer_c); in test_producer_thread()
395 pthread_cond_wait (&producer_c, &m); in test_consumer_producer()