Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use PTHREAD_MUTEX_DEFAULT in static init and mutexattr_init. If the | 2012-04-13 | 1 | -2/+2 | |
| | | | | | | default mutex type changes to NORMAL, when there is an uninitialized mutex provided to unlock, allow it to succeed similar to an unlocked mutex. For other cases abort instead of segfault. okay guenther@ | ||||
* | Add pthread_rwlockattr_{get,set}pshared() and | 2012-02-15 | 1 | -1/+30 | |
| | | | | | | pthread_mutexattr_{get,set}kind_np() tweaked diff from brad | ||||
* | Split out the pthread_mutexattr_* functions from rthread_sync.c to | 2011-12-21 | 1 | -0/+103 | |
new file rthread_mutexattr.c. Add basic implementations of pthread_mutexattr_{set,get}{protocol,prioceiling} Requested by aja |