aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/rendez.c
AgeCommit message (Collapse)AuthorFilesLines
2004-09-23Continue fighting pthreads.rsc1-38/+0
Clean up thread library a bit too.
2004-09-17Rewrite to remove dependence on rendezvous and its bizarrersc1-85/+19
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.
2003-11-24Changes for Mac OS X. Most important is stack sizes in samterm,rsc1-2/+2
which were completely bogus. (Libthread used to ignore them but not anymore. Maybe we really should ignore them, but that breaks Venti, which needs *really* big stacks.)
2003-09-30Initial revisionrsc1-0/+104