HomeSort by relevance Sort by last modified time
    Searched refs:sig_t (Results 1 - 10 of 10) sorted by null

  /bionic/libc/include/bits/
signal_types.h 56 typedef __sighandler_t sig_t; /* BSD compatibility. */ typedef
  /external/ltp/testcases/kernel/syscalls/waitpid/
waitpid03.c 98 if ((sig_t) signal(SIGTERM, SIG_DFL) == SIG_ERR) {
  /external/mksh/src/
Build.sh     [all...]
histrap.c 1428 sig_t f;
    [all...]
sh.h 246 #undef sig_t macro
247 typedef void (*sig_t)(int); typedef
    [all...]
  /art/sigchainlib/
sigchain.cc 36 #define sighandler_t sig_t
  /external/dynamic_depth/internal/base/
port.h 1072 typedef void (*sig_t)(int); typedef
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2355 sig_t = CFUNCTYPE(None, c_int) variable
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2355 sig_t = CFUNCTYPE(None, c_int) variable
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2355 sig_t = CFUNCTYPE(None, c_int) variable
    [all...]

Completed in 609 milliseconds