Searched refs:rwlock_init (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.2-release/sys/ofed/include/linux/
H A Drwlock.h57 rwlock_init(rwlock_t *lock) function
/freebsd-10.2-release/lib/libc/include/
H A Dreentrant.h112 #define rwlock_init(l, a) _pthread_rwlock_init(l, a) macro
/freebsd-10.2-release/cddl/contrib/opensolaris/head/
H A Dsynch.h115 int rwlock_init(rwlock_t *, int, void *);
157 int rwlock_init();
H A Dthread.h56 #define rwlock_init(l,f,a) pthread_rwlock_init(l,NULL) macro
/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_rwlock.c66 rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr __unused) function
105 ret = rwlock_init(rwlock, NULL);
118 return (rwlock_init(rwlock, attr));
/freebsd-10.2-release/crypto/heimdal/include/
H A Dheim_threads.h70 #define HEIMDAL_RWLOCK_init(l) rwlock_init(l, NULL)
/freebsd-10.2-release/crypto/openssl/crypto/threads/
H A Dth-lock.c185 rwlock_init(&(lock_cs[i]), USYNC_THREAD, NULL);
/freebsd-10.2-release/contrib/unbound/util/
H A Dlocks.h171 #define lock_rw_init(lock) LOCKRET(rwlock_init(lock, USYNC_THREAD, NULL))
/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Dcache.c321 rwlock_init(&device->cache.lock);
H A Dlocal_sa.c1250 rwlock_init(&rwlock);
H A Dcm.c3840 rwlock_init(&cm.device_lock);
/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Dcq.c381 rwlock_init(&cq_table->cq_table_lock);
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c187 rwlock_init(&rwlp->rw_lock, USYNC_THREAD, NULL);
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c1189 VERIFY(rwlock_init(&zd->zd_zilog_lock, USYNC_THREAD, NULL) == 0);
5585 VERIFY(rwlock_init(&ztest_name_lock, USYNC_THREAD, NULL) == 0);
5886 VERIFY(rwlock_init(&ztest_name_lock, USYNC_THREAD, NULL) == 0);

Completed in 177 milliseconds