OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:b_mutex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/blocklist/lib/
bl.c
79
pthread_mutex_t
b_mutex
;
member in struct:blocklist
80
# define BL_INIT(b) pthread_mutex_init(&b->
b_mutex
, NULL)
81
# define BL_LOCK(b) pthread_mutex_lock(&b->
b_mutex
)
82
# define BL_UNLOCK(b) pthread_mutex_unlock(&b->
b_mutex
)
/src/external/bsd/openldap/dist/servers/lloadd/
lload.h
290
ldap_pvt_thread_mutex_t
b_mutex
;
member in struct:LloadBackend
507
* - Upstream: b->
b_mutex
Completed in 58 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026