summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/include/sched.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the thread-related .h files to /usr/src/include/, since theguenther2017-10-151-75/+0
| | | | | | | implementation is now spread between libc and librthread. No changes to the content ok mpi@
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
| | | | ok guenther millert kettenis
* <sched.h> is never pulled in from the kernel and #ifdef KERNEL would beguenther2012-03-221-8/+2
| | | | | | the wrong symbol anyway, so zap some lines ok matthew@
* Hide behind #if 0 the sched_*() functions that we don't have yetguenther2012-03-221-1/+6
| | | | Requested and tested against ports by aja@, ok matthew@
* 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-9/+9
|
* while im here, move the ifndef _SCHED_H_ after the copyright message.fgsch2002-01-181-3/+4
|
* forward declaration of struct timespec to avoid warningart2000-06-271-1/+2
|
* sync with FreeBSDd1999-11-251-3/+5
|
* identd1999-03-101-0/+1
|
* missed these too. sighd1998-09-051-0/+73