index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libthr
/
thread
/
thr_mutexattr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add implementation of robust mutexes, hopefully close enough to the
kib
2016-05-17
1
-15
/
+52
*
Use __FBSDID() for .c files from lib/libthr/thread.
kib
2016-04-08
1
-2
/
+3
*
Implement process-shared locks support for libthr.so.3, without
kib
2016-02-28
1
-8
/
+5
*
pthread_mutexattr_destroy() was accidentally broken in last revision,
ru
2008-03-20
1
-0
/
+1
*
Make pthread_mutexattr_settype to return error number directly and
davidxu
2008-03-20
1
-3
/
+1
*
Remove 3rd clause, renumber, ok per email
imp
2007-01-12
1
-8
/
+2
*
- Use same priority range returned by kernel's sched_get_priority_min()
davidxu
2006-04-27
1
-1
/
+1
*
WARNS level 4 cleanup.
davidxu
2006-04-04
1
-0
/
+4
*
Remove priority mutex code because it does not work correctly,
davidxu
2006-03-27
1
-0
/
+63
*
Add functions pthread_mutexattr_setpshared and pthread_mutexattr_getpshared.
davidxu
2005-10-24
1
-0
/
+28
*
- Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.
stefanf
2005-08-19
1
-2
/
+2
*
Import my recent 1:1 threading working. some features improved includes:
davidxu
2005-04-02
1
-0
/
+167