Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTemplate.h221 bool Exited; variable
248 Exited(false), CombineWithOuterScope(CombineWithOuterScope), in SemaRef()
262 if (Exited) in Exit()
269 Exited = true; in Exit()
/external/libchrome/base/process/
Dprocess_posix.cc345 Exited(local_exit_code); in WaitForExitWithTimeout()
352 void Process::Exited(int exit_code) const {} in Exited() function in base::Process
Dprocess.h142 void Exited(int exit_code) const;
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_linux.go298 func (w WaitStatus) Exited() bool { return w&mask == exited } func
309 if !w.Exited() {
Dsyscall_bsd.go92 func (w WaitStatus) Exited() bool { return w&mask == exited } func
Dsyscall_solaris.go215 func (w WaitStatus) Exited() bool { return w&mask == exited } func