HomeSort by relevance Sort by last modified time
    Searched refs:sig_atomic_t (Results 1 - 25 of 349) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
3-1-buildonly.c 2 Test the definition of sig_atomic_t.
7 sig_atomic_t dummy;
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
signal.h 16 /** The type sig_atomic_t is the (possibly volatile-qualified) integer type of
20 typedef INTN sig_atomic_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
signal.h 16 /** The type sig_atomic_t is the (possibly volatile-qualified) integer type of
20 typedef INTN sig_atomic_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
signal.h 17 /** The type sig_atomic_t is the type of an object that can be accessed as an
20 typedef INTN sig_atomic_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
signal.h 16 /** The type sig_atomic_t is the (possibly volatile-qualified) integer type of
20 typedef INTN sig_atomic_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
signal.h 16 /** The type sig_atomic_t is the (possibly volatile-qualified) integer type of
20 typedef INTN sig_atomic_t; typedef
  /system/update_engine/common/
terminator.h 53 static volatile sig_atomic_t exit_status_;
54 static volatile sig_atomic_t exit_blocked_;
55 static volatile sig_atomic_t exit_requested_;
terminator.cc 23 volatile sig_atomic_t Terminator::exit_status_ = 1; // default exit status
24 volatile sig_atomic_t Terminator::exit_blocked_ = 0;
25 volatile sig_atomic_t Terminator::exit_requested_ = 0;
  /prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
csignal 43 using ::sig_atomic_t;
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
csignal 43 using ::sig_atomic_t;
  /prebuilts/ndk/r10/sources/cxx-stl/system/include/
csignal 43 using ::sig_atomic_t;
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
csignal 43 using ::sig_atomic_t;
  /prebuilts/ndk/r11/sources/cxx-stl/system/include/
csignal 43 using ::sig_atomic_t;
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
csignal 43 using ::sig_atomic_t;
  /prebuilts/ndk/r13/sources/cxx-stl/system/include/
csignal 43 using ::sig_atomic_t;
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_csignal.h 36 using _STLP_VENDOR_CSTD::sig_atomic_t;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_csignal.h 36 using _STLP_VENDOR_CSTD::sig_atomic_t;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_csignal.h 36 using _STLP_VENDOR_CSTD::sig_atomic_t;
  /external/openssh/
dispatch.h 46 int ssh_dispatch_run(struct ssh *, int, volatile sig_atomic_t *, void *);
47 void ssh_dispatch_run_fatal(struct ssh *, int, volatile sig_atomic_t *, void *);
  /external/libedit/src/
sig.h 64 volatile sig_atomic_t sig_no;
  /toolchain/binutils/binutils-2.25/gold/
workqueue-internal.h 96 volatile sig_atomic_t check_thread_count_;
  /external/linux-kselftest/tools/testing/selftests/x86/
syscall_arg_fault.c 41 static volatile sig_atomic_t sig_traps;
44 static volatile sig_atomic_t n_errs;
  /bionic/libc/private/
thread_private.h 53 extern volatile sig_atomic_t _rs_forked;
  /bionic/libc/upstream-openbsd/android/include/
arc4random.h 53 volatile sig_atomic_t _rs_forked;
  /external/libcxx/test/std/depr/depr.c.headers/
signal_h.pass.cpp 53 sig_atomic_t sig; ((void)sig);

Completed in 1550 milliseconds

1 2 3 4 5 6 7 8 91011>>