Home
last modified time | relevance | path

Searched refs:ThreadInfo (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/process/
H A Dmod.rs647 thread: RwLock<ThreadInfo>,
736 thread: RwLock::new(ThreadInfo::new()), in do_create_pcb()
1038 pub struct ThreadInfo { struct
1048 impl ThreadInfo { implementation