HomeSort by relevance Sort by last modified time
    Searched refs:dying (Results 1 - 23 of 23) sorted by null

  /external/valgrind/none/tests/scripts/
shell.stderr.exp 4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
  /external/ipsec-tools/src/racoon/
session.c 114 static int dying = 0; variable
181 if (dying)
279 /* XXX should we listen on admin socket when dying ?
462 dying = 1;
  /prebuilts/go/darwin-x86/src/cmd/dist/
util.go 136 dieOnce sync.Once // guards close of dying var
137 dying = make(chan struct{})
151 case <-dying:
154 // Dying takes precedence over doing more work.
156 case <-dying:
186 case <-dying:
357 dieOnce.Do(func() { close(dying) })
  /prebuilts/go/linux-x86/src/cmd/dist/
util.go 136 dieOnce sync.Once // guards close of dying var
137 dying = make(chan struct{})
151 case <-dying:
154 // Dying takes precedence over doing more work.
156 case <-dying:
186 case <-dying:
357 dieOnce.Do(func() { close(dying) })
  /external/valgrind/coregrind/
vgdb-invoker-ptrace.c 94 process is dying. */
95 static Bool dying = False; variable
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
panic.go 637 switch _g_.m.dying {
639 _g_.m.dying = 1
651 _g_.m.dying = 2
659 _g_.m.dying = 3
734 if _m_.locks-_m_.softfloat != 0 || _m_.mallocing != 0 || _m_.throwing != 0 || _m_.preemptoff != "" || _m_.dying != 0 {
mbarrier.go 179 if mp.inwb || mp.dying > 0 {
runtime2.go 424 dying int32
proc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
panic.go 637 switch _g_.m.dying {
639 _g_.m.dying = 1
651 _g_.m.dying = 2
659 _g_.m.dying = 3
734 if _m_.locks-_m_.softfloat != 0 || _m_.mallocing != 0 || _m_.throwing != 0 || _m_.preemptoff != "" || _m_.dying != 0 {
mbarrier.go 179 if mp.inwb || mp.dying > 0 {
runtime2.go 424 dying int32
proc.go     [all...]
  /external/libnl/lib/netfilter/
ct_obj.c 260 PRINT_FLAG("DYING");
517 __ADD(IPS_DYING, dying)
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof.go 296 // when dying due to an unrecovered panic.
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof.go 296 // when dying due to an unrecovered panic.
  /prebuilts/go/darwin-x86/src/testing/
testing.go 614 // If the test panicked, print any test output before dying.
    [all...]
  /prebuilts/go/linux-x86/src/testing/
testing.go 614 // If the test panicked, print any test output before dying.
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.3alpha-8.jar 
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
regalloc.go     [all...]
  /prebuilts/go/darwin-x86/src/net/http/
transport.go 761 // possible, between the connecting dying and
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
regalloc.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport.go 761 // possible, between the connecting dying and
    [all...]

Completed in 1288 milliseconds