Home
last modified time | relevance | path

Searched refs:sigmask (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc-tools/pwmtachtool/src/
H A DEINTR_wrappers.h57 …l_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, const sigset_t *sigmask);
64 …wrap_ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *tmo_p, const sigset_t *sigmask);
66 …fds, fd_set *writefds, fd_set *exceptfds, const struct timespec *timeout, const sigset_t *sigmask);
H A DEINTR_wrappers.c144 …ll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, const sigset_t *sigmask) in sigwrap_epoll_pwait() argument
160 int Result = epoll_pwait(epfd, events, maxevents, timeout, sigmask); in sigwrap_epoll_pwait()
342 const sigset_t *sigmask) in sigwrap_pselect() argument
354 int Result = pselect(nfds, readfds, writefds, exceptfds, timeout, sigmask); in sigwrap_pselect()
/openbmc/openbmc-tools/adcapp/src/
H A DEINTR_wrappers.h57 …l_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, const sigset_t *sigmask);
64 …wrap_ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *tmo_p, const sigset_t *sigmask);
66 …fds, fd_set *writefds, fd_set *exceptfds, const struct timespec *timeout, const sigset_t *sigmask);
H A DEINTR_wrappers.c171 …ll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, const sigset_t *sigmask) in sigwrap_epoll_pwait() argument
187 int Result = epoll_pwait(epfd, events, maxevents, timeout, sigmask); in sigwrap_epoll_pwait()
354 …gwrap_ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *tmo_p, const sigset_t *sigmask)
366 int Result = ppoll(fds, nfds, tmo_p, sigmask);
399 const sigset_t *sigmask) in sigwrap_pselect() argument
411 int Result = pselect(nfds, readfds, writefds, exceptfds, timeout, sigmask); in sigwrap_pselect()
/openbmc/qemu/tests/tcg/multiarch/
H A DMakefile.target46 sigreturn-sigmask: CFLAGS+=-pthread
47 sigreturn-sigmask: LDFLAGS+=-pthread
/openbmc/qemu/linux-user/
H A Dsignal.c1048 void *sigmask; in host_signal_handler()
1110 * WARNING: we cannot use sigfillset() here because the sigmask in host_signal_handler()
1116 sigmask = host_signal_mask(uc); in host_signal_handler()
1117 memset(sigmask, 0xff, SIGSET_T_SIZE); in host_signal_handler()
1118 sigdelset(sigmask, SIGSEGV); in host_signal_handler()
1119 sigdelset(sigmask, SIGBUS); in host_signal_handler()
1046 void *sigmask; host_signal_handler() local
H A Dsyscall.c707 struct timespec *, tsp, const sigset_t *, sigmask, in safe_syscall3()
711 int, maxevents, int, timeout, const sigset_t *, sigmask, in safe_syscall3()
6677 sigset_t sigmask; in do_fork()
6701 sigprocmask(SIG_SETMASK, &info->sigmask, NULL); in do_fork()
6725 sigset_t sigmask; in do_fork()
6812 sigfillset(&sigmask); in target_to_host_fcntl_cmd()
6813 sigprocmask(SIG_BLOCK, &sigmask, &info.sigmask); in target_to_host_fcntl_cmd()
6819 sigprocmask(SIG_SETMASK, &info.sigmask, NULL); in target_to_host_fcntl_cmd()
6560 sigset_t sigmask; global() member
6608 sigset_t sigmask; do_fork() local
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c3668 struct kvm_signal_mask *sigmask; in kvm_remove_all_breakpoints()
3671 sigmask = g_malloc(sizeof(*sigmask) + sizeof(*sigset));
3673 sigmask->len = s->sigmask_len; in kvm_set_signal_mask()
3674 memcpy(sigmask->sigset, sigset, sizeof(*sigset)); in kvm_set_signal_mask()
3675 r = kvm_vcpu_ioctl(cpu, KVM_SET_SIGNAL_MASK, sigmask); in kvm_set_signal_mask()
3676 g_free(sigmask); in kvm_set_signal_mask() local
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch10419 mask = sigblock(sigmask(SIGINT));