This website requires JavaScript.
Explore
Help
Sign In
Rativel
/
BurritOS
Watch
1
Star
1
Fork
0
You've already forked BurritOS
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
BurritOS
/
src
/
kernel
History
Rémi Rativel
32c1237c26
Tests lock
...
Signed-off-by: Rémi Rativel <remi.rativel@etudiant.univ-rennes1.fr>
2023-04-19 15:52:31 +02:00
..
exception.rs
implemented sc_lock_release
2023-04-13 14:45:57 +02:00
mgerror.rs
Updated docs
2023-03-22 16:03:36 +01:00
mod.rs
Synch now public mod
2023-04-12 13:16:04 +02:00
process.rs
Added debug attributes to structs pertaining to thread in order to allow for applying assertions upon Thread
2023-03-10 19:11:15 +01:00
synch.rs
implemented lock_release in thread_manager.rs, for this, I derived the clone function for lock in synch.rs and list in list.rs
2023-04-18 12:13:56 +02:00
system.rs
Add debug field to thread_manager and tried to fix sc_join (not worked :-( )
2023-04-13 02:05:21 +02:00
thread_manager.rs
Tests lock
2023-04-19 15:52:31 +02:00
thread.rs
lint: remove some warning
2023-04-12 15:32:46 +02:00