summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread_cancel.3
Commit message (Collapse)AuthorAgeFilesLines
* Hide the implementation details about multiple threading librariesru2007-10-221-1/+0
| | | | | | from the synopses of pthread*(3) manpages. Reviewed by: deischen, davidxu
* Remove mentions of libc_r.ru2006-09-301-1/+0
|
* Use 'manual page' instead of 'man page' for consistency.hmp2005-06-301-1/+1
| | | | Approved by: re (hrs)
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-031-1/+1
|
* Document interfaces that are supported by libthr.ru2004-01-151-0/+1
|
* Have a single set of POSIX threads man pages. The LIBRARY sectionru2004-01-141-0/+1
| | | | | | | | of each manpage lists libraries that have corresponding interfaces implemented. Prodded by: threads Reviewed by: deischen
* The .Fn functioncharnier2003-02-061-2/+4
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Use ``.St -p1003.1-96''.ru2001-02-261-3/+2
|
* Introduce .Lb macro to libc_r manpages.phantom2000-04-221-0/+2
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-5/+10
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Fix typosphantom1999-12-171-2/+5
| | | | | PR: docs/14858 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-0/+70
eischen (Daniel Eischen) added wrappers to protect against cancled threads orphaning internal resources. the cancelability code is still a bit fuzzy but works for test programs of my own, OpenBSD's and some examples from ORA's books. add readdir_r to both libc and libc_r add some 'const' attributes to function parameters Reviewed by: eischen, jasone
OpenPOWER on IntegriCloud