HomeSort by relevance Sort by last modified time
    Searched full:_exit (Results 1 - 25 of 440) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/syscalls/
_exit.S 5 .type _exit, #function
6 .globl _exit
10 _exit: label
  /bionic/libc/arch-x86/syscalls/
_exit.S 5 .type _exit, @function
6 .globl _exit
9 _exit: label
  /bionic/libc/arch-sh/syscalls/
_exit.S 5 .type _exit, @function
6 .globl _exit
9 _exit: label
  /external/chromium/base/
debug_util_mac.cc 14 // allocates or frees memory, we are in trouble if we do not _exit.
15 _exit(128 + sig);
process_util_posix.cc 96 _exit(1);
421 // you call _exit() instead of exit(). This is because _exit() does not
426 _exit(127);
441 _exit(127);
653 // you call _exit() instead of exit(). This is because _exit() does not
659 _exit(127);
667 _exit(127);
680 _exit(127)
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 120 // We call _exit() instead of exit(), as the former is a direct
124 _exit(1);
132 _exit(1);
214 // Returns the exit status of a process that calls _exit(2) with a
220 _exit(exit_code);
236 _exit(1);
282 EXPECT_DEATH(_exit(1), "");
294 EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3;
300 _exit(1);
326 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler"
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libutil-2.7.so 
libutil.so 
libutil.so.1 
  /external/openssl/crypto/des/
KERBEROS 33 _exit(1);
41 _exit(1);
  /external/gtest/test/
gtest-death-test_test.cc 119 // We call _exit() instead of exit(), as the former is a direct
123 _exit(1);
131 _exit(1);
213 // Returns the exit status of a process that calls _exit(2) with a
219 _exit(exit_code);
235 _exit(1);
281 EXPECT_DEATH(_exit(1), "");
293 EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3;
299 _exit(1);
325 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler"
    [all...]
  /bionic/libc/stdlib/
exit.c 55 * (including the stdio cleanup routine) and then _exit().
58 _exit(status);
  /system/extras/tests/cpueater/
daemonize.c 120 _exit(0);
122 _exit(1);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdlib 148 #undef _Exit
163 extern "C" void (_Exit)(int);
166 using ::_Exit;
204 using ::__gnu_cxx::_Exit;
  /bionic/libc/bionic/
ssp.c 63 * Does a best effort at logging and calls _exit to terminate
99 _exit(127);
  /bionic/libc/unistd/
daemon.c 61 _exit(0);
system.c 64 _exit(127);
abort.c 103 _exit(1);
127 _exit(1); /* suppress gcc noreturn warnings */
  /external/strace/strace/linux/x86_64/
gentab.pl 5 "exit" => "_exit",
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
eth_utils.c 216 _exit(1);
229 _exit(1);
248 _exit(1);
263 _exit(1);
281 _exit(1);
  /external/chromium/net/disk_cache/
stress_cache.cc 150 // Windows does more work on _exit() that we would like, so we use Kill.
153 // On POSIX, _exit() will terminate the process with minimal cleanup,
155 _exit(kExpectedCrash);
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.h 75 // a multi-threaded process, so people usually call _exit() instead in
79 // and on_exit()), this macro calls exit() instead of _exit() to
121 // Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*:
  /external/dnsmasq/contrib/lease-access/
lease.access.patch 28 _exit(0);
37 _exit(0);
46 _exit(0);
54 _exit(0);
63 _exit(0);
306 _exit(0);
324 _exit(0);
356 _exit(0);
515 _exit(0);
  /external/ppp/pppd/plugins/
passprompt.c 66 _exit(127);
  /external/wpa_supplicant_6/wpa_supplicant/examples/
wpas-test.py 28 os._exit(1)

Completed in 819 milliseconds

1 2 3 4 5 6 7 8 91011>>