]> git.lizzy.rs Git - rust.git/commit
SGX target: add thread local storage
authorJethro Beekman <jethro@fortanix.com>
Tue, 28 Aug 2018 04:40:08 +0000 (21:40 -0700)
committerJethro Beekman <jethro@fortanix.com>
Fri, 7 Dec 2018 05:56:50 +0000 (11:26 +0530)
commit39f9751716986b498bfb2b14b481751a4256957f
tree84c05dc06dec23daa5cbdd9d68535c0fe8892fcd
parent4a3505682e97c8e667338056ae216e4b84b22dd7
SGX target: add thread local storage
src/libstd/sys/sgx/abi/mod.rs
src/libstd/sys/sgx/abi/thread.rs [new file with mode: 0644]
src/libstd/sys/sgx/abi/tls.rs [new file with mode: 0644]
src/libstd/sys/sgx/thread_local.rs