]> git.lizzy.rs Git - rust.git/commit
Move default stack min size to thread implementations
authorTobias Schaffner <tschaff@genua.de>
Sat, 9 Sep 2017 09:09:34 +0000 (11:09 +0200)
committerSebastian Humenda <shumenda@gmx.de>
Wed, 13 Sep 2017 08:56:41 +0000 (10:56 +0200)
commitb2b50635172254777d16d0fc6112e6d5b68b63f2
tree37e3b004a9dd7ab32ba846aab3ae738962e09259
parent5d1a9d7ae761cb7fd88b37bab0d55f59379462ef
Move default stack min size to thread implementations

The default min stack size value is smaller on l4re and therefore
this value has to be different depending on the platform.
src/libstd/sys/redox/thread.rs
src/libstd/sys/unix/l4re.rs
src/libstd/sys/unix/thread.rs
src/libstd/sys/windows/thread.rs
src/libstd/sys_common/thread.rs
src/libstd/sys_common/util.rs
src/libstd/thread/mod.rs