Home
last modified time | relevance | path

Searched defs:HEIMDAL_RWLOCK_unlock (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/heimdal/include/
H A Dheim_threads.h75 #define HEIMDAL_RWLOCK_unlock(l) rwlock_unlock(l) macro
102 #define HEIMDAL_RWLOCK_unlock(l) pthread_rwlock_unlock(l) macro
130 #define HEIMDAL_RWLOCK_unlock(l) do { } while(0) macro
151 #define HEIMDAL_RWLOCK_unlock(l) do { } while(0) macro