rust/src/libstd/rt
Ben Noordhuis 431edacbef Use __pthread_get_minstack() when available.
glibc >= 2.15 has a __pthread_get_minstack() function that returns
PTHREAD_STACK_MIN plus however many bytes are needed for thread-local
storage.  Use it when it's available because just PTHREAD_STACK_MIN is
not enough in applications that have big thread-local storage
requirements.

Fixes #6233.
2014-01-31 13:47:25 +01:00
..
args.rs Fixup the rest of the tests in the compiler 2014-01-07 23:51:38 -08:00
at_exit_imp.rs Implement native timers 2014-01-22 19:31:39 -08:00
crate_map.rs Removed all instances of XXX in preparation for relaxing of FIXME rule 2014-01-26 14:42:53 -05:00
env.rs Use mmap to map in task stacks and guard page 2014-01-24 22:30:00 -08:00
global_heap.rs add new vector representation as a library 2014-01-22 23:13:57 -05:00
local.rs Removing do keyword from libstd and librustc 2014-01-29 09:15:41 -05:00
local_heap.rs Removed all instances of XXX in preparation for relaxing of FIXME rule 2014-01-26 14:42:53 -05:00
local_ptr.rs Replace C types with Rust types in libstd, closes #7313 2014-01-22 19:20:47 +01:00
logging.rs Fixup the rest of the tests in the compiler 2014-01-07 23:51:38 -08:00
macros.rs Another round of test fixes from previous commits 2013-11-10 01:37:12 -08:00
mod.rs std: add begin_unwind_fmt that reduces codesize for formatted fail!(). 2014-01-27 23:58:03 +11:00
rtio.rs Removed all instances of XXX in preparation for relaxing of FIXME rule 2014-01-26 14:42:53 -05:00
task.rs Remove seldom-used std::reference functions. 2014-01-29 20:31:03 -05:00
thread.rs Use __pthread_get_minstack() when available. 2014-01-31 13:47:25 +01:00
thread_local_storage.rs Replace C types with Rust types in libstd, closes #7313 2014-01-22 19:20:47 +01:00
unwind.rs Fix the size of the _Unwind_Exception struct 2014-01-30 21:20:43 -08:00
util.rs Removed all instances of XXX in preparation for relaxing of FIXME rule 2014-01-26 14:42:53 -05:00