summary refs log tree commit diff
path: root/src/libstd/sys/redox/thread.rs
AgeCommit message (Expand)AuthorLines
2018-04-12Import the `alloc` crate as `alloc_crate` in stdSimon Sapin-1/+1
2018-03-24Fix build on non-Unix platformsTatsuyuki Ishi-0/+1
2018-01-31Use a range to identify SIGSEGV in stack guardsJosh Stone-2/+3
2017-09-13Move default stack min size to thread implementationsTobias Schaffner-0/+2
2016-11-28Commit to fix make tidyJeremy Soller-1/+1
2016-11-28Switch to using syscall crate directly - without importJeremy Soller-14/+12
2016-10-30Implement threadJeremy Soller-14/+12
2016-10-29Implement env, reentrant mutex, and partially implement scoped thread locals....Jeremy Soller-3/+7
2016-10-28Remove unsafe libc layerJeremy Soller-16/+13
2016-10-27Add redox systemJeremy Soller-0/+94