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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rt
/
sync
/
lock_and_signal.cpp
Age
Commit message (
Expand
)
Author
Lines
2012-12-10
Add license boilerplate to more files.
Graydon Hoare
-0
/
+10
2012-07-12
Comments only: TODOs to FIXME in the runtime
Tim Chevalier
-1
/
+2
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-1
/
+2
2012-04-03
Refactor includes structure, getting rid of rust_internal.h
Jon Morton
-3
/
+2
2012-04-01
Merge remote-tracking branch 'brson/mainthread'
Brian Anderson
-0
/
+59
2012-03-31
rt: Fix whitespace
Brian Anderson
-1
/
+2
2012-03-31
Revert "rt: Remove lock_held_by_current_thread"
Brian Anderson
-0
/
+59
2012-03-28
Tidy up multiple declarations and STDC_FOO_MACROS guards in headers.
Graydon Hoare
-1
/
+1
2012-03-18
rt: Remove lock_held_by_current_thread
Brian Anderson
-26
/
+0
2012-03-13
rt: Remove an incorrect assert in lock_and_signal
Brian Anderson
-1
/
+0
2012-02-19
rt: Add some lock_and_signal assertions
Chris Peterson
-0
/
+5
2012-02-19
rt: Initialize Windows CRITICAL_SECTION with non-zero spin count
Chris Peterson
-1
/
+12
2012-02-19
rt: Delete Windows CRITICAL_SECTION in dtor
Chris Peterson
-0
/
+1
2012-02-02
rt: Change the win32 event object to an auto-reset event
Brian Anderson
-1
/
+1
2012-02-02
rt: Remove lock_and_signal::signal_all
Brian Anderson
-16
/
+0
2012-02-02
rt: Remove lock_and_signal::timed_wait
Brian Anderson
-35
/
+2
2012-02-01
rt: Fix lock_held_by_current_thread
Brian Anderson
-7
/
+12
2012-02-01
rt: Remove unused variable from lock_and_signal
Brian Anderson
-3
/
+1
2011-08-03
timeout_in_ns was renamed to timeout_in_ms.
Erick Tryzelaar
-1
/
+1
2011-08-03
Sleep for a nonzero amount of time on Windows.
Eric Holk
-3
/
+3
2011-07-28
Updating to work on Windows.
Eric Holk
-1
/
+2
2011-07-28
Adding upcalls to to ref() and deref() tasks. This is the first step towards ...
Eric Holk
-1
/
+1
2011-07-28
Made task threads wait instead of sleep, so they can be woken up. This appear...
Eric Holk
-4
/
+30
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-1
/
+1
2011-06-27
A little tidying in rt.
Graydon Hoare
-1
/
+1
2011-06-27
Implementation mising features in lock_and_signal for Win32. Also lowered th...
Eric Holk
-4
/
+4
2011-06-27
Conservatively serialize nearly all upcalls. Successfuly ran make check with ...
Eric Holk
-1
/
+3
2011-06-27
Basic multithreading support. The infinite loops test successfully maxes out ...
Eric Holk
-0
/
+23
2011-06-13
This is the mega-ucontext commit. It replaces the task switching mechanism wi...
Eric Holk
-10
/
+10
2011-06-09
Remove executable bit from lock_and_signal.cpp.
Erick Tryzelaar
-0
/
+0
2010-09-10
Added lock_and_signal::signal_all(), and made the rust_kernel::join() use wai...
Michael Bebenita
-9
/
+24
2010-09-08
Tidy up the sync dir, remove dead or mis-designed code in favour of OS primit...
Graydon Hoare
-0
/
+97