scheduler done
This commit is contained in:
committed by
François Autin
parent
adce79aaa8
commit
e3e217c57f
@ -1,3 +1,8 @@
|
||||
use crate::kernel::thread::Thread;
|
||||
|
||||
|
||||
pub static g_current_thread: Box<Option<Thread>> = Box::new(Option::None);
|
||||
pub static g_thread_to_be_destroyed: Box<Option<Thread>> = Box::new(Option::None);
|
||||
|
||||
pub enum ObjectType {
|
||||
SEMAPHORE_TYPE,
|
||||
|
Reference in New Issue
Block a user