HomeSort by: relevance | last modified time | path
    Searched defs:mc_mutex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 9171 pthread_mutex_t mc_mutex; member in struct:mdb_copy
9209 pthread_mutex_lock(&my->mc_mutex);
9212 pthread_cond_wait(&my->mc_cond, &my->mc_mutex);
9259 pthread_mutex_unlock(&my->mc_mutex);
9272 pthread_mutex_lock(&my->mc_mutex);
9276 pthread_cond_wait(&my->mc_cond, &my->mc_mutex);
9277 pthread_mutex_unlock(&my->mc_mutex);
9458 if (!(my.mc_mutex = CreateMutex(NULL, FALSE, NULL)) ||
9470 if ((rc = pthread_mutex_init(&my.mc_mutex, NULL)) != 0)
9566 if (my.mc_mutex) CloseHandle(my.mc_mutex)
    [all...]
mdb.c 9171 pthread_mutex_t mc_mutex; member in struct:mdb_copy
9209 pthread_mutex_lock(&my->mc_mutex);
9212 pthread_cond_wait(&my->mc_cond, &my->mc_mutex);
9259 pthread_mutex_unlock(&my->mc_mutex);
9272 pthread_mutex_lock(&my->mc_mutex);
9276 pthread_cond_wait(&my->mc_cond, &my->mc_mutex);
9277 pthread_mutex_unlock(&my->mc_mutex);
9458 if (!(my.mc_mutex = CreateMutex(NULL, FALSE, NULL)) ||
9470 if ((rc = pthread_mutex_init(&my.mc_mutex, NULL)) != 0)
9566 if (my.mc_mutex) CloseHandle(my.mc_mutex)
    [all...]

Completed in 52 milliseconds