Home | History | Annotate | Download | only in tests

Lines Matching refs:ret_unlock

6332   int ret_unlock = pthread_mutex_unlock(&mu);  // unlocking twice.
6334 printf(" pthread_mutex_unlock returned %d\n", ret_unlock);