summaryrefslogtreecommitdiffstats
path: root/lib/librthread/rthread_rwlockattr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add pthread_rwlockattr_{get,set}pshared() andguenther2012-02-151-1/+22
| | | | | | pthread_mutexattr_{get,set}kind_np() tweaked diff from brad
* Split out the pthread_rwlock* and pthread_once() functions from rthread_sync.cguenther2011-12-211-0/+51
to new files rthread_rwlock.c, rthread_rwlockattr.c, and rthread_once.c