summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_mutexattr.c
Commit message (Expand)AuthorAgeFilesLines
* Add implementation of robust mutexes, hopefully close enough to thekib2016-05-171-15/+52
* Use __FBSDID() for .c files from lib/libthr/thread.kib2016-04-081-2/+3
* Implement process-shared locks support for libthr.so.3, withoutkib2016-02-281-8/+5
* pthread_mutexattr_destroy() was accidentally broken in last revision,ru2008-03-201-0/+1
* Make pthread_mutexattr_settype to return error number directly anddavidxu2008-03-201-3/+1
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-8/+2
* - Use same priority range returned by kernel's sched_get_priority_min()davidxu2006-04-271-1/+1
* WARNS level 4 cleanup.davidxu2006-04-041-0/+4
* Remove priority mutex code because it does not work correctly,davidxu2006-03-271-0/+63
* Add functions pthread_mutexattr_setpshared and pthread_mutexattr_getpshared.davidxu2005-10-241-0/+28
* - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.stefanf2005-08-191-2/+2
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-0/+167
OpenPOWER on IntegriCloud