about summary refs log tree commit diff
path: root/src/rt/sync/timer.cpp
AgeCommit message (Collapse)AuthorLines
2011-07-13Remove 'Nop.' comments, add emacs lines, remove obsolete file.Graydon Hoare-1/+0
2011-07-13Attempt to correct buggy win32 timer code (causing tinderbox failures).Graydon Hoare-19/+24
2011-06-30Added a nanosecond timer to time.rs, support for some floating point casts, ↵Eric Holk-5/+10
and a commandline-driven mode for pfib.rs
2010-09-10Cleanup, refactoring, and some runtime tests.Michael Bebenita-0/+5
2010-08-16Putting out the burning tree on Windows. Turns out you can completely starve ↵Michael Bebenita-1/+1
threads by not yielding on windows/vmware, really weird.
2010-08-11Added support for task sleeping in the scheduler.Michael Bebenita-0/+61