aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/tprimes.c
AgeCommit message (Collapse)AuthorFilesLines
2004-12-25New thread libraryrsc1-68/+0
2004-09-17Continue switching library over to pthreads when possible.rsc1-1/+0
Tprimes works on Linux 2.6. You can only have 128 procs though.
2004-09-17Rewrite to remove dependence on rendezvous and its bizarrersc1-0/+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.
2004-04-29add -W to specify window size.rsc1-1/+1
various other little fixes.
2004-04-21Tweaks to make libthread tell Valgrind about its stack limits,rsc1-3/+9
so that Valgrind can detect stack overflow for me.
2003-09-30Initial revisionrsc1-0/+62