summaryrefslogtreecommitdiffstats
path: root/man/man3/thread.3
Commit message (Collapse)AuthorAgeFilesLines
* libthread: make pthreadperthread the defaultRuss Cox2020-12-301-20/+14
|
* libthread: add threadmaybackgroundRuss Cox2020-12-301-12/+22
| | | | | | | | Programs that want to background themselves now need to define threadmaybackground returning 1. This avoids a confusing (to people and debuggers) extra parent process for all the threaded programs that will never want to background themselves.
* tmac: rename IM (italic manual) to MR (manual reference)Russ Cox2020-08-151-14/+14
| | | | Suggested by G. Brandon Robinson.
* tmac: introduce real manual reference macro instead of overloading IRRuss Cox2020-08-131-14/+14
| | | | | | | | | | | The overloading of IR emits magic \X'...' sequences that turn into HTML manual links. But not all such IR invocations should be manual links; those had to be written to avoid the IR macro before. Worse, the \X'...' ending the IR causes troff to emit only a single space after a period. Defining a new IM macro for manual references fixes both problems. Fixes #441.
* libthread: run first thread in proc on system stackRuss Cox2020-01-121-0/+8
| | | | | | | For pthread systems that are fussy about which stack is used, this makes sure that threadmain runs on a system stack. If you only use proccreate (never threadcreate), all threads run on system stacks.
* libthread: add threadspawndRuss Cox2012-10-221-0/+11
| | | | | R=rsc http://codereview.appspot.com/6742064
* libthread: remove unimplemented chaninitRuss Cox2009-04-301-7/+2
|
* libthread: document some unimplemented functionsgrai2008-07-221-0/+5
|
* pinrsc2006-06-261-0/+18
|
* nptl brokennessrsc2005-03-181-0/+9
|
* updatersc2005-01-181-4/+10
|
* Many small edits.rsc2005-01-131-27/+4
|
* use macro for /usr/local/plan9rsc2005-01-111-5/+5
|
* Some man pages.rsc2005-01-031-62/+177
|
* Mostly path name updatesrsc2004-04-191-5/+13
|
* Rewrite page(2) references to page(3).rsc2004-04-111-13/+13
| | | | Add description of new libmach.
* Lots of man pages.rsc2004-04-101-1/+1
|
* Initial revisionrsc2003-09-301-0/+576