Searched refs:si_band (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | signal.h | 138 long si_band; member 159 #define si_band __si_fields.__sigpoll.si_band macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | signal.h | 138 long si_band; member 159 #define si_band __si_fields.__sigpoll.si_band macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | signal.h | 138 long si_band; member 159 #define si_band __si_fields.__sigpoll.si_band macro
|
/third_party/musl/porting/linux/user/include/ |
H A D | signal.h | 139 long si_band; member 160 #define si_band __si_fields.__sigpoll.si_band macro
|
/third_party/musl/include/ |
H A D | signal.h | 138 long si_band; member 159 #define si_band __si_fields.__sigpoll.si_band macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
H A D | 21-1-buildonly.c | 28 tband = t.si_band; in dummyfcn()
|
/third_party/python/Modules/ |
H A D | signalmodule.c | 1147 {"si_band", "band event for SIGPOLL"}, 1154 (si_signo, si_code, si_errno, si_pid, si_uid, si_status, si_band),\n\ 1187 PyStructSequence_SET_ITEM(result, 6, PyLong_FromLong(si->si_band));
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 340 pub si_band: c_long,
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 9782 long int si_band; [all...] |
Completed in 34 milliseconds