Searched refs:exiting (Results 1 - 22 of 22) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Derr_disable4.stderr.exp4 WARNING: exiting thread has error reporting disabled.
7 WARNING: exiting thread has error reporting disabled.
10 WARNING: exiting thread has error reporting disabled.
13 WARNING: exiting thread has error reporting disabled.
16 WARNING: exiting thread has error reporting disabled.
19 WARNING: exiting thread has error reporting disabled.
22 WARNING: exiting thread has error reporting disabled.
25 WARNING: exiting thread has error reporting disabled.
28 WARNING: exiting thread has error reporting disabled.
31 WARNING: exiting threa
[all...]
H A Derr_disable2.stderr.exp15 --------- exiting (expect complaint) ---------
17 WARNING: exiting thread has error reporting disabled.
/external/strace/
H A Dblock.c137 if (exiting(tcp)) {
151 if (exiting(tcp)) {
165 if (exiting(tcp)) {
177 if (exiting(tcp)) {
188 if (exiting(tcp)) {
199 if (exiting(tcp)) {
222 if (exiting(tcp)) {
259 if (exiting(tcp)) {
H A Dscsi.c98 if (exiting(tcp)) {
H A Dprocess.c376 if (exiting(tcp))
398 if (exiting(tcp)) {
426 if (exiting(tcp)) {
441 if (exiting(tcp)) {
483 if (exiting(tcp) && !syserror(tcp)) {
518 if (exiting(tcp)) {
635 if (exiting(tcp)) {
688 if (exiting(tcp))
1063 if (exiting(tcp))
1078 if (exiting(tc
[all...]
H A Dtime.c217 if (exiting(tcp)) {
229 if (exiting(tcp)) {
239 if (exiting(tcp)) {
260 if (exiting(tcp)) {
654 if (exiting(tcp)) {
926 if (exiting(tcp)) {
943 if (exiting(tcp))
960 if (exiting(tcp)) {
H A Dmem.c607 if (exiting(tcp))
693 if (exiting(tcp)) {
867 if (exiting(tcp)) {
928 if (exiting(tcp)) {
H A Dresource.c395 if (exiting(tcp)) {
459 if (exiting(tcp)) {
H A Ddefs.h398 #define TCB_EXITING 00020 /* As far as we know, this process is exiting */
451 #define exiting(tcp) ((tcp)->flags & TCB_INSYSCALL) macro
H A Dipc.c437 if (exiting(tcp)) {
H A Dsignal.c1606 if (exiting(tcp)) {
1713 if (exiting(tcp)) {
1874 if (exiting(tcp)) {
2075 if (exiting(tcp)) {
H A Ddesc.c784 if (exiting(tcp)) {
H A Dfile.c2675 if (exiting(tcp)) {
2690 if (exiting(tcp)) {
2764 if (exiting(tcp)) {
H A Dstream.c1171 if (exiting(tcp)) {
H A Dnet.c1834 if (exiting(tcp)) {
H A Dsyscall.c2735 return exiting(tcp) ?
/external/chromium/chrome/browser/ui/cocoa/download/
H A Ddownload_shelf_controller.h100 - (void)exiting;
/external/ping/
H A Dping_common.h92 extern volatile int exiting;
H A Dping.c97 volatile int exiting; variable
298 exiting = 1;
357 if (exiting || (npackets && ntransmitted >= npackets && !deadline))
589 if (exiting)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.identity_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLoggerTest.java1191 * Test exiting(String, String) with normal values.
1195 this.sharedLogger.exiting("sourceClass", "sourceMethod");
1210 this.sharedLogger.exiting("sourceClass", "sourceMethod");
1215 * Test exiting(String, String) with null values.
1224 child.exiting(null, null);
1239 * Test exiting(String, String, Object) with normal values.
1244 this.sharedLogger.exiting("sourceClass", "sourceMethod", param);
1260 this.sharedLogger.exiting("sourceClass", "sourceMethod", param);
1265 * Test exiting(String, String, Object) with null values.
1274 child.exiting(nul
[all...]
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc902 bool exiting = false;
913 exiting = true;
930 Details<bool>(&exiting));

Completed in 243 milliseconds