Searched refs:sigsuspend (Results 1 – 20 of 20) sorted by relevance
/kernel/liteos_a/testsuites/unittest/extended/signal/full/ |
D | signal_test_029.cpp | 62 ret = sigsuspend(&newset); in TestCase() 68 ret = sigsuspend(NULL); in TestCase() 76 ret = sigsuspend(reinterpret_cast<sigset_t *>(2)); // 2, suspend signal num. in TestCase()
|
D | signal_test_040.cpp | 77 int rt = sigsuspend(&set); in TestCase()
|
D | signal_test_020.cpp | 121 if (sigsuspend(&wait) != -1) { in TestSigSuspend()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
D | chan_user.c | 210 sigsuspend(&sigs); in winch_thread()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/syscalls/ |
D | syscall.tbl | 99 72 32 sigsuspend sys_sigsuspend 100 72 64 sigsuspend sys_ni_syscall 101 72 spu sigsuspend sys_ni_syscall
|
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 97 72 32 sigsuspend sys_sigsuspend 98 72 64 sigsuspend sys_ni_syscall 99 72 spu sigsuspend sys_ni_syscall
|
/kernel/linux/linux-5.10/arch/sparc/kernel/syscalls/ |
D | syscall.tbl | 243 201 32 sigsuspend sys_sigsuspend 244 201 64 sigsuspend sys_nis_syscall
|
/kernel/linux/linux-5.10/kernel/ |
D | signal.c | 4446 static int sigsuspend(sigset_t *set) in sigsuspend() function 4475 return sigsuspend(&newset); in SYSCALL_DEFINE2() 4489 return sigsuspend(&newset); in COMPAT_SYSCALL_DEFINE2() 4494 SYSCALL_DEFINE1(sigsuspend, old_sigset_t, mask) in SYSCALL_DEFINE1() argument 4498 return sigsuspend(&blocked); in SYSCALL_DEFINE1() 4502 SYSCALL_DEFINE3(sigsuspend, int, unused1, int, unused2, old_sigset_t, mask) in SYSCALL_DEFINE3() argument 4506 return sigsuspend(&blocked); in SYSCALL_DEFINE3()
|
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
D | resctrl_val.c | 666 sigsuspend(&sigact.sa_mask); in resctrl_val()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | signal.c | 582 SYSCALL_DEFINE1(sigsuspend, sigset_t __user *, uset) in SYSCALL_DEFINE1() argument
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 82 72 common sigsuspend sys_ni_syscall
|
/kernel/linux/linux-5.10/arch/mips/kernel/syscalls/ |
D | syscall_o32.tbl | 84 72 o32 sigsuspend sys_sigsuspend sys32_sigsuspend
|
/kernel/linux/linux-5.10/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 69 72 common sigsuspend sys_sigsuspend compat_sys_sigsuspend
|
/kernel/linux/linux-5.10/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 82 72 common sigsuspend sys_sigsuspend
|
/kernel/linux/linux-5.10/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 82 72 common sigsuspend sys_sigsuspend
|
/kernel/linux/linux-5.10/arch/arm/tools/ |
D | syscall.tbl | 86 72 common sigsuspend sys_sigsuspend
|
/kernel/linux/linux-5.10/arch/ |
D | Kconfig | 1008 Architecture has old sigsuspend(2) syscall, of one-argument variety 1013 Even weirder antique ABI - three-argument sigsuspend(2) 1019 as OLD_SIGSUSPEND | OLD_SIGSUSPEND3 - alpha has sigsuspend(2),
|
/kernel/linux/linux-5.10/arch/alpha/kernel/syscalls/ |
D | syscall.tbl | 120 111 common sigsuspend sys_sigsuspend
|
/kernel/linux/linux-5.10/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 69 72 common sigsuspend sys_sigsuspend sys_sigsuspend
|
/kernel/linux/linux-5.10/arch/x86/entry/syscalls/ |
D | syscall_32.tbl | 86 72 i386 sigsuspend sys_sigsuspend
|