Searched defs:dying (Results 1 - 2 of 2) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dsession.c114 static int dying = 0; variable
181 if (dying)
279 /* XXX should we listen on admin socket when dying ?
462 dying = 1;
/external/valgrind/main/coregrind/
H A Dvgdb-invoker-ptrace.c99 process is dying. */
100 static Bool dying = False; variable
1088 DEBUG(1, "invoker_cleanup_restore_and_detach dying: %d\n", dying);
1089 if (!dying)
1099 /* Avoid messing up with registers of valgrind when it is dying. */
1101 dying = True;

Completed in 69 milliseconds