Searched defs:HEIMDAL_RWLOCK_rdlock (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/heimdal/include/
H A Dheim_threads.h71 #define HEIMDAL_RWLOCK_rdlock(l) rwlock_rdlock(l) macro
98 #define HEIMDAL_RWLOCK_rdlock(l) pthread_rwlock_rdlock(l) macro
126 #define HEIMDAL_RWLOCK_rdlock(l) do { } while(0) macro
147 #define HEIMDAL_RWLOCK_rdlock(l) do { } while(0) macro

Completed in 98 milliseconds