pthread_rwlock_init 97 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_init(l) pthread_rwlock_init(l, NULL) pthread_rwlock_init 300 source4/smbd/process_thread.c return pthread_rwlock_init((pthread_rwlock_t *)rwlock->rwlock, NULL);