pthread_rwlock_destroy  103 source4/heimdal/lib/krb5/heim_threads.h #define	HEIMDAL_RWLOCK_destroy(l) pthread_rwlock_destroy(l)	
pthread_rwlock_destroy  308 source4/smbd/process_thread.c 	return pthread_rwlock_destroy((pthread_rwlock_t *)rwlock->rwlock);