aboutsummaryrefslogtreecommitdiff
path: root/include/pthread.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed missing consts for function parameters, so that the code matchesBruce Evans2000-05-111-3/+7
* Do not conditionalize function prototype definition for functions weJason Evans2000-02-201-6/+0
* Make sched_param parameter a const to comply with POSIX and SUSv2 specs.Daniel Eischen2000-01-101-1/+1
* Fix some minor POSIX/SUSv2 compliance nits.Jason Evans1999-12-181-4/+2
* Move POSIX feature constants from pthread.h to unistd.h, as required byJason Evans1999-12-161-17/+0
* add pthread_cancel, obtained from OpenBSD.Alfred Perlstein1999-11-281-7/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Cleanups to the pthread header files.Ralf S. Engelschall1999-07-311-22/+22
* Hide pthread cancellation routines behind #ifdef NOT_YET. They areDaniel Eischen1999-07-271-3/+7
* o Runnable threads are now maintained in priority queues. TheJohn Birrell1999-03-231-36/+71
* Add support for pthread_mutexattr_settype(). As a side effect ofEivind Eklund1998-11-281-2/+8
* Implement pthread read/write locks as defined by Version 2 of the SingleAlexander Langer1998-09-071-0/+25
* Add static initializer defines as specified by POSIX.John Birrell1998-04-041-2/+8
* Changed pthread_detach to conform to POSIX, i.e. the single argumentAlexander Langer1997-12-251-1/+1
* Fixed missing __P() to complete the K&R support in this header.Bruce Evans1997-05-071-1/+1
* Comment out _POSIX_THREAD_PRIORITY_SCHEDULING since it's not supportedAlexander Langer1997-03-041-1/+1
* Submitted by: John BirrellJulian Elischer1997-02-051-2/+15
* Moved pthread_mutexattr_default inside #ifndef PTHREAD_KERNEL now thatJeffrey Hsu1996-11-111-2/+8
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-201-186/+141
* Submitted by: john birrelJulian Elischer1996-01-221-0/+276