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

Lines Matching full:sigqueue

1597  * sigqueue():
1610 * sigqueue() must return EAGAIN if exceeded and we don't on Android.
1612 int WRAP(sigqueue)(pid_t pid, int portable_sig, const union sigval value)
1638 * man page says sigqueue() is implemented via rt_sigqueueinfo().