Searched refs:sig_t (Results 1 - 13 of 13) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/waitpid/ |
H A D | waitpid03.c | 98 if ((sig_t) signal(SIGTERM, SIG_DFL) == SIG_ERR) { in main()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | clock_test.cc | 58 sig_t old_alarm = SIG_DFL; in SleepForBounded()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | signal.h | 204 typedef void (*sig_t)(int); typedef
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | signal.h | 257 typedef void (*sig_t)(int); typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | signal.h | 257 typedef void (*sig_t)(int); typedef
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | signal.h | 257 typedef void (*sig_t)(int); typedef
|
/third_party/musl/porting/linux/user/include/ |
H A D | signal.h | 280 typedef void (*sig_t)(int); typedef
|
/third_party/musl/include/ |
H A D | signal.h | 279 typedef void (*sig_t)(int); typedef
|
/third_party/mksh/ |
H A D | Build.sh | 1920 ac_testn sig_t <<-'EOF' 1924 volatile sig_t foo = (sig_t)0; 1925 int main(void) { return (foo == (sig_t)0); } 1928 ac_testn sighandler_t '!' sig_t 0 <<-'EOF' 1940 ac_testn __sighandler_t '!' sig_t 0 <<-'EOF'
|
H A D | histrap.c | 1431 sig_t f; in settrap() 1497 setsig(Trap *p, sig_t f, int flags) in setsig() 1535 p->shtrap = (sig_t)NULL; in setsig()
|
H A D | sh.h | 253 #undef sig_t macro 254 typedef void (*sig_t)(int); typedef 1344 sig_t cursig; /* current handler (valid if TF_ORIG_* set) */ 1345 sig_t shtrap; /* shell signal handler */ 2539 int setsig(Trap *, sig_t, int);
|
/third_party/python/Lib/lib2to3/tests/data/ |
H A D | infinite_recursion.py | 2355 sig_t = CFUNCTYPE(None, c_int) variable 2603 'Netscape_spki_st', 'P_PID', 'sigaction', 'sig_t',
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 10049 typedef __sighandler_t sig_t; [all...] |
Completed in 42 milliseconds