Home
last modified time | relevance | path

Searched defs:sig_t (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/
Dsignal.h204 typedef void (*sig_t)(int); typedef
/third_party/musl/porting/liteos_m/kernel/include/
Dsignal.h257 typedef void (*sig_t)(int); typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsignal.h257 typedef void (*sig_t)(int); typedef
/third_party/musl/porting/uniproton/kernel/include/
Dsignal.h257 typedef void (*sig_t)(int); typedef
/third_party/musl/porting/linux/user/include/
Dsignal.h280 typedef void (*sig_t)(int); typedef
/third_party/musl/include/
Dsignal.h279 typedef void (*sig_t)(int); typedef
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2355 sig_t = CFUNCTYPE(None, c_int) variable
/third_party/mksh/
Dsh.h254 typedef void (*sig_t)(int); typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp10049 typedef __sighandler_t sig_t; typedef