Home
last modified time | relevance | path

Searched refs:pthread_rwlockattr_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_rwlockattr.c43 _pthread_rwlockattr_destroy(pthread_rwlockattr_t *rwlockattr) in _pthread_rwlockattr_destroy()
45 pthread_rwlockattr_t prwlockattr; in _pthread_rwlockattr_destroy()
58 const pthread_rwlockattr_t * __restrict rwlockattr, in _pthread_rwlockattr_getpshared()
67 _pthread_rwlockattr_init(pthread_rwlockattr_t *rwlockattr) in _pthread_rwlockattr_init()
69 pthread_rwlockattr_t prwlockattr; in _pthread_rwlockattr_init()
84 _pthread_rwlockattr_setpshared(pthread_rwlockattr_t *rwlockattr, int pshared) in _pthread_rwlockattr_setpshared()
H A Dthr_rwlock.c97 rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr) in rwlock_init()
160 _thr_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr) in _thr_rwlock_init()
H A Dthr_private.h1087 int _thr_rwlock_init(pthread_rwlock_t *, const pthread_rwlockattr_t *);
/freebsd/include/
H A Dpthread.h253 const pthread_rwlockattr_t * __restrict)
273 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
274 int pthread_rwlockattr_getkind_np(const pthread_rwlockattr_t *,
277 const pthread_rwlockattr_t * __restrict,
279 int pthread_rwlockattr_init(pthread_rwlockattr_t *);
280 int pthread_rwlockattr_setkind_np(pthread_rwlockattr_t *,
282 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
/freebsd/sys/sys/
H A D_pthreadtypes.h76 typedef struct pthread_rwlockattr *pthread_rwlockattr_t; typedef