| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | signal.h | 240 extern int sigsuspend (const sigset_t *__set) __nonnull ((1));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | signal.h | 240 extern int sigsuspend (const sigset_t *__set) __nonnull ((1));
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/ |
| H A D | syscall.tbl | 99 72 32 sigsuspend sys_sigsuspend 100 72 64 sigsuspend sys_ni_syscall 101 72 spu sigsuspend sys_ni_syscall
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 97 72 32 sigsuspend sys_sigsuspend 98 72 64 sigsuspend sys_ni_syscall 99 72 spu sigsuspend sys_ni_syscall
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | chan_user.c | 210 sigsuspend(&sigs); in winch_thread()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/ |
| H A D | syscall.tbl | 243 201 32 sigsuspend sys_sigsuspend 244 201 64 sigsuspend sys_nis_syscall
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | signal.c | 4501 static int sigsuspend(sigset_t *set) in sigsuspend() function 4530 return sigsuspend(&newset); in SYSCALL_DEFINE2() 4544 return sigsuspend(&newset); in COMPAT_SYSCALL_DEFINE2() 4549 SYSCALL_DEFINE1(sigsuspend, old_sigset_t, mask) in SYSCALL_DEFINE1() argument 4553 return sigsuspend(&blocked); in SYSCALL_DEFINE1() 4557 SYSCALL_DEFINE3(sigsuspend, int, unused1, int, unused2, old_sigset_t, mask) in SYSCALL_DEFINE3() argument 4561 return sigsuspend(&blocked); in SYSCALL_DEFINE3()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/resctrl/ |
| H A D | resctrl_val.c | 666 sigsuspend(&sigact.sa_mask); in resctrl_val()
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/ |
| H A D | syscall.tbl | 82 72 common sigsuspend sys_sigsuspend
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/ |
| H A D | syscall_o32.tbl | 84 72 o32 sigsuspend sys_sigsuspend sys32_sigsuspend
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/ |
| H A D | syscall.tbl | 82 72 common sigsuspend sys_ni_syscall
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 69 72 common sigsuspend sys_sigsuspend compat_sys_sigsuspend
|
| /OK3568_Linux_fs/kernel/arch/arm/tools/ |
| H A D | syscall.tbl | 86 72 common sigsuspend sys_sigsuspend
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | signal.c | 582 SYSCALL_DEFINE1(sigsuspend, sigset_t __user *, uset) in SYSCALL_DEFINE1() argument
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/syscalls/ |
| H A D | syscall.tbl | 82 72 common sigsuspend sys_sigsuspend
|
| /OK3568_Linux_fs/kernel/arch/ |
| H A D | Kconfig | 994 Architecture has old sigsuspend(2) syscall, of one-argument variety 999 Even weirder antique ABI - three-argument sigsuspend(2) 1005 as OLD_SIGSUSPEND | OLD_SIGSUSPEND3 - alpha has sigsuspend(2),
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/ |
| H A D | syscall.tbl | 69 72 common sigsuspend sys_sigsuspend sys_sigsuspend
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/syscalls/ |
| H A D | syscall.tbl | 120 111 common sigsuspend sys_sigsuspend
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/ |
| H A D | syscall_32.tbl | 86 72 i386 sigsuspend sys_sigsuspend
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-11 | 1785 * sigsuspend: (libc)Sigsuspend. 3688 run, using ‘sigsuspend’. *Note Sigsuspend::. 3693 24.8.3 Using ‘sigsuspend’ 3697 and then use ‘sigsuspend’. By using ‘sigsuspend’ in a loop, you can 3701 -- Function: int sigsuspend (const sigset_t *SET) 3714 ‘sigsuspend’ also returns. 3716 The mask remains SET only as long as ‘sigsuspend’ is waiting. The 3717 function ‘sigsuspend’ always restores the previous signal mask when 3722 With ‘sigsuspend’, you can replace the ‘pause’ or ‘sleep’ loop in the 3738 sigsuspend (&oldmask); [all …]
|
| H A D | libc.info-16 | 1785 * sigsuspend: (libc)Sigsuspend. 4332 * sigsuspend: Sigsuspend. (line 11)
|
| H A D | dir | 1716 * sigsuspend: (libc)Sigsuspend.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-11 | 1785 * sigsuspend: (libc)Sigsuspend. 3688 run, using ‘sigsuspend’. *Note Sigsuspend::. 3693 24.8.3 Using ‘sigsuspend’ 3697 and then use ‘sigsuspend’. By using ‘sigsuspend’ in a loop, you can 3701 -- Function: int sigsuspend (const sigset_t *SET) 3714 ‘sigsuspend’ also returns. 3716 The mask remains SET only as long as ‘sigsuspend’ is waiting. The 3717 function ‘sigsuspend’ always restores the previous signal mask when 3722 With ‘sigsuspend’, you can replace the ‘pause’ or ‘sleep’ loop in the 3738 sigsuspend (&oldmask); [all …]
|
| H A D | libc.info-16 | 1785 * sigsuspend: (libc)Sigsuspend. 4332 * sigsuspend: Sigsuspend. (line 11)
|
| H A D | dir | 1716 * sigsuspend: (libc)Sigsuspend.
|