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

Lines Matching refs:sigsetsize

1263  * the glibc version where the sigsetsize is computed in the bionic code and passed
1499 struct sigaction_portable *oldact, size_t sigsetsize)
1505 ALOGV("%s(portable_signum:%d, act:%p, oldset:%p, sigsetsize:%d) {", __func__,
1506 portable_signum, act, oldact, sigsetsize);
1509 if (sigsetsize != (2* sizeof(long))) {
1524 size_t sigsetsize)
1530 ALOGV("%s(portable_how:%d, portable_sigset:%p, portable_oldset:%p, sigsetsize:%d) {",
1531 __func__, portable_how, portable_sigset, portable_oldset, sigsetsize);
1534 if (sigsetsize != (2* sizeof(long))) {