Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/include/
H A Dheim_threads.h90 #define HEIMDAL_RWLOCK_init(l) rwlock_init(l, NULL) macro
120 #define HEIMDAL_RWLOCK_init(l) pthread_rwlock_init(l, NULL) macro
276 #define HEIMDAL_RWLOCK_init(l) heim_rwlock_init((l)) macro
309 #define HEIMDAL_RWLOCK_init(l) do { } while(0) macro
333 #define HEIMDAL_RWLOCK_init(l) do { } while(0) macro