Searched refs:ret_unlock (Results 1 – 1 of 1) sorted by relevance
6332 int ret_unlock = pthread_mutex_unlock(&mu); // unlocking twice. in Run() local6334 printf(" pthread_mutex_unlock returned %d\n", ret_unlock); in Run()