Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dmod.rs654 thread: RwLock<ThreadInfo>,
750 thread: RwLock::new(ThreadInfo::new()), in do_create_pcb()
1074 pub struct ThreadInfo { struct
1084 impl ThreadInfo { argument