aboutsummaryrefslogtreecommitdiff
path: root/include/thread.h
Commit message (Collapse)AuthorAgeFilesLines
* libthread: add threadmaybackgroundRuss Cox2020-12-301-2/+5
| | | | | | | | 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.
* libthread: add threadspawndRuss Cox2012-10-221-0/+1
| | | | | R=rsc http://codereview.appspot.com/6742064
* libthread: remove unimplemented chaninitRuss Cox2009-04-301-1/+0
|
* libthread: simplify alt tracking, possibly fixing bugRuss Cox2007-08-221-1/+0
|
* pinrsc2006-06-261-0/+2
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-1/+1
|
* add procwaitrsc2006-02-121-0/+5
|
* add threadidlersc2006-02-071-0/+1
|
* add threadidrsc2006-02-051-0/+1
|
* add threaddata; correct Alt orderrsc2005-03-181-1/+2
|
* add threadgetnamersc2005-02-111-0/+1
|
* fix typorsc2005-02-081-1/+1
|
* add threadspawnlrsc2005-01-181-0/+1
|
* do not call exits in threaded programsrsc2005-01-171-0/+8
|
* Many small edits.rsc2005-01-131-5/+0
|
* add threadnotifyrsc2005-01-041-0/+5
|
* autolibrsc2005-01-041-1/+4
|
* add threadlinklibraryrsc2004-12-281-0/+5
|
* add threaddaemonize(), more bug fixesrsc2004-12-281-0/+5
|
* yield now returns the number of switches donersc2004-12-271-1/+1
|
* add chansetname prototypersc2004-12-271-0/+1
|
* various changes from plan 9rsc2004-12-271-0/+2
|
* new thread libraryrsc2004-12-251-125/+125
|
* Rewrite to remove dependence on rendezvous and its bizarrersc2004-09-171-1/+1
| | | | | | | data structures. Makes it easier to use pthreads too. Still need to add code for non-pthreads systems. Just a checkpoint to switch work to another machine.
* add network routinesrsc2004-06-091-0/+4
|
* Fix small bugs.rsc2004-05-111-1/+1
|
* add -W to specify window size.rsc2004-04-291-1/+1
| | | | various other little fixes.
* little thingsrsc2004-04-231-0/+1
|
* Move utf, fmt. Small header file changes.rsc2004-02-291-2/+12
|
* add Lock to struct Ref.rsc2003-12-171-0/+1
|
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-111-2/+2
| | | | with them.
* various tweaks.rsc2003-12-061-0/+1
|
* Add the #goo to allow use in C++.rsc2003-11-251-2/+8
| | | | | | Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
* Initial revisionrsc2003-09-301-0/+132