about summary refs log tree commit diff
path: root/src/rt/rust_timer.cpp
AgeCommit message (Collapse)AuthorLines
2010-07-22Back out too-platform-fussy bits in preempt-test work. I hate this test.Graydon Hoare-1/+0
2010-07-22Beat up on the preempt test a bit more, as it keeps hanging under valgrind.Graydon Hoare-4/+1
2010-07-20Fixed Windows build.Michael Bebenita-1/+1
2010-07-19Added a message passing system based on lock free queues for inter-thread ↵Michael Bebenita-20/+13
communication. Channels now buffer on the sending side, and no longer require blocking when sending. Lots of other refactoring and bug fixes.
2010-07-04Perform valgrind-specific timing tweaks in a platform-sensitive manner.Graydon Hoare-3/+4
2010-07-04Preempt works on non-windows, just needed a little valgrind love to complete ↵Graydon Hoare-2/+10
in a reasonable time.
2010-06-24Merge timer loop functions, fix win32 build broken by logger change.Graydon Hoare-23/+17
2010-06-23Populate tree.Graydon Hoare-0/+97