Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c9061 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()
[all …]