Home
last modified time | relevance | path

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

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