Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/threads/
H A Dpthr_rwlock.c38 pthread_rwlockattr_init(pthread_rwlockattr_t *attr) in pthread_rwlockattr_init()
55 pthread_rwlockattr_destroy(pthread_rwlockattr_t *attr) in pthread_rwlockattr_destroy()
69 pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared) in pthread_rwlockattr_setpshared()
87 pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *attr, int *pshared) in pthread_rwlockattr_getpshared()
106 const pthread_rwlockattr_t *_RESTRICT_KYWD attr) in pthread_rwlock_init()
/titanic_44/usr/src/head/
H A Dpthread.h299 const pthread_rwlockattr_t *_RESTRICT_KYWD);
314 extern int pthread_rwlockattr_init(pthread_rwlockattr_t *);
315 extern int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
317 const pthread_rwlockattr_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
318 extern int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
/titanic_44/usr/src/uts/common/sys/
H A Dtypes.h497 } pthread_rwlockattr_t; typedef