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
/
Makefile.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce a non-portable function pthread_getthreadid_np(3) to retrieve
jkim
2011-02-07
1
-0
/
+1
*
MFp4:
davidxu
2010-12-22
1
-0
/
+1
*
remove file thr_sem_new.c.
davidxu
2010-01-05
1
-1
/
+0
*
Use umtx to implement process sharable semaphore, to make this work,
davidxu
2010-01-05
1
-0
/
+1
*
Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpu
davidxu
2008-03-22
1
-0
/
+1
*
Implement functions pthread_getaffinity_np and pthread_setaffinity_np to
davidxu
2008-03-03
1
-0
/
+1
*
WARNS level 4 cleanup.
davidxu
2006-04-04
1
-1
/
+0
*
Remove priority mutex code because it does not work correctly,
davidxu
2006-03-27
1
-2
/
+0
*
Compile thr_rtld.c
davidxu
2006-03-25
1
-0
/
+1
*
Disable POSIX SIGEV_THREAD notification support, soon we will have a common
davidxu
2006-02-22
1
-1
/
+0
*
Rescue pthread_set_name_np for compatible reason, remove unused code.
davidxu
2006-01-09
1
-0
/
+1
*
Add timer_create wrapper.
davidxu
2005-10-30
1
-0
/
+1
*
Add debugger event reporting support, current only TD_CREATE and TD_DEATH
davidxu
2005-04-12
1
-0
/
+1
*
Import my recent 1:1 threading working. some features improved includes:
davidxu
2005-04-02
1
-10
/
+12
*
Implement pthread_atfork in libthr. This is mostly from deichen's
mtm
2004-06-27
1
-0
/
+1
*
Make libthr async-signal-safe without costly signal masking. The guidlines I
mtm
2004-05-20
1
-1
/
+0
*
Remove the garbage collector thread. All resources are freed
mtm
2004-03-28
1
-1
/
+0
*
Implement PThreads barriers and barrier attributes.
mtm
2004-02-19
1
-0
/
+2
*
Remove thr_getschedparam.c since it's contents have been moved into
mtm
2004-02-18
1
-1
/
+0
*
o Add a wrapper around sigaction(2), so we can insert our own wrapper
mtm
2003-12-09
1
-0
/
+1
*
Add stub implementations of pthread_[gs]etconcurrency to libc_r and
jdp
2003-04-20
1
-0
/
+1
*
- Add libthr but don't hook it up to the regular build yet. This is an
jeff
2003-04-01
1
-0
/
+50