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
/
include
/
pthread.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the pthread_atfork() prototype.
deischen
2003-11-04
1
-0
/
+2
*
Add code to support pthread spin lock.
davidxu
2003-09-09
1
-0
/
+7
*
Add small piece of code to support pthread_rwlock_timedrdlock and
davidxu
2003-09-06
1
-0
/
+4
*
Add code to support barrier synchronous object and implement
davidxu
2003-09-04
1
-0
/
+16
*
Add stub implementations of pthread_[gs]etconcurrency to libc_r and
jdp
2003-04-20
1
-0
/
+2
*
Add pthread_attr_getstack() and pthread_attr_setstack().
alfred
2003-02-10
1
-0
/
+4
*
In the absence of consensus as to implement stubs for these TSH-shaded
wollman
2003-01-23
1
-12
/
+0
*
Breath deep and take __P out of the system include files.
imp
2002-03-23
1
-107
/
+96
*
Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to
jasone
2001-07-20
1
-0
/
+3
*
mark pthread_exit() as non-returning.
alfred
2001-03-04
1
-1
/
+1
*
Remove prototypes for pthread_attr_[gs]etfloatstate(), which we don't
jasone
2000-12-28
1
-3
/
+0
*
Fixed missing consts for function parameters, so that the code matches
bde
2000-05-11
1
-3
/
+7
*
Do not conditionalize function prototype definition for functions we
jasone
2000-02-20
1
-6
/
+0
*
Make sched_param parameter a const to comply with POSIX and SUSv2 specs.
deischen
2000-01-10
1
-1
/
+1
*
Fix some minor POSIX/SUSv2 compliance nits.
jasone
1999-12-18
1
-4
/
+2
*
Move POSIX feature constants from pthread.h to unistd.h, as required by
jasone
1999-12-16
1
-17
/
+0
*
add pthread_cancel, obtained from OpenBSD.
alfred
1999-11-28
1
-7
/
+14
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Cleanups to the pthread header files.
rse
1999-07-31
1
-22
/
+22
*
Hide pthread cancellation routines behind #ifdef NOT_YET. They are
deischen
1999-07-27
1
-3
/
+7
*
o Runnable threads are now maintained in priority queues. The
jb
1999-03-23
1
-36
/
+71
*
Add support for pthread_mutexattr_settype(). As a side effect of
eivind
1998-11-28
1
-2
/
+8
*
Implement pthread read/write locks as defined by Version 2 of the Single
alex
1998-09-07
1
-0
/
+25
*
Add static initializer defines as specified by POSIX.
jb
1998-04-04
1
-2
/
+8
*
Changed pthread_detach to conform to POSIX, i.e. the single argument
alex
1997-12-25
1
-1
/
+1
*
Fixed missing __P() to complete the K&R support in this header.
bde
1997-05-07
1
-1
/
+1
*
Comment out _POSIX_THREAD_PRIORITY_SCHEDULING since it's not supported
alex
1997-03-04
1
-1
/
+1
*
Submitted by: John Birrell
julian
1997-02-05
1
-2
/
+15
*
Moved pthread_mutexattr_default inside #ifndef PTHREAD_KERNEL now that
hsu
1996-11-11
1
-2
/
+8
*
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
julian
1996-08-20
1
-186
/
+141
*
Submitted by: john birrel
julian
1996-01-22
1
-0
/
+276