HomeSort by relevance Sort by last modified time
    Searched defs:sig_atomic_t (Results 1 - 15 of 15) sorted by null

  /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
  /bionic/libc/include/bits/
signal_types.h 54 typedef int sig_atomic_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
signal.h 41 typedef __sig_atomic_t sig_atomic_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
signal.h 18 typedef int sig_atomic_t; typedef
  /external/curl/lib/
curl_setup_once.h 373 * Typedef to 'int' if sig_atomic_t is not an available 'typedefed' type.
377 typedef int sig_atomic_t; typedef
383 * Convenience SIG_ATOMIC_T definition
387 #define SIG_ATOMIC_T static sig_atomic_t
389 #define SIG_ATOMIC_T static volatile sig_atomic_t
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 53 sig_atomic_t = c_int variable
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 53 sig_atomic_t = c_int variable
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 53 sig_atomic_t = c_int variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 53 sig_atomic_t = c_int variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 53 sig_atomic_t = c_int variable
    [all...]
  /external/mksh/src/
sh.h 251 typedef MKSH_TYPEDEF_SIG_ATOMIC_T sig_atomic_t; typedef
    [all...]

Completed in 596 milliseconds