rust/src/rt/sync
Brian Anderson 1ea184285e rt: Change the win32 event object to an auto-reset event
The way I read the docs, having this be a manual reset event means
that after the first time it's signalled it stays that way until reset,
and we never, ever reset it.
2012-02-02 18:30:06 -08:00
..
lock_and_signal.cpp rt: Change the win32 event object to an auto-reset event 2012-02-02 18:30:06 -08:00
lock_and_signal.h rt: Remove lock_and_signal::signal_all 2012-02-02 18:29:03 -08:00
lock_free_queue.cpp Made the lock_free_queue lock (temporarily, until fixed). 2010-08-17 23:49:57 -07:00
lock_free_queue.h Remove 'Nop.' comments, add emacs lines, remove obsolete file. 2011-07-13 14:03:18 -07:00
sync.cpp Remove 'Nop.' comments, add emacs lines, remove obsolete file. 2011-07-13 14:03:18 -07:00
sync.h Per-thread scheduling. Closes #682. 2011-07-28 10:47:28 -07:00
timer.cpp Remove 'Nop.' comments, add emacs lines, remove obsolete file. 2011-07-13 14:03:18 -07:00
timer.h Attempt to correct buggy win32 timer code (causing tinderbox failures). 2011-07-13 12:25:36 -07:00