rust/src/libstd/rt
Kevin Ballard 70d2be0cec Revert "std::rt: Use a constant 4 threads for multithreaded sched tests"
This workaround was less than ideal. A better solution is to raise the
fd limit.

This reverts commit 49b72bdd77.
2013-08-02 21:18:32 -07:00
..
io replace range with an external iterator 2013-08-02 00:51:14 -04:00
uv replace range with an external iterator 2013-08-02 00:51:14 -04:00
args.rs replace range with an external iterator 2013-08-02 00:51:14 -04:00
borrowck.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
comm.rs Fix nasty double-free bug where a newrt chan could get killed after rescheduling but before suppressing_finalize. 2013-08-02 17:31:44 -04:00
context.rs A major refactoring that changes the way the runtime uses TLS. In the 2013-08-01 15:14:00 -07:00
env.rs
global_heap.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
kill.rs Don't fail from kill signals if already unwinding. 2013-08-02 17:31:45 -04:00
local_heap.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
local_ptr.rs
local.rs modified local to include an implementation for try_unsafe_borrow::<Task> so that the log methods will work 2013-08-01 15:38:48 -07:00
logging.rs std: move StrUtil::as_c_str into StrSlice 2013-07-23 16:56:22 -07:00
message_queue.rs Change concurrency primitives to standard naming conventions 2013-07-27 22:06:29 -07:00
metrics.rs
mod.rs fixed incorrect handling of returned scheduler option and restructed scheduler functions slightly 2013-08-01 15:18:29 -07:00
rc.rs
rtio.rs libstd: Implement some missing udp methods. 2013-07-25 22:21:46 -04:00
sched.rs Add an assert_may_sleep() check on every context switch. 2013-08-02 17:31:45 -04:00
select.rs replace range with an external iterator 2013-08-02 00:51:14 -04:00
sleeper_list.rs Change concurrency primitives to standard naming conventions 2013-07-27 22:06:29 -07:00
stack.rs implement pointer arithmetic with GEP 2013-07-30 02:50:31 -04:00
task.rs auto merge of #8195 : bblum/rust/task-cleanup, r=brson 2013-08-02 07:31:52 -07:00
test.rs Revert "std::rt: Use a constant 4 threads for multithreaded sched tests" 2013-08-02 21:18:32 -07:00
thread_local_storage.rs
thread.rs std::rt: Change Thread interface to require an explicit join 2013-07-30 14:23:44 -07:00
tube.rs replace range with an external iterator 2013-08-02 00:51:14 -04:00
util.rs std: Make os::set_exit_status work with newsched 2013-07-09 13:29:05 -07:00
work_queue.rs Change concurrency primitives to standard naming conventions 2013-07-27 22:06:29 -07:00