This website requires JavaScript.
Explore
Help
Sign In
quentinlegot
/
burritos
Watch
1
Star
0
Fork
0
You've already forked burritos
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3971fb0630
burritos
/
src
/
kernel
History
François Autin
3971fb0630
Merge branch 'thread_scheduler' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into thread_scheduler
2023-03-09 14:03:39 +01:00
..
elf.rs
dataTypes definition
2023-03-08 14:38:02 +01:00
mgerror.rs
Changed all reference to thread with an RefCell to enforce mutability
2023-03-09 14:00:42 +01:00
mod.rs
Added thread manager
2023-03-08 21:10:51 +01:00
process.rs
Added debug attributes to structs pertaining to thread in order to allow for applying assertions upon Thread
2023-03-09 13:24:04 +01:00
scheduler.rs
Changed all reference to thread with an RefCell to enforce mutability
2023-03-09 14:00:42 +01:00
synch.rs
Changed all reference to thread with an RefCell to enforce mutability
2023-03-09 14:00:42 +01:00
system.rs
Added debug attributes to structs pertaining to thread in order to allow for applying assertions upon Thread
2023-03-09 13:24:04 +01:00
thread_manager.rs
Changed all reference to thread with an RefCell to enforce mutability
2023-03-09 14:00:42 +01:00
thread.rs
Merge branch 'thread_scheduler' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into thread_scheduler
2023-03-09 14:03:39 +01:00
ucontext.rs
Changed all reference to thread with an RefCell to enforce mutability
2023-03-09 14:00:42 +01:00