summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/include/pthread.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync closer to FreeBSD's pthread.h. Fixes up some prototypesbrad2004-02-241-31/+29
* add pthread_attr_[get|set]stackbrad2004-02-221-2/+4
* Some cleanup of pthread.h. Don't conditionalizebrad2004-02-221-40/+1
* Add missing const for function parameters to match POSIX.brad2004-02-161-3/+3
* remove redundant prototypes for pthread_[gs]etconcurrencybrad2004-01-271-3/+1
* Add stub implementations of pthread_[gs]etconcurrencybrad2003-12-231-1/+3
* Don't need to specify both __dead and __attribute__((__noreturn__)) forcloder2003-02-271-2/+2
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-55/+47
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-60/+60
* Change 1st arg in pthread_attr_getdetachstate to const.fgsch2002-01-101-2/+3
* Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.fgsch2001-12-081-9/+9
* use __x__ formats for __attribute__ arguments; guenther@gac.eduderaadt2000-12-061-2/+2
* always define _POSIX_THREADS; volatile some types (mickey@)d2000-01-061-7/+5
* Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared.alex2000-01-041-2/+2
* sync with FreeBSDd1999-11-251-16/+15
* Remove pthread_atfork()d1999-06-151-2/+1
* sync with FreeBSDd1999-05-261-39/+75
* missing const (freebsd)d1999-03-101-2/+2
* sync with previous changesd1999-01-181-13/+20
* cleand1998-12-211-26/+10
* sync with FreeBSDd1998-12-101-5/+9
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-19/+26
* missed these too. sighd1998-09-051-0/+317