Lines Matching refs:mc_mutex
9061 pthread_mutex_t mc_mutex; member
9099 pthread_mutex_lock(&my->mc_mutex); in mdb_env_copythr()
9102 pthread_cond_wait(&my->mc_cond, &my->mc_mutex); in mdb_env_copythr()
9149 pthread_mutex_unlock(&my->mc_mutex); in mdb_env_copythr()
9162 pthread_mutex_lock(&my->mc_mutex); in mdb_env_cthr_toggle()
9166 pthread_cond_wait(&my->mc_cond, &my->mc_mutex); in mdb_env_cthr_toggle()
9167 pthread_mutex_unlock(&my->mc_mutex); in mdb_env_cthr_toggle()
9348 if (!(my.mc_mutex = CreateMutex(NULL, FALSE, NULL)) || in mdb_env_copyfd1()
9360 if ((rc = pthread_mutex_init(&my.mc_mutex, NULL)) != 0) in mdb_env_copyfd1()
9456 if (my.mc_mutex) CloseHandle(my.mc_mutex); in mdb_env_copyfd1()
9461 pthread_mutex_destroy(&my.mc_mutex); in mdb_env_copyfd1()