Searched refs:check_pid_in_wait_list (Results 1 – 1 of 1) sorted by relevance
68 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