forked from Rativel/BurritOS
Add thread structure
This commit is contained in:
@@ -1 +1,2 @@
|
||||
pub mod list;
|
||||
pub mod list;
|
||||
pub mod system;
|
||||
9
src/utility/system.rs
Normal file
9
src/utility/system.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
pub enum ObjectType {
|
||||
SEMAPHORE_TYPE,
|
||||
LOCK_TYPE,
|
||||
CONDITION_TYPE,
|
||||
FILE_TYPE,
|
||||
THREAD_TYPE,
|
||||
INVALID_TYPE
|
||||
}
|
||||
Reference in New Issue
Block a user