OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HEIMDAL_RWLOCK_trywrlock
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/include/
heim_threads.h
94
#define
HEIMDAL_RWLOCK_trywrlock
(l) rwlock_trywrlock(l)
124
#define
HEIMDAL_RWLOCK_trywrlock
(l) pthread_rwlock_trywrlock(l)
280
#define
HEIMDAL_RWLOCK_trywrlock
(l) heim_rwlock_trywrlock((l))
313
#define
HEIMDAL_RWLOCK_trywrlock
(l) do { } while(0)
337
#define
HEIMDAL_RWLOCK_trywrlock
(l) do { } while(0)
/src/crypto/external/bsd/heimdal/dist/lib/base/
test_base.c
121
if (
HEIMDAL_RWLOCK_trywrlock
(&l) != 0)
122
err(1, "
HEIMDAL_RWLOCK_trywrlock
() failed with lock not held");
134
if (
HEIMDAL_RWLOCK_trywrlock
(&l))
135
err(1, "
HEIMDAL_RWLOCK_trywrlock
() failed with lock not held");
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026