Home
last modified time | relevance | path

Searched refs:blocked (Results 1 – 25 of 71) sorted by relevance

123

/glibc-2.36/sysdeps/mach/hurd/
Dsigprocmask.c41 old = ss->blocked; in __sigprocmask()
48 __sigorset (&ss->blocked, &ss->blocked, &new); in __sigprocmask()
52 ss->blocked &= ~new; in __sigprocmask()
56 ss->blocked = new; in __sigprocmask()
65 ss->blocked &= ~_SIG_CANT_MASK; in __sigprocmask()
68 pending = _hurd_sigstate_pending (ss) & ~ss->blocked; in __sigprocmask()
Dsigwait.c31 sigset_t mask, ready, blocked; in __sigwait() local
55 ss->blocked = blocked; in __sigwait()
110 blocked = ss->blocked; in __sigwait()
111 ss->blocked &= ~mask; in __sigwait()
Dsigsuspend.c47 oldmask = ss->blocked; in __sigsuspend()
50 ss->blocked = newmask & ~_SIG_CANT_MASK; in __sigsuspend()
53 pending = _hurd_sigstate_pending (ss) & ~ss->blocked; in __sigsuspend()
73 ss->blocked = oldmask; in __sigsuspend()
74 pending = _hurd_sigstate_pending(ss) & ~ss->blocked; in __sigsuspend()
Dlibc_sigaction.c65 pending = _hurd_sigstate_pending (ss) & ~ss->blocked; in __libc_sigaction()
Dspawni.c341 ints[INIT_SIGMASK] = ss->blocked; in __spawni()
/glibc-2.36/sysdeps/mach/hurd/htl/
Dpt-sigstate.c44 old = ss->blocked; in __pthread_sigstate()
51 ss->blocked |= new; in __pthread_sigstate()
55 ss->blocked = new; in __pthread_sigstate()
59 ss->blocked &= ~new; in __pthread_sigstate()
66 ss->blocked &= ~_SIG_CANT_MASK; in __pthread_sigstate()
72 pending = _hurd_sigstate_pending (ss) & ~ss->blocked; in __pthread_sigstate()
/glibc-2.36/hurd/
Dhurdsig.c94 __sigemptyset (&ss->blocked); in _hurd_thread_sigstate()
734 if (! __sigismember (&rss->blocked, signo)) in weak_alias()
747 sigset_t blocked = ss->blocked; in weak_alias() local
908 if (__sigismember (&blocked, signo) || (signo != SIGKILL && _hurd_stopped)) in weak_alias()
1130 scp->sc_mask = ss->blocked; in weak_alias()
1131 __sigorset (&ss->blocked, &ss->blocked, &action->sa_mask); in weak_alias()
1135 __sigaddset (&ss->blocked, signo); in weak_alias()
1175 return _hurd_sigstate_pending (ss) & ~ss->blocked; in pending_signals()
1477 __sigfillset(& _hurd_global_sigstate->blocked); in _hurdsig_init()
1489 ss->blocked = intarray[INIT_SIGMASK]; in _hurdsig_init()
[all …]
Dsigunwind.c115 scp->sc_mask = ss->blocked; in _hurdsig_longjmp_from_handler()
135 ss->blocked = ~(sigset_t) 0 & ~_SIG_CANT_MASK; in _hurdsig_longjmp_from_handler()
Dctty-input.c50 if (__sigismember (&ss->blocked, SIGTTIN) in _hurd_ctty_input()
Dctty-output.c44 if (__sigismember (&ss->blocked, SIGTTOU) in _hurd_ctty_output()
Dhurdexec.c136 ints[INIT_SIGMASK] = ss->blocked; in _hurd_exec_paths()
/glibc-2.36/sysdeps/mach/hurd/i386/
Dsigreturn.c79 ss->blocked = scp->sc_mask; in __sigreturn()
83 if (_hurd_sigstate_pending (ss) & ~ss->blocked) in __sigreturn()
/glibc-2.36/hurd/hurd/
Dsignal.h75 sigset_t blocked; /* What signals are blocked. */ member
261 pending = _hurd_sigstate_pending(ss) & ~ss->blocked; in _hurd_critical_section_unlock()
/glibc-2.36/manual/
Dsetjmp.texi192 restore the set of blocked signals; see @ref{Blocking Signals}. However,
194 change the set of blocked signals, and provides an additional pair of
210 information about the set of blocked signals.
221 of blocked signals is saved in @var{state} and will be restored if a
232 blocked signals.
267 Set of signals which are blocked when this context is used.
Dsignal.texi127 delivered (unless blocked) during that action. Most errors generate
149 @cindex blocked signals
154 of signal is currently @dfn{blocked}, it may remain pending
170 handler is running, that particular signal is normally blocked.
174 even if the signal is also blocked at the time. A signal discarded in
458 termination. Unlike @code{SIGKILL}, this signal can be blocked,
655 ignored, or blocked.
700 always causes termination of the process and can't be blocked, handled
742 @code{SIGPIPE} signal. If @code{SIGPIPE} is blocked, handled or
1008 blocked). Discarding the pending signals means that they will never be
[all …]
Dthreads.texi130 that the thread is required to be blocked. @xref{Time Basics}, and
138 @code{thrd_sleep} returns @math{0} if it blocked for at least the
400 no threads are blocked, this function does nothing and returns
411 blocked, this function does nothing and returns
Dpipe.texi24 signal is handled or blocked.
Derrno.texi364 or blocked. Thus, your program will never actually see @code{EPIPE}
365 unless it has handled or blocked @code{SIGPIPE}.
Dprocess.texi317 process is cleared. (The child process inherits its mask of blocked
/glibc-2.36/sysdeps/pthread/
DMakefile126 tst-pthread-raise-blocked-self \
/glibc-2.36/po/
Dlt.po1011 #. TRANS or blocked. Thus, your program will never actually see @code{EPIPE}
1012 #. TRANS unless it has handled or blocked @code{SIGPIPE}.
Dhu.po885 #. TRANS or blocked. Thus, your program will never actually see @code{EPIPE}
886 #. TRANS unless it has handled or blocked @code{SIGPIPE}.
Del.po2064 #. TRANS or blocked. Thus, your program will never actually see @code{EPIPE}
2065 #. TRANS unless it has handled or blocked @code{SIGPIPE}.
Dbe.po2760 #. TRANS or blocked. Thus, your program will never actually see @code{EPIPE}
2761 #. TRANS unless it has handled or blocked @code{SIGPIPE}.
Dsl.po2112 #. TRANS or blocked. Thus, your program will never actually see @code{EPIPE}
2113 #. TRANS unless it has handled or blocked @code{SIGPIPE}.

123