summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/include/pthread_np.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the thread-related .h files to /usr/src/include/, since theguenther2017-10-151-53/+0
| | | | | | | implementation is now spread between libc and librthread. No changes to the content ok mpi@
* Remove prototypes for unimplemented non-portable functions in rthreads.kurt2012-03-221-3/+1
| | | | okay deraadt@
* Remove pthread_suspend* and related functions. This is part of thekurt2012-03-221-8/+1
| | | | rthreads major library bump from last night. okay kettenis@
* Change a debug interface to take const char pointers so we don't avekrw2006-04-091-2/+2
| | | | | | | | | | to cast away constness whenever we want to pass in a string that is already const -- we copy the string if we want to use it, so having it be non-const in the first place does not make any sense. From tholo@ ok tedu@
* pthead_supsend_all_np and pthread_resume_all_np from freebsd viamarc2004-05-011-1/+3
| | | | | | Kurt Miller <truk at optonline.net>. Kurt says: They're needed for the java hotspot compiler in the 1.3+ jdk OK brad@
* Change read_stackseg_np to work with any thread, not just the currentmarc2004-01-261-2/+2
| | | | | thread. Requested by truk at optonline dot net and OK-ed by tedu @.
* threaded version of closefrommarc2004-01-151-1/+2
| | | | | pthread_stackseg_np added. Minor bump for these changes occurred a day or so ago and will not be bumped again
* 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-13/+13
|
* pthread_main_np prototypepvalchev2001-08-171-1/+2
|
* sync with FreeBSDd1999-11-251-5/+5
|
* sync with FreeBSDd1999-05-261-1/+8
|
* missed these too. sighd1998-09-051-0/+51