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
/
rust_scheduler.cpp
Age
Commit message (
Expand
)
Author
Lines
2011-08-20
Fix comment typos
Brian Anderson
-2
/
+2
2011-08-20
Rewrite reap_dead_tasks to never grab the sched lock before a task lock
Brian Anderson
-5
/
+46
2011-08-18
Remove rc_base. Closes #603.
Michael Sullivan
-0
/
+1
2011-08-17
Making more of the rust_task structure directly accessible from Rust.
Eric Holk
-4
/
+4
2011-08-10
rt: Shutdown gracefully on failure
Brian Anderson
-1
/
+15
2011-08-03
Sleep for a nonzero amount of time on Windows.
Eric Holk
-1
/
+1
2011-08-01
Replace a lock/unlock with scoped_lock in rust_scheduler::create_task
Brian Anderson
-3
/
+5
2011-07-29
Minimize scheduler locking on task creation
Brian Anderson
-0
/
+2
2011-07-29
Removing proxies and message queues.
Eric Holk
-31
/
+8
2011-07-28
Do all runtime calls to getenv at initialization
Brian Anderson
-1
/
+3
2011-07-28
Atomic reference counting for tasks.
Eric Holk
-14
/
+11
2011-07-28
Made task threads wait instead of sleep, so they can be woken up. This appear...
Eric Holk
-9
/
+7
2011-07-28
Per-thread scheduling. Closes #682.
Eric Holk
-23
/
+33
2011-07-28
Made root_task no longer special.
Eric Holk
-3
/
+0
2011-07-21
Lots of work on memory tracking and channels.
Eric Holk
-1
/
+2
2011-07-14
Move the responsibility for process failure from tasks to the scheduler
Brian Anderson
-0
/
+1
2011-07-13
Fix compile-command lines in rt.
Graydon Hoare
-1
/
+1
2011-07-13
Attempt to correct buggy win32 timer code (causing tinderbox failures).
Graydon Hoare
-2
/
+3
2011-07-06
Added a task wakeup callback. Closes #599.
Eric Holk
-1
/
+3
2011-06-29
Added inheritance for task pinning. Closes #598 for real.
Eric Holk
-0
/
+2
2011-06-29
Adding support for pinning tasks to the currently running thread. Closes #598.
Eric Holk
-10
/
+9
2011-06-28
Renamed what's left of rust_dom to rust_scheduler
Eric Holk
-0
/
+308
[prev]