Lines Matching refs:_RESTRICT_KYWD
71 extern int sigaction(int, const struct sigaction *_RESTRICT_KYWD,
72 struct sigaction *_RESTRICT_KYWD);
81 extern int sigprocmask(int, const sigset_t *_RESTRICT_KYWD,
82 sigset_t *_RESTRICT_KYWD);
103 extern int sigaltstack(const stack_t *_RESTRICT_KYWD, stack_t *_RESTRICT_KYWD);
123 extern int pthread_sigmask(int, const sigset_t *_RESTRICT_KYWD,
124 sigset_t *_RESTRICT_KYWD);
125 extern int sigwaitinfo(const sigset_t *_RESTRICT_KYWD,
126 siginfo_t *_RESTRICT_KYWD);
127 extern int sigtimedwait(const sigset_t *_RESTRICT_KYWD,
128 siginfo_t *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD);
144 extern int sigwait(const sigset_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
147 extern int __posix_sigwait(const sigset_t *_RESTRICT_KYWD,
148 int *_RESTRICT_KYWD);
155 sigwait(const sigset_t *_RESTRICT_KYWD __setp, int *_RESTRICT_KYWD __signo) in sigwait()