Searched defs:rwlock_init (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Drwlock.h61 rwlock_init(rwlock_t *lock) function
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_rwlock.c90 rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr) function
/freebsd-11-stable/lib/libc/include/
H A Dreentrant.h112 #define rwlock_init(l, a) _pthread_rwlock_init(l, a) macro
/freebsd-11-stable/cddl/contrib/opensolaris/head/
H A Dthread.h56 #define rwlock_init(l,f,a) pthread_rwlock_init(l,NULL) macro
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h172 #define rwlock_init(rwlock) rw_init(rwlock, "VCHI rwlock") macro

Completed in 41 milliseconds