Searched defs:rwlock (Results 1 - 12 of 12) sorted by last modified time

/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Dlocal_sa.c101 static rwlock_t rwlock; variable
[all...]
/freebsd-10.0-release/sys/kern/
H A Dkern_umtx.c2700 do_rw_rdlock(struct thread *td, struct urwlock *rwlock, long fflag, struct _umtx_time *timeout) argument
2846 do_rw_wrlock(struct thread *td, struct urwlock *rwlock, struct _umtx_time *timeout) argument
2997 do_rw_unlock(struct thread *td, struct urwlock *rwlock) argument
[all...]
/freebsd-10.0-release/sys/sys/
H A D_rwlock.h46 struct rwlock { struct
/freebsd-10.0-release/lib/libc/nls/
H A Dmsgcat.c97 static pthread_rwlock_t rwlock = PTHREAD_RWLOCK_INITIALIZER; variable
/freebsd-10.0-release/lib/libkse/thread/
H A Dthr_rwlock.c57 init_static(pthread_rwlock_t *rwlock) argument
74 _pthread_rwlock_destroy (pthread_rwlock_t *rwlock) argument
98 _pthread_rwlock_init (pthread_rwlock_t *rwlock, argument
142 rwlock_rdlock_common(pthread_rwlock_t *rwlock, const struct timespec *abstime) argument
219 _pthread_rwlock_rdlock(pthread_rwlock_t *rwlock) argument
227 _pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abstime) argument
234 _pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock) argument
280 _pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock) argument
315 _pthread_rwlock_unlock(pthread_rwlock_t *rwlock) argument
358 rwlock_wrlock_common(pthread_rwlock_t *rwlock, const struct timespec *abstime) argument
408 _pthread_rwlock_wrlock(pthread_rwlock_t *rwlock) argument
415 _pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abstime) argument
[all...]
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_rwlock.c66 rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr __unused) argument
78 _pthread_rwlock_destroy (pthread_rwlock_t *rwlock) argument
98 init_static(struct pthread *thread, pthread_rwlock_t *rwlock) argument
115 _pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr) argument
122 rwlock_rdlock_common(pthread_rwlock_t *rwlock, const struct timespec *abstime) argument
181 _pthread_rwlock_rdlock(pthread_rwlock_t *rwlock) argument
187 _pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abstime) argument
194 _pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock) argument
228 _pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock) argument
243 rwlock_wrlock_common(pthread_rwlock_t *rwlock, const struct timespec *abstime) argument
287 _pthread_rwlock_wrlock(pthread_rwlock_t *rwlock) argument
293 _pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abstime) argument
300 _pthread_rwlock_unlock(pthread_rwlock_t *rwlock) argument
[all...]
H A Dthr_umtx.c261 __thr_rwlock_rdlock(struct urwlock *rwlock, int flags, argument
281 __thr_rwlock_wrlock(struct urwlock *rwlock, const struct timespec *tsp) argument
300 __thr_rwlock_unlock(struct urwlock *rwlock) argument
306 _thr_rwl_rdlock(struct urwlock *rwlock) argument
322 _thr_rwl_wrlock(struct urwlock *rwlock) argument
338 _thr_rwl_unlock(struct urwlock *rwlock) argument
[all...]
H A Dthr_umtx.h155 _thr_rwlock_tryrdlock(struct urwlock *rwlock, int flags) argument
177 _thr_rwlock_trywrlock(struct urwlock *rwlock) argument
192 _thr_rwlock_rdlock(struct urwlock *rwlock, int flags, struct timespec *tsp) argument
200 _thr_rwlock_wrlock(struct urwlock *rwlock, struct timespec *tsp) argument
208 _thr_rwlock_unlock(struct urwlock *rwlock) argument
[all...]
/freebsd-10.0-release/usr.sbin/nscd/
H A Dconfig.h105 pthread_rwlock_t rwlock; member in struct:configuration
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_thread_rwlock.h68 APR_DECLARE(apr_status_t) apr_thread_rwlock_rdlock(apr_thread_rwlock_t *rwlock); variable
80 APR_DECLARE(apr_status_t) apr_thread_rwlock_tryrdlock(apr_thread_rwlock_t *rwlock); variable
89 APR_DECLARE(apr_status_t) apr_thread_rwlock_wrlock(apr_thread_rwlock_t *rwlock); variable
100 APR_DECLARE(apr_status_t) apr_thread_rwlock_trywrlock(apr_thread_rwlock_t *rwlock); variable
107 APR_DECLARE(apr_status_t) apr_thread_rwlock_unlock(apr_thread_rwlock_t *rwlock); variable
113 APR_DECLARE(apr_status_t) apr_thread_rwlock_destroy(apr_thread_rwlock_t *rwlock); variable
[all...]
/freebsd-10.0-release/contrib/apr/include/arch/unix/
H A Dapr_arch_thread_rwlock.h36 pthread_rwlock_t rwlock; member in struct:apr_thread_rwlock_t
/freebsd-10.0-release/contrib/apr/locks/unix/
H A Dthread_rwlock.c28 apr_thread_rwlock_t *rwlock = (apr_thread_rwlock_t *)data; local
[all...]

Completed in 81 milliseconds