Home
last modified time | relevance | path

Searched refs:HEIMDAL_RWLOCK_init (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/heimdal/include/
H A Dheim_threads.h70 #define HEIMDAL_RWLOCK_init(l) rwlock_init(l, NULL) macro
97 #define HEIMDAL_RWLOCK_init(l) pthread_rwlock_init(l, NULL) macro
125 #define HEIMDAL_RWLOCK_init(l) do { } while(0) macro
146 #define HEIMDAL_RWLOCK_init(l) do { } while(0) macro