]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #73269 - mzohreva:mz/sgx-wait-timeout, r=jethrogb
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 17 Jul 2020 00:08:56 +0000 (17:08 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Jul 2020 00:08:56 +0000 (17:08 -0700)
commit41d956bf632fbc658f21a4195344fe79b685cde9
tree24b2fbdfb120b84814d6b1bd996e6dba940fd15e
parentec93d566b3ef29d5b97acca520558b5b05104f20
parent85c25aed510ce599504b172f7c7bef280e91637b
Rollup merge of #73269 - mzohreva:mz/sgx-wait-timeout, r=jethrogb

Enable some timeouts in SGX platform

This would partially resolve https://github.com/fortanix/rust-sgx/issues/31

cc @jethrogb and @Goirad
src/libstd/sync/condvar.rs
src/libstd/sync/mpsc/mod.rs
src/libstd/sys/sgx/mod.rs
src/libstd/thread/mod.rs