summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthreads.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tweak previous;jmc2019-02-041-2/+2
|
* add a pthread_get_name_np to match pthread_set_name_np.tedu2019-02-041-2/+5
| | | | | | could be useful in ports. initial diff by David Carlier some time ago. ok jca
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-7/+7
|
* space needed before punctuation;jmc2013-06-241-3/+3
|
* Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,guenther2013-06-171-2/+5
| | | | | | | | including CLOCK_{PROCESS,THREAD}_CPUTIME_ID constants and {clock,pthread}_getcpuclockid() functions. Worked out at t2k13 with help from tedu@ and matthew@ and testing by aja@ ok matthew@
* tweaks; ok guentherjmc2012-09-021-5/+5
|
* Strip out stuff specific to the old uthreads and add similar bits forguenther2012-09-011-214/+77
| | | | | | | | rthreads, including the beginning of a HISTORY section Tweak name (and therefore order) of the Barrier Routines and Spinlock Routines sections Update the list of functions that aren't thread-safe Be consistent with other manpages by spelling 'thread-safe' with a hyphen
* Add pthread spinlock support.pirofti2012-05-031-2/+20
| | | | | | | | | | | Implementation, documentation and naive regression tests for: - pthread_spin_init() - pthread_spin_destroy() - pthread_spin_lock() - pthread_spin_trylock() - pthread_spin_unlock() Implementation okay guenther@, documentation okay jmc@.
* fix SEE ALSO;jmc2012-04-111-2/+2
|
* Mention and link the pthread barrier functions. Okay jmc@.pirofti2012-04-111-2/+25
|
* Remove man pages for removed non-portable functions. okay jmc@kurt2012-03-221-25/+3
|
* Apply a bit more consistency in the ordering of functions in eachguenther2012-02-251-16/+16
| | | | group of functions. No objection from jmc@
* Add pthread_condattr_{get,set}clock(), pthread_mutex_timedlock(),guenther2012-02-241-3/+24
| | | | and pthread_rwlock_{timed,try}{rd,wr}lock(). Requested by jmc@
* now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3,jmc2012-02-241-3/+2
| | | | don;t list both pages in SEE ALSO;
* Add pthread_attr_[sg]etguardsize() to match rthread, including manpagesguenther2008-12-181-2/+7
| | | | | | Bump lib minor ok otto@ kurt@ marc@; doc review by jmc@
* Add manpage for pthread_attr_[sg]etstack(3)guenther2008-07-051-2/+7
| | | | | Correct misnaming in STANDARDS section ok brad@ otto@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* shuffle some of the function names around into new section names.brad2005-10-301-32/+25
|
* Add pthread_atfork(3)brad2005-10-301-1/+11
| | | | | | | From FreeBSD 'looks ok' fgsch@ miod@ man page reviewed by jmc@
* pthead_supsend_all_np and pthread_resume_all_np from freebsd viamarc2004-05-011-3/+16
| | | | | | Kurt Miller <truk at optonline.net>. Kurt says: They're needed for the java hotspot compiler in the 1.3+ jdk OK brad@
* man pages for thread_yield and pthread_stackseg_npmarc2004-01-151-2/+8
| | | | jmc asked for them, now he can make them look pretty
* group and list thread functions;jmc2004-01-151-2/+200
| | | | | | | also add missing pages to SEE ALSO; prodded by tedu@, based on freebsd's page, and helped by marc@; ok marc@ tedu@
* add a section on thread safety, which is a start at documenting whichjmc2004-01-021-2/+93
| | | | | | | | | | | | functions are not thread safe; started by a request from Marc Balmer to document that malloc(3) *was* thread safe, and expanded by marc@ to list functions that are not; also add some spacing to make the page more readable, and adjust the -width of a list; ok marc@
* change the variable name used for status checking,brad2003-12-231-2/+2
| | | | | | LIBC_R_DEBUG -> LIBPTHREAD_DEBUG ok marc@
* - typosjmc2003-05-181-3/+3
| | | | | - new sentence, new line - clean up .Xrs
* o) start new sentence on a new line;mpech2002-05-011-5/+7
| | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
* Initial cleanup:mpech2002-04-301-3/+2
| | | | | | | | | | | | o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
* Xr pthread_kill; from fries@fgsch2002-02-211-1/+2
|
* fix typo in thread status flagsmarc2001-11-021-2/+2
|
* Add note to BUGS section regarding linking with -ggdb vs -gmarc2001-10-301-1/+11
|
* Describe all the thread status flags. Describe the twomarc2001-10-281-17/+42
| | | | environment variables used to control status format and display
* typos; first few spotted by heko@saitti.netderaadt2001-05-311-5/+5
|
* -lpthread -> -pthreadbrad2000-12-311-2/+2
|
* fix Xr; glam0006@tc.umn.eduderaadt2000-04-281-3/+3
|
* Trailing whitespace begone!aaron2000-04-121-6/+6
|
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-141-2/+2
| | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
* describe SIGINFO dump betterd2000-01-061-31/+60
|
* - remove all trailing whitespaceaaron1999-07-091-2/+2
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-071-2/+2
| | | | | | | Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
* document two new states (deadlock and spinblock)d1999-05-261-1/+5
|
* better, nicer, neater documentationd1999-03-221-80/+145
|
* link/mention recently added manual pagesd1998-11-201-0/+31
|
* experimental threaded libc - kernel onlyd1998-08-271-0/+91