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