Searched refs:portable_sigsetsize (Results 1 – 2 of 2) sorted by relevance
/development/ndk/sources/android/libportable/common/include/ |
D | signal_portable.h | 150 int portable_sigsetsize, int flags); 183 size_t portable_sigsetsize);
|
/development/ndk/sources/android/libportable/arch-mips/ |
D | signal.c | 1220 int portable_sigsetsize, int portable_flags) in do_signalfd4_portable() argument 1228 __func__, fd, portable_sigmask, portable_sigsetsize, portable_flags); in do_signalfd4_portable() 1271 int portable_sigsetsize = sizeof(sigset_portable_t); 1277 rv = do_signalfd4_portable(fd, portable_sigsetsize, portable_sigmask, portable_flags); 1551 size_t portable_sigsetsize) in WRAP() 1563 __func__, portable_sigset, portable_siginfo, timeout, portable_sigsetsize); in WRAP() 1566 if (portable_sigsetsize != (2* sizeof(long))) { in WRAP()
|