HomeSort by relevance Sort by last modified time
    Searched refs:_exit (Results 26 - 50 of 595) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/syscalls/vfork/
vfork01.c 140 _exit(1);
147 _exit(1);
171 _exit(1);
183 _exit(1);
194 _exit(1);
204 _exit(1);
215 _exit(1);
230 _exit(1);
248 _exit(1);
259 _exit(0)
    [all...]
vfork02.c 122 _exit(1);
129 _exit(1);
136 _exit(0);
  /external/bison/lib/
spawni.c 187 _exit (SPAWN_ERROR);
205 _exit (SPAWN_ERROR);
215 _exit (SPAWN_ERROR);
222 _exit (SPAWN_ERROR);
229 _exit (SPAWN_ERROR);
235 _exit (SPAWN_ERROR);
251 _exit (SPAWN_ERROR);
263 _exit (SPAWN_ERROR);
271 _exit (SPAWN_ERROR);
275 _exit (SPAWN_ERROR)
    [all...]
  /external/compiler-rt/test/asan/TestCases/Linux/
swapcontext_annotation.cc 33 _exit(1);
42 _exit(1);
58 _exit(1);
80 _exit(1);
92 _exit(1);
113 _exit(1);
145 _exit(1);
154 _exit(1);
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-signal-msr-resv.c 29 _exit(0);
30 _exit(1);
  /external/strace/tests/
fork-f.c 67 _exit(2);
71 _exit(2);
  /external/strace/tests-m32/
fork-f.c 67 _exit(2);
71 _exit(2);
  /external/strace/tests-mx32/
fork-f.c 67 _exit(2);
71 _exit(2);
  /bionic/libc/upstream-openbsd/lib/libc/gen/
daemon.c 47 _exit(0);
  /external/clang/utils/
CaptureCmd 61 os._exit(1)
66 os._exit(1)
67 os._exit(res)
70 os._exit(1)
  /external/openssh/openbsd-compat/
daemon.c 62 _exit(0);
  /device/google/dragon/crash_collector/
crash_dispatcher.cc 68 _exit(1);
72 _exit(1);
76 _exit(1);
  /external/webrtc/webrtc/base/
posix.cc 72 // It is important that everything here use _exit() and not exit(), because
77 _exit(exit_code); // if second fork failed
85 _exit(255); // if execvp failed
91 _exit(exit_code);
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_group_add.py 33 os._exit(0)
38 os._exit(0)
107 os._exit(0)
132 os._exit(0)
146 os._exit(0)
193 os._exit(0)
222 os._exit(0)
  /external/compiler-rt/test/msan/
sigwait.cc 17 _exit(0);
sigwaitinfo.cc 17 _exit(0);
  /external/google-breakpad/src/common/mac/
launch_reporter.cc 58 _exit(1);
  /external/jemalloc/test/unit/
fork.c 29 _exit(0);
  /external/linux-kselftest/tools/testing/selftests/breakpoints/
step_after_suspend_test.c 41 _exit(1);
46 _exit(1);
51 _exit(1);
54 _exit(0);
  /external/ltp/testcases/kernel/security/tomoyo/
newns.c 39 _exit(1);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/
1-1.c 32 _exit(PTS_PASS);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/killpg/
1-1.c 33 _exit(PTS_PASS);
  /external/syslinux/com32/include/
unistd.h 13 __extern __noreturn _exit(int);
  /external/syslinux/com32/lib/
onexit.c 19 _exit(rv);
  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc 115 // We call _exit() instead of exit(), as the former is a direct
120 // Some compilers can recognize that _exit() never returns and issue the
124 _exit(1);
228 // Returns the exit status of a process that calls _exit(2) with a
234 _exit(exit_code);
250 _exit(1);
296 EXPECT_DEATH(_exit(1), "");
308 EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3;
314 _exit(1);
340 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler"
    [all...]

Completed in 814 milliseconds

12 3 4 5 6 7 8 91011>>