OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026