History log of /openbsd/lib/librthread/rthread_mutexattr.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 849948d5 13-Apr-2012 kurt <kurt@openbsd.org>

Use PTHREAD_MUTEX_DEFAULT in static init and mutexattr_init. If the
default mutex type changes to NORMAL, when there is an uninitialized
mutex provided to unlock, allow it to succeed similar to an un

Use PTHREAD_MUTEX_DEFAULT in static init and mutexattr_init. If the
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@

show more ...


# 75dc9675 15-Feb-2012 guenther <guenther@openbsd.org>

Add pthread_rwlockattr_{get,set}pshared() and
pthread_mutexattr_{get,set}kind_np()

tweaked diff from brad


# d3690317 21-Dec-2011 guenther <guenther@openbsd.org>

Split out the pthread_mutexattr_* functions from rthread_sync.c to
new file rthread_mutexattr.c. Add basic implementations of
pthread_mutexattr_{set,get}{protocol,prioceiling}

Requested by aja