Home
last modified time | relevance | path

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

/nptl/
A Dcond-perf.c10 static pthread_mutex_t mut1 = PTHREAD_MUTEX_INITIALIZER; variable
23 pthread_mutex_lock (&mut1); in cons()
35 pthread_cond_wait (&cond1, &mut1); in cons()
39 pthread_mutex_unlock (&mut1); in cons()
83 pthread_mutex_lock (&mut1); in main()
85 pthread_mutex_unlock (&mut1); in main()
95 pthread_mutex_unlock (&mut1); in main()

Completed in 3 milliseconds