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

  /bionic/libc/include/bits/
signal_types.h 56 typedef __sighandler_t sig_t; /* BSD compatibility. */ typedef
  /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...]
  /external/mksh/src/
sh.h 246 #undef sig_t macro
247 typedef void (*sig_t)(int); typedef
    [all...]

Completed in 691 milliseconds