summaryrefslogtreecommitdiffstats
path: root/include/pthread.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r256925:tijl2013-10-251-0/+1
* Remove leftover for r214093.davidxu2011-01-061-9/+0
* Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, thedavidxu2010-10-181-2/+14
* In current code, statically initialized and destroyed object havedavidxu2010-09-281-1/+1
* Fix the visibility of several prototypes. Also move pthread_kill() anddas2009-03-141-2/+4
* Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,davidxu2008-06-091-2/+21
* Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpudavidxu2008-03-221-0/+1
* Add a new "non-portable" mutex type, PTHREAD_MUTEX_ADAPTIVE_NP. Thiskris2007-10-291-0/+2
* Add prototype for following functions, plus tab fixes.davidxu2005-10-241-5/+8
* Improve POSIX conformance:stefanf2005-09-011-7/+7
* - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.stefanf2005-08-191-5/+1
* Remove parameter names, the identifiers were in the user namespace.stefanf2005-08-191-5/+3
* According to:rodrigc2005-05-311-56/+1
* Increase PTHREAD_STACK_MIN to MINSIGSTKSZ because thread libraries now usedavidxu2005-04-111-1/+1
* Add pthread_condattr_getclock, pthread_condattr_setclock.davidxu2005-04-031-0/+4
* Fix typo, function name pthread_rwlock_timedrwlock should bedavidxu2005-01-081-1/+1
* Add the pthread_atfork() prototype.deischen2003-11-041-0/+2
* Add code to support pthread spin lock.davidxu2003-09-091-0/+7
* Add small piece of code to support pthread_rwlock_timedrdlock anddavidxu2003-09-061-0/+4
* Add code to support barrier synchronous object and implementdavidxu2003-09-041-0/+16
* 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