Lines Matching refs:__restrict
249 extern int sigprocmask (int __how, __const sigset_t *__restrict __set,
250 sigset_t *__restrict __oset) __THROW;
260 extern int sigaction (int __sig, __const struct sigaction *__restrict __act,
261 struct sigaction *__restrict __oact) __THROW;
271 extern int sigwait (__const sigset_t *__restrict __set, int *__restrict __sig)
279 extern int sigwaitinfo (__const sigset_t *__restrict __set,
280 siginfo_t *__restrict __info) __nonnull ((1));
287 extern int sigtimedwait (__const sigset_t *__restrict __set,
288 siginfo_t *__restrict __info,
289 __const struct timespec *__restrict __timeout)
364 extern int sigaltstack (__const struct sigaltstack *__restrict __ss,
365 struct sigaltstack *__restrict __oss) __THROW;