Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/libs/
Dmutex.rs68 if self.check_pid_in_wait_list(&inner, current_pcb().pid) == false { in lock()
136 fn check_pid_in_wait_list(&self, inner: &MutexInner, pid: pid_t) -> bool { in check_pid_in_wait_list() method