summary refs log tree commit diff
path: root/src/libstd/sys/redox/thread.rs
AgeCommit message (Collapse)AuthorLines
2017-09-13Move default stack min size to thread implementationsTobias Schaffner-0/+2
The default min stack size value is smaller on l4re and therefore this value has to be different depending on the platform.
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 ↵Jeremy Soller-3/+7
locals. Better error messages for unsupported features
2016-10-28Remove unsafe libc layerJeremy Soller-16/+13
2016-10-27Add redox systemJeremy Soller-0/+94