OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pthmtx
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/librumpuser/
rumpuser_pth.c
135
pthread_mutex_t
pthmtx
;
member in struct:rumpuser_mtx
152
NOFAIL_ERRNO(pthread_mutex_init(&mtx->
pthmtx
, &att));
201
if (pthread_mutex_trylock(&mtx->
pthmtx
) != 0)
202
KLOCK_WRAP(NOFAIL_ERRNO(pthread_mutex_lock(&mtx->
pthmtx
)));
211
NOFAIL_ERRNO(pthread_mutex_lock(&mtx->
pthmtx
));
220
rv = pthread_mutex_trylock(&mtx->
pthmtx
);
233
NOFAIL_ERRNO(pthread_mutex_unlock(&mtx->
pthmtx
));
240
NOFAIL_ERRNO(pthread_mutex_destroy(&mtx->
pthmtx
));
547
NOFAIL_ERRNO(pthread_mutex_unlock(&mtx->
pthmtx
));
563
NOFAIL_ERRNO(pthread_cond_wait(&cv->pthcv, &mtx->
pthmtx
));
[
all
...]
Completed in 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026