Searched refs:si_band (Results 1 – 12 of 12) sorted by relevance
28 tband = t.si_band; in dummyfcn()
187 (long) sip->si_band); in print_si_info()
5581 Cast si_band member to long before printing.
158 #define si_band _sifields._sigpoll._band macro
278 sip->si_band = -2; in main()
980 PyStructSequence_SET_ITEM(result, 6, PyLong_FromLong(si->si_band)); in fill_siginfo()
434 :attr:`si_band`.
902 /* Define to 1 if `si_band' is a member of `siginfo_t'. */
4081 # Issue #21085: In Cygwin, siginfo_t does not have si_band field.4082 AC_CHECK_MEMBERS([siginfo_t.si_band], [], [], [[#include <signal.h>]])
5378 Add configure check for siginfo_t.si_band, which Cygwin does not provide.