summaryrefslogtreecommitdiff
path: root/lib/libpthread/include/pthread.h
AgeCommit message (Collapse)Author
2005-10-31- Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.Brad Smith
- Remove the macros MUTEX_TYPE_FAST and MUTEX_TYPE_COUNTING_FAST. From stefanf FreeBSD ok fgsch@
2005-10-30and make sure the header change goes in too.Brad Smith
2004-02-24Sync closer to FreeBSD's pthread.h. Fixes up some prototypesBrad Smith
and formatting. ok marc@
2004-02-22add pthread_attr_[get|set]stackBrad Smith
From: FreeBSD's libc_r ok marc@
2004-02-22Some cleanup of pthread.h. Don't conditionalizeBrad Smith
inclusion of prototypes. Remove some prototypes for functions we do not implement. From: FreeBSD's libc_r ok marc@
2004-02-16Add missing const for function parameters to match POSIX.Brad Smith
From: FreeBSD's libc_r ok marc@
2004-01-27remove redundant prototypes for pthread_[gs]etconcurrencyBrad Smith
in-between #ifdef notyet
2003-12-23Add stub implementations of pthread_[gs]etconcurrencyBrad Smith
From: FreeBSD' libc_r ok marc@
2003-02-27Don't need to specify both __dead and __attribute__((__noreturn__)) forChad Loder
pthread_exit prototype. Replace with just __dead. OK millert@, marc@
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-01-10Change 1st arg in pthread_attr_getdetachstate to const.Federico G. Schwindt
2001-12-08Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.Federico G. Schwindt
make includes is needed in case you want to play.
2000-12-06use __x__ formats for __attribute__ arguments; guenther@gac.eduTheo de Raadt
2000-01-06always define _POSIX_THREADS; volatile some types (mickey@)David Leonard
2000-01-04Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared.Alex Feldman
rse@engelschall.com via FreeBSD.
1999-11-25sync with FreeBSDDavid Leonard
1999-06-15Remove pthread_atfork()David Leonard
1999-05-26sync with FreeBSDDavid Leonard
1999-03-10missing const (freebsd)David Leonard
1999-01-18sync with previous changesDavid Leonard
1998-12-21cleanDavid Leonard
1998-12-10sync with FreeBSDDavid Leonard
1998-11-09sync with FreeBSD (rwlock, gc thread, man pages)David Leonard
add (broken) mips md stuff fix some const warnings add sigaltstack() stub another hash at getting shlib auto-init to work (mips/elf and i386/a.out)
1998-09-05missed these too. sighDavid Leonard