Searched refs:_hurd_sigstate_pending (Results 1 – 4 of 4) sorted by relevance
153 extern sigset_t _hurd_sigstate_pending (const struct hurd_sigstate *ss);261 pending = _hurd_sigstate_pending(ss) & ~ss->blocked; in _hurd_critical_section_unlock()
166 _hurd_sigstate_pending;
208 _hurd_sigstate_pending (const struct hurd_sigstate *ss) in libc_hidden_def()245 libc_hidden_def (_hurd_sigstate_pending) in libc_hidden_def() argument1175 return _hurd_sigstate_pending (ss) & ~ss->blocked; in pending_signals()
133 ints[INIT_SIGPENDING] = _hurd_sigstate_pending (ss); in _hurd_exec_paths()
Completed in 10 milliseconds