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_barrier.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID() for .c files from lib/libthr/thread.
kib
2016-04-08
1
-2
/
+3
*
Assert that the lock objects put into the off-page, fit into the page.
kib
2016-04-08
1
-0
/
+3
*
Implement process-shared locks support for libthr.so.3, without
kib
2016-02-28
1
-16
/
+49
*
Fully initialize allocated memory for the new barrier. The
kib
2015-02-06
1
-4
/
+1
*
When destroying a barrier, waiting all threads exit the barrier,
davidxu
2012-03-16
1
-1
/
+26
*
_thr_ucond_wait drops lock, we should pick it up again.
davidxu
2006-12-05
1
-0
/
+1
*
Use ucond to implement barrier.
davidxu
2006-12-05
1
-4
/
+5
*
Replace internal usage of struct umtx with umutex which can supports
davidxu
2006-09-06
1
-4
/
+4
*
WARNS level 4 cleanup.
davidxu
2006-04-04
1
-1
/
+5
*
Pass exact number of threads.
davidxu
2005-04-04
1
-1
/
+1
*
Import my recent 1:1 threading working. some features improved includes:
davidxu
2005-04-02
1
-72
/
+50
*
Make libthr async-signal-safe without costly signal masking. The guidlines I
mtm
2004-05-20
1
-10
/
+10
*
Implement PThreads barriers and barrier attributes.
mtm
2004-02-19
1
-0
/
+129