HomeSort by relevance Sort by last modified time
    Searched defs:exited (Results 1 - 15 of 15) sorted by null

  /external/libcxx/test/std/thread/thread.condition/
PR30202_notify_from_pthread_created_thread.pass.cpp 35 bool exited = false; variable
45 exited = true;
57 assert(exited == false);
60 assert(exited);
64 exited = false;
69 assert(exited == false);
72 assert(exited);
  /external/strace/
wait.c 67 int exited = 0; local
88 exited = 1;
115 return exited;
  /prebuilts/go/darwin-x86/src/os/
exec_posix.go 63 // Pid returns the process id of the exited process.
68 func (p *ProcessState) exited() bool { func
69 return p.status.Exited()
91 case status.Exited():
exec_plan9.go 103 // Pid returns the process id of the exited process.
108 func (p *ProcessState) exited() bool { func
109 return p.status.Exited()
  /prebuilts/go/linux-x86/src/os/
exec_posix.go 63 // Pid returns the process id of the exited process.
68 func (p *ProcessState) exited() bool { func
69 return p.status.Exited()
91 case status.Exited():
exec_plan9.go 103 // Pid returns the process id of the exited process.
108 func (p *ProcessState) exited() bool { func
109 return p.status.Exited()
  /external/libchrome/base/process/
process_posix.cc 42 // has already exited, otherwise to loop for |wait|, sleeping for
63 // If the process hasn't exited yet, then sleep and try again.
320 bool exited = false; local
324 exited = true;
331 exited = true;
345 if (!exited)
  /prebuilts/go/darwin-x86/src/syscall/
syscall_bsd.go 74 // Wait status is 7 bits at bottom, either 0 (exited),
87 exited = 0
91 func (w WaitStatus) Exited() bool { return w&mask == exited }
94 if w&mask != exited {
85 exited = 0 const
syscall_solaris.go 202 // Wait status is 7 bits at bottom, either 0 (exited),
215 exited = 0
219 func (w WaitStatus) Exited() bool { return w&mask == exited }
222 if w&mask != exited {
213 exited = 0 const
syscall_linux.go 197 // Wait status is 7 bits at bottom, either 0 (exited),
209 exited = 0x00
214 func (w WaitStatus) Exited() bool { return w&mask == exited }
216 func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != exited }
225 if !w.Exited() {
208 exited = 0x00 const
  /prebuilts/go/linux-x86/src/syscall/
syscall_bsd.go 74 // Wait status is 7 bits at bottom, either 0 (exited),
87 exited = 0
91 func (w WaitStatus) Exited() bool { return w&mask == exited }
94 if w&mask != exited {
85 exited = 0 const
syscall_solaris.go 202 // Wait status is 7 bits at bottom, either 0 (exited),
215 exited = 0
219 func (w WaitStatus) Exited() bool { return w&mask == exited }
222 if w&mask != exited {
213 exited = 0 const
syscall_linux.go 197 // Wait status is 7 bits at bottom, either 0 (exited),
209 exited = 0x00
214 func (w WaitStatus) Exited() bool { return w&mask == exited }
216 func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != exited }
225 if !w.Exited() {
208 exited = 0x00 const
  /external/fio/
server.c 72 int exited; member in struct:fio_fork_item
654 ffi->exited = 0;
679 ffi->exited = 1;
685 ffi->exited = 1;
690 ffi->exited = 1;
697 dprint(FD_NET, "pid %u exited, sig=%u, exitval=%d\n", (int) ffi->pid, ffi->signal, ffi->exitval);
721 if (ffi->exited)
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 205 milliseconds