Home
last modified time | relevance | path

Searched refs:si_overrun (Results 1 – 25 of 66) sorted by relevance

123

/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/bits/types/
H A Dsiginfo_t.h66 int si_overrun; /* Overrun count. */ member
131 #define si_overrun _sifields._timer.si_overrun macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/bits/types/
H A Dsiginfo_t.h66 int si_overrun; /* Overrun count. */ member
131 #define si_overrun _sifields._timer.si_overrun macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/include/
H A Dsignal.h115 int si_overrun; member
162 #define si_overrun __si_fields.__si_common.__first.__timer.si_overrun macro
/dports/devel/emscripten/emscripten-2.0.3/system/include/libc/
H A Dsignal.h113 int si_overrun; member
160 #define si_overrun __si_fields.__si_common.__first.__timer.si_overrun macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/include/
H A Dsignal.h113 int si_overrun; member
160 #define si_overrun __si_fields.__si_common.__first.__timer.si_overrun macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-musl/
H A Dsignal.h113 int si_overrun; member
160 #define si_overrun __si_fields.__si_common.__first.__timer.si_overrun macro
/dports/lang/zig/zig-0.9.0/lib/libc/musl/include/
H A Dsignal.h113 int si_overrun; member
160 #define si_overrun __si_fields.__si_common.__first.__timer.si_overrun macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-musl/
H A Dsignal.h113 int si_overrun; member
160 #define si_overrun __si_fields.__si_common.__first.__timer.si_overrun macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/wasm-wasi-musl/
H A Dsignal.h120 int si_overrun; member
167 #define si_overrun __si_fields.__si_common.__first.__timer.si_overrun macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/include/
H A Dsignal.h120 int si_overrun; member
167 #define si_overrun __si_fields.__si_common.__first.__timer.si_overrun macro
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/include/
H A Dsignal.h120 int si_overrun; member
167 #define si_overrun __si_fields.__si_common.__first.__timer.si_overrun macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/wasm-wasi-musl/
H A Dsignal.h120 int si_overrun; member
167 #define si_overrun __si_fields.__si_common.__first.__timer.si_overrun macro
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/include/
H A Dsignal.h120 int si_overrun; member
167 #define si_overrun __si_fields.__si_common.__first.__timer.si_overrun macro
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Damd64-linux-nat.c748 #ifndef si_overrun
749 #define si_overrun si_timer2 macro
764 to->cpt_si_overrun = from->si_overrun; in compat_siginfo_from_siginfo()
820 to->si_overrun = from->cpt_si_overrun; in siginfo_from_compat_siginfo()
877 to->cpt_si_overrun = from->si_overrun; in compat_x32_siginfo_from_siginfo()
936 to->si_overrun = from->cpt_si_overrun; in siginfo_from_compat_x32_siginfo()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Damd64-linux-nat.c564 #ifndef si_overrun
565 #define si_overrun si_timer2 macro
580 to->cpt_si_overrun = from->si_overrun; in compat_siginfo_from_siginfo()
636 to->si_overrun = from->cpt_si_overrun; in siginfo_from_compat_siginfo()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/
H A Dsignal_compat.c83 BUILD_BUG_ON(offsetof(siginfo_t, si_overrun) != 0x14); in signal_compat_build_tests()
86 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_overrun) != 0x10); in signal_compat_build_tests()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/
H A Dsignal_compat.c83 BUILD_BUG_ON(offsetof(siginfo_t, si_overrun) != 0x14); in signal_compat_build_tests()
86 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_overrun) != 0x10); in signal_compat_build_tests()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/
H A Dsignal_compat.c83 BUILD_BUG_ON(offsetof(siginfo_t, si_overrun) != 0x14); in signal_compat_build_tests()
86 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_overrun) != 0x10); in signal_compat_build_tests()
/dports/devel/gdb/gdb-11.1/gdb/nat/
H A Daarch64-linux.c115 to->cpt_si_overrun = from->si_overrun; in aarch64_compat_siginfo_from_siginfo()
173 to->si_overrun = from->cpt_si_overrun; in aarch64_siginfo_from_compat_siginfo()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/posix/
H A Dsignal.d912 int si_overrun; // Overrun count
1630 int si_overrun;
1757 int si_overrun; // Overrun count
1806 @property ref int si_overrun()() { return _sifields._timer.si_overrun; }
1847 int si_overrun; // Overrun count
1897 @property ref int si_overrun()() { return _sifields._timer.si_overrun; }
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/posix/
H A Dsignal.d912 int si_overrun; // Overrun count
1630 int si_overrun;
1757 int si_overrun; // Overrun count
1806 @property ref int si_overrun()() { return _sifields._timer.si_overrun; }
1847 int si_overrun; // Overrun count
1897 @property ref int si_overrun()() { return _sifields._timer.si_overrun; }
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/posix/
H A Dsignal.d951 int si_overrun; // Overrun count
1669 int si_overrun;
1796 int si_overrun; // Overrun count
1845 @property ref int si_overrun()() { return _sifields._timer.si_overrun; }
1886 int si_overrun; // Overrun count
1936 @property ref int si_overrun()() { return _sifields._timer.si_overrun; }
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/posix/
H A Dsignal.d912 int si_overrun; // Overrun count
1630 int si_overrun;
1757 int si_overrun; // Overrun count
1806 @property ref int si_overrun()() { return _sifields._timer.si_overrun; }
1847 int si_overrun; // Overrun count
1897 @property ref int si_overrun()() { return _sifields._timer.si_overrun; }
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/posix/
H A Dsignal.d951 int si_overrun; // Overrun count
1669 int si_overrun;
1796 int si_overrun; // Overrun count
1845 @property ref int si_overrun()() { return _sifields._timer.si_overrun; }
1886 int si_overrun; // Overrun count
1936 @property ref int si_overrun()() { return _sifields._timer.si_overrun; }
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/posix/
H A Dsignal.d924 int si_overrun; // Overrun count
1614 int si_overrun;
1733 int si_overrun; // Overrun count
1782 @property ref int si_overrun()() { return _sifields._timer.si_overrun; }
1823 int si_overrun; // Overrun count
1873 @property ref int si_overrun()() { return _sifields._timer.si_overrun; }

123