summaryrefslogtreecommitdiffstats
path: root/include/pthread.h
Commit message (Expand)AuthorAgeFilesLines
* Add stub implementations of pthread_[gs]etconcurrency to libc_r andjdp2003-04-201-0/+2
* Add pthread_attr_getstack() and pthread_attr_setstack().alfred2003-02-101-0/+4
* In the absence of consensus as to implement stubs for these TSH-shadedwollman2003-01-231-12/+0
* Breath deep and take __P out of the system include files.imp2002-03-231-107/+96
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used tojasone2001-07-201-0/+3
* mark pthread_exit() as non-returning.alfred2001-03-041-1/+1
* Remove prototypes for pthread_attr_[gs]etfloatstate(), which we don'tjasone2000-12-281-3/+0
* Fixed missing consts for function parameters, so that the code matchesbde2000-05-111-3/+7
* Do not conditionalize function prototype definition for functions wejasone2000-02-201-6/+0
* Make sched_param parameter a const to comply with POSIX and SUSv2 specs.deischen2000-01-101-1/+1
* Fix some minor POSIX/SUSv2 compliance nits.jasone1999-12-181-4/+2
* Move POSIX feature constants from pthread.h to unistd.h, as required byjasone1999-12-161-17/+0
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-7/+14
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Cleanups to the pthread header files.rse1999-07-311-22/+22
* Hide pthread cancellation routines behind #ifdef NOT_YET. They aredeischen1999-07-271-3/+7
* o Runnable threads are now maintained in priority queues. Thejb1999-03-231-36/+71
* Add support for pthread_mutexattr_settype(). As a side effect ofeivind1998-11-281-2/+8
* Implement pthread read/write locks as defined by Version 2 of the Singlealex1998-09-071-0/+25
* Add static initializer defines as specified by POSIX.jb1998-04-041-2/+8
* Changed pthread_detach to conform to POSIX, i.e. the single argumentalex1997-12-251-1/+1
* Fixed missing __P() to complete the K&R support in this header.bde1997-05-071-1/+1
* Comment out _POSIX_THREAD_PRIORITY_SCHEDULING since it's not supportedalex1997-03-041-1/+1
* Submitted by: John Birrelljulian1997-02-051-2/+15
* Moved pthread_mutexattr_default inside #ifndef PTHREAD_KERNEL now thathsu1996-11-111-2/+8
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-186/+141
* Submitted by: john birreljulian1996-01-221-0/+276
OpenPOWER on IntegriCloud