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

/freebsd-10-stable/sys/ofed/include/linux/
H A Drwlock.h57 rwlock_init(rwlock_t *lock) function
/freebsd-10-stable/lib/libc/include/
H A Dreentrant.h112 #define rwlock_init(l, a) _pthread_rwlock_init(l, a) macro
/freebsd-10-stable/lib/libthr/thread/
H A Dthr_rwlock.c66 rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr __unused) function
/freebsd-10-stable/cddl/contrib/opensolaris/head/
H A Dthread.h56 #define rwlock_init(l,f,a) pthread_rwlock_init(l,NULL) macro

Completed in 110 milliseconds