Home
last modified time | relevance | path

Searched refs:si_band (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/include/
Dsignal.h136 long si_band; member
157 #define si_band __si_fields.__sigpoll.si_band macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsignal.h136 long si_band; member
157 #define si_band __si_fields.__sigpoll.si_band macro
/third_party/musl/porting/linux/user/include/
Dsignal.h137 long si_band; member
158 #define si_band __si_fields.__sigpoll.si_band macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsignal.h136 long si_band; member
157 #define si_band __si_fields.__sigpoll.si_band macro
/third_party/musl/porting/uniproton/kernel/include/
Dsignal.h136 long si_band; member
157 #define si_band __si_fields.__sigpoll.si_band macro
/third_party/musl/ndk_musl_include/
Dsignal.h137 long si_band; member
158 #define si_band __si_fields.__sigpoll.si_band macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D21-1-buildonly.c28 tband = t.si_band; in dummyfcn()
/third_party/boost/boost/test/impl/
Dexecution_monitor.ipp389 #define si_band si_value.sival_int
582 (int)m_sig_info->si_band );
587 (int)m_sig_info->si_band );
592 (int)m_sig_info->si_band );
597 (int)m_sig_info->si_band );
602 (int)m_sig_info->si_band );
608 (int)m_sig_info->si_band );
615 m_sig_info->si_code, (int)m_sig_info->si_band );
/third_party/python/Modules/
Dsignalmodule.c1161 PyStructSequence_SET_ITEM(result, 6, PyLong_FromLong(si->si_band));
/third_party/python/Doc/library/
Dsignal.rst585 :attr:`si_band`.
/third_party/python/
Dpyconfig.h.in995 /* Define to 1 if `si_band' is a member of `siginfo_t'. */
Dconfigure.ac4260 # Issue #21085: In Cygwin, siginfo_t does not have si_band field.
4261 AC_CHECK_MEMBERS([siginfo_t.si_band], [], [], [[#include <signal.h>]])
/third_party/python/Misc/NEWS.d/
D3.7.0a1.rst5369 Add configure check for siginfo_t.si_band, which Cygwin does not provide.