Home | History | Annotate | Download | only in arch-mips

Lines Matching defs:__rt_sigprocmask

1553 int WRAP(__rt_sigprocmask)(int portable_how,
1558 extern int REAL(__rt_sigprocmask)(int, const sigset_t *, sigset_t *, size_t);
1571 rv = do_sigmask(portable_how, portable_sigset, portable_oldset, NULL, REAL(__rt_sigprocmask));