Home
last modified time | relevance | path

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

/nptl/
A Dcond-perf.c13 static pthread_mutex_t mut2 = PTHREAD_MUTEX_INITIALIZER; variable
29 pthread_mutex_lock (&mut2); in cons()
32 pthread_mutex_unlock (&mut2); in cons()
78 pthread_mutex_lock (&mut2); in main()
80 pthread_cond_wait (&cond2, &mut2); in main()
81 pthread_mutex_unlock (&mut2); in main()

Completed in 3 milliseconds