summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_mutexattr.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid conflicts with libc symbols in libthr jump table.Konstantin Belousov2019-07-311-10/+15
* POSIX compliance improvements in the pthread(3) functions.Pedro F. Giffuni2018-08-181-3/+6
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Add implementation of robust mutexes, hopefully close enough to theKonstantin Belousov2016-05-171-15/+52
* Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov2016-04-081-2/+3
* Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov2016-02-281-8/+5
* pthread_mutexattr_destroy() was accidentally broken in last revision,Ruslan Ermilov2008-03-201-0/+1
* Make pthread_mutexattr_settype to return error number directly andDavid Xu2008-03-201-3/+1
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-8/+2
* - Use same priority range returned by kernel's sched_get_priority_min()David Xu2006-04-271-1/+1
* WARNS level 4 cleanup.David Xu2006-04-041-0/+4
* Remove priority mutex code because it does not work correctly,David Xu2006-03-271-0/+63
* Add functions pthread_mutexattr_setpshared and pthread_mutexattr_getpshared.David Xu2005-10-241-0/+28
* - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.Stefan Farfeleder2005-08-191-2/+2
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-021-0/+167