aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust_timer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added a message passing system based on lock free queues for inter-thread ↵Michael Bebenita2010-07-191-20/+13
| | | | communication. Channels now buffer on the sending side, and no longer require blocking when sending. Lots of other refactoring and bug fixes.
* Perform valgrind-specific timing tweaks in a platform-sensitive manner.Graydon Hoare2010-07-041-3/+4
|
* Preempt works on non-windows, just needed a little valgrind love to complete ↵Graydon Hoare2010-07-041-2/+10
| | | | in a reasonable time.
* Merge timer loop functions, fix win32 build broken by logger change.Graydon Hoare2010-06-241-23/+17
|
* Populate tree.Graydon Hoare2010-06-231-0/+97