rust/src/librustrt
Alex Crichton 110168de2a native: Implement clone/close_accept for unix
This commits implements {Tcp,Unix}Acceptor::{clone,close_accept} methods for
unix. A windows implementation is coming in a later commit.

The clone implementation is based on atomic reference counting (as with all
other clones), and the close_accept implementation is based on selecting on a
self-pipe which signals that a close has been seen.
2014-08-24 17:08:14 -07:00
..
args.rs Remove stage0 attributes. 2014-08-23 02:11:07 -07:00
at_exit_imp.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00
bookkeeping.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00
c_str.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
exclusive.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
lib.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
libunwind.rs Remove stage0 attributes. 2014-08-23 02:11:07 -07:00
local.rs rustrt: Allow dropping a brand-new Task 2014-07-30 07:06:44 -07:00
local_data.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
local_heap.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
local_ptr.rs libsyntax: Remove the use foo = bar syntax from the language in favor 2014-08-18 09:19:10 -07:00
macros.rs std: Extract librustrt out of libstd 2014-06-06 22:19:41 -07:00
mutex.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00
rtio.rs native: Implement clone/close_accept for unix 2014-08-24 17:08:14 -07:00
stack.rs Remove stage0 attributes. 2014-08-23 02:11:07 -07:00
task.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
thread.rs Renamed record_stack_bounds for clarity. 2014-08-05 21:00:31 -07:00
thread_local_storage.rs Port Rust to DragonFlyBSD 2014-07-29 16:44:39 +02:00
unwind.rs Remove stage0 attributes. 2014-08-23 02:11:07 -07:00
util.rs ignore-lexer-test to broken files and remove some tray hyphens 2014-07-21 10:59:58 -07:00