forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
We need to implement the following files in library/std/src/sys/theseus:
-
alloc.rs -
args.rs
Need Rust binary support in Theseus. -
common.rs-
hashmap_random_keys
Addrandomcrate Theseus#582
-
-
env.rs -
fs.rs
AddvfsAPI andmemory_vfsimplementation Theseus#639 -
io.rs -
locks-
mutex.rs -
rwlock.rs -
condvar.rs
-
-
net.rs -
os.rs
Mostly implemented except for:-
current_exe -
join_paths- Theseus doesn't have the concept of aPATHenvironment variable
-
-
pipe.rs
Don't need to implement this. -
process.rs
Needs Theseus standard I/O redesign. -
stdio.rs -
thread.rs
Mostly implemented except for:-
Thread::sleep
We probably want to wait for Timer abstraction Theseus#569 before implementing sleep. -
available_parallelism -
guard
-
-
thread_local_dtor.rs -
thread_local_key.rs -
time.rs
Addtimecrate Theseus#615
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🏗 In progress