index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rt
/
sync
/
sync.cpp
Age
Commit message (
Collapse
)
Author
Lines
2012-02-09
rt: Remove sync::yield and sync::sleep
Brian Anderson
-20
/
+0
2012-02-09
rt: Move rust_thread to its own files
Brian Anderson
-41
/
+0
2012-02-08
rt: Remove is_running flag from rust_thread. Unused
Brian Anderson
-8
/
+1
2011-07-13
Remove 'Nop.' comments, add emacs lines, remove obsolete file.
Graydon Hoare
-1
/
+0
2011-07-06
Removed what seems to be the last of the calls to rand(). Closes #582.
Eric Holk
-4
/
+0
2010-09-10
Cleanup, refactoring, and some runtime tests.
Michael Bebenita
-0
/
+12
2010-09-08
Tidy up the sync dir, remove dead or mis-designed code in favour of OS ↵
Graydon Hoare
-4
/
+5
primitives, switch rust_kernel to use a lock/signal pair and wait rather than spin.
2010-09-07
Fixed race in the rust kernel.
Michael Bebenita
-2
/
+7
2010-09-07
Added a thread utility class to factor out operations on threads.
Michael Bebenita
-0
/
+43
2010-08-16
Putting 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-09
Added class to abstract away platform specific thread primitives.
Michael Bebenita
-0
/
+12