rust/src/libstd/sys/hermit
Stefan Lankes 969b741446 protect creation of destructors by a mutex
add on HermizCore an additional lock to protect static data
2019-11-13 00:21:05 +01:00
..
alloc.rs move interface to the unikernel in the crate hermit-abi 2019-10-20 10:46:18 +02:00
args.rs redesign of the interface to the unikernel HermitCore 2019-10-06 15:26:14 +00:00
cmath.rs redesign of the interface to the unikernel HermitCore 2019-10-06 15:26:14 +00:00
condvar.rs move interface to the unikernel in the crate hermit-abi 2019-10-20 10:46:18 +02:00
env.rs redesign of the interface to the unikernel HermitCore 2019-10-06 15:26:14 +00:00
fast_thread_local.rs redesign of the interface to the unikernel HermitCore 2019-10-06 15:26:14 +00:00
fd.rs move interface to the unikernel in the crate hermit-abi 2019-10-20 10:46:18 +02:00
fs.rs move interface to the unikernel in the crate hermit-abi 2019-10-20 10:46:18 +02:00
io.rs redesign of the interface to the unikernel HermitCore 2019-10-06 15:26:14 +00:00
memchr.rs redesign of the interface to the unikernel HermitCore 2019-10-06 15:26:14 +00:00
mod.rs move interface to the unikernel in the crate hermit-abi 2019-10-20 10:46:18 +02:00
mutex.rs move interface to the unikernel in the crate hermit-abi 2019-10-20 10:46:18 +02:00
net.rs redesign of the interface to the unikernel HermitCore 2019-10-06 15:26:14 +00:00
os.rs move interface to the unikernel in the crate hermit-abi 2019-10-20 10:46:18 +02:00
path.rs redesign of the interface to the unikernel HermitCore 2019-10-06 15:26:14 +00:00
pipe.rs redesign of the interface to the unikernel HermitCore 2019-10-06 15:26:14 +00:00
process.rs redesign of the interface to the unikernel HermitCore 2019-10-06 15:26:14 +00:00
rwlock.rs redesign of the interface to the unikernel HermitCore 2019-10-06 15:26:14 +00:00
stack_overflow.rs redesign of the interface to the unikernel HermitCore 2019-10-06 15:26:14 +00:00
stdio.rs move interface to the unikernel in the crate hermit-abi 2019-10-20 10:46:18 +02:00
thread.rs move interface to the unikernel in the crate hermit-abi 2019-10-20 10:46:18 +02:00
thread_local.rs protect creation of destructors by a mutex 2019-11-13 00:21:05 +01:00
time.rs move interface to the unikernel in the crate hermit-abi 2019-10-20 10:46:18 +02:00