aboutsummaryrefslogtreecommitdiff
path: root/include/thread.h
Commit message (Expand)AuthorAgeFilesLines
* libthread: add threadmaybackgroundRuss Cox2020-12-301-2/+5
* libthread: add threadspawndRuss Cox2012-10-221-0/+1
* 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
* 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
* 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 wit...rsc2003-12-111-2/+2
* various tweaks.rsc2003-12-061-0/+1
* Add the #goo to allow use in C++.rsc2003-11-251-2/+8
* Initial revisionrsc2003-09-301-0/+132