summaryrefslogtreecommitdiffstats
path: root/src/libthread/tprimes.c
Commit message (Collapse)AuthorAgeFilesLines
* New thread libraryrsc2004-12-251-68/+0
|
* Continue switching library over to pthreads when possible.rsc2004-09-171-1/+0
| | | | | Tprimes works on Linux 2.6. You can only have 128 procs though.
* Rewrite to remove dependence on rendezvous and its bizarrersc2004-09-171-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.
* add -W to specify window size.rsc2004-04-291-1/+1
| | | | various other little fixes.
* Tweaks to make libthread tell Valgrind about its stack limits,rsc2004-04-211-3/+9
| | | | so that Valgrind can detect stack overflow for me.
* Initial revisionrsc2003-09-301-0/+62