about summary refs log tree commit diff
path: root/src/test/bench/task-perf-spawnalot.rs
AgeCommit message (Expand)AuthorLines
2011-08-20Rewrite reap_dead_tasks to never grab the sched lock before a task lockBrian Anderson-4/+0
2011-08-20Convert task-perf-spawnalot to spawn_joinable. XFAILBrian Anderson-1/+7
2011-08-20ReformatBrian Anderson-15/+7
2011-08-17Using move-mode for spawn thunks to avoid race conditions.Eric Holk-2/+3
2011-08-16Rename std::ivec to std::vecBrian Anderson-2/+2
2011-08-16Convert most main functions to the ivec signatureBrian Anderson-4/+3
2011-08-15Reducing the chances for race conditions in join.Eric Holk-1/+1
2011-08-15Converted over benchmarks.Eric Holk-2/+2
2011-08-12Convert uint::parse_buf to ivecsBrian Anderson-1/+1
2011-08-12Convert benchmarks to ivecsBrian Anderson-3/+3
2011-08-12Remove vec version of str::bytes, rename bytes_ivec to str::bytesBrian Anderson-1/+2
2011-07-29Add a task spawning benchmarkBrian Anderson-0/+29