HomeSort by relevance Sort by last modified time
    Searched refs:_Exit (Results 51 - 71 of 71) sorted by null

1 23

  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/win32/
support.h 49 #define _Exit _exit
  /bionic/libc/include/
stdlib.h 47 __noreturn void _Exit(int __status) __INTRODUCED_IN(21);
49 __noreturn void _Exit(int) __RENAME(_exit); variable
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/X64/
Cpu.S 83 je _Exit
88 _Exit:
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/
Cpu.S 95 je _Exit
100 _Exit:
  /bionic/tests/headers/posix/
stdlib_h.c 70 FUNCTION(_Exit, void (*f)(int));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 114 * (The only other extension made by C99 in thie header is _Exit().)
140 _Noreturn void _Exit(int);
  /external/libbrillo/brillo/
asynchronous_signal_handler_unittest.cc 124 _Exit(EXIT_SUCCESS);
  /external/libcxx/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 93 static_assert((std::is_same<decltype(_Exit(0)), void>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 93 static_assert((std::is_same<decltype(_Exit(0)), void>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
process.h 39 void __cdecl __MINGW_NOTHROW _exit(int _Code) __MINGW_ATTRIB_NORETURN;
43 void __cdecl _Exit(int) __MINGW_ATTRIB_NORETURN;
45 __CRT_INLINE __MINGW_ATTRIB_NORETURN void __cdecl _Exit(int status)
46 { _exit(status); }
stdlib.h 307 void __cdecl __MINGW_NOTHROW _exit(int _Code) __MINGW_ATTRIB_NORETURN;
311 void __cdecl _Exit(int) __MINGW_ATTRIB_NORETURN;
313 __CRT_INLINE __MINGW_ATTRIB_NORETURN void __cdecl _Exit(int status)
314 { _exit(status); }
  /external/libcxx/test/std/language.support/support.runtime/
cstdlib.pass.cpp 81 static_assert((std::is_same<decltype(std::_Exit(0)), void>::value), "");
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 221 _Exit(0); // Stop right now, don't perform any at-exit actions.
247 _Exit(Options.TimeoutExitCode); // Stop right now.
261 _Exit(Options.ErrorExitCode); // Stop right now.
637 _Exit(Options.ErrorExitCode); // not exit() to disable lsan further on.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/
cstdlib.pass.cpp 81 static_assert((std::is_same<decltype(std::_Exit(0)), void>::value), "");
  /device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
RsaVerify2.c 342 goto _Exit;
364 goto _Exit;
385 _Exit:
  /bionic/tests/
stdlib_test.cpp 542 TEST(unistd, _Exit) {
547 _Exit(99);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 133 Changes from this to the outside world should be done in `_exit'. */
560 extern void _Exit (int __status) __THROW __attribute__ ((__noreturn__));
    [all...]
  /system/core/adb/
shell_service.cpp 354 _Exit(1);
  /external/perf_data_converter/src/quipper/
perf_parser_test.cc 743 std::_Exit(-1);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]

Completed in 496 milliseconds

1 23