Searched refs:sigsuspend (Results 1 - 25 of 59) sorted by relevance

123

/openbsd-current/lib/libc/arch/aarch64/sys/
H A Dsigsuspend.S1 /* $OpenBSD: sigsuspend.S,v 1.2 2018/08/12 17:15:10 mortimer Exp $ */
2 /* $NetBSD: sigsuspend.S,v 1.6 2003/08/07 16:42:05 agc Exp $ */
32 * from: @(#)sigsuspend.s 5.2 (Berkeley) 12/17/90
37 SYSENTRY_HIDDEN(sigsuspend)
38 RETGUARD_SETUP(sigsuspend, x15)
40 SYSTRAP(sigsuspend)
43 RETGUARD_CHECK(sigsuspend, x15)
45 SYSCALL_END_HIDDEN(sigsuspend)
/openbsd-current/lib/libc/arch/riscv64/sys/
H A Dsigsuspend.S1 /* $OpenBSD: sigsuspend.S,v 1.2 2021/05/04 04:26:00 drahn Exp $ */
33 SYSENTRY_HIDDEN(sigsuspend)
34 RETGUARD_SETUP(sigsuspend, t6)
36 SYSTRAP(sigsuspend)
40 RETGUARD_CHECK(sigsuspend, t6)
42 SYSCALL_END_HIDDEN(sigsuspend)
/openbsd-current/lib/libc/arch/alpha/sys/
H A Dsigsuspend.S1 /* $OpenBSD: sigsuspend.S,v 1.8 2016/05/07 19:05:21 guenther Exp $ */
2 /* $NetBSD: sigsuspend.S,v 1.2 1996/10/17 03:08:22 cgd Exp $ */
33 SYSLEAF_HIDDEN(sigsuspend, 1)
35 CALLSYS_ERROR(sigsuspend)
38 SYSCALL_END_HIDDEN(sigsuspend)
/openbsd-current/lib/libc/arch/hppa/sys/
H A Dsigsuspend.S1 /* $OpenBSD: sigsuspend.S,v 1.11 2016/05/07 19:05:21 guenther Exp $ */
31 SYSENTRY_HIDDEN(sigsuspend)
35 SYSCALL(sigsuspend)
36 SYSEXIT_HIDDEN(sigsuspend)
/openbsd-current/lib/libc/arch/arm/sys/
H A Dsigsuspend.S1 /* $OpenBSD: sigsuspend.S,v 1.6 2016/08/06 19:16:09 guenther Exp $ */
2 /* $NetBSD: sigsuspend.S,v 1.6 2003/08/07 16:42:05 agc Exp $ */
32 * from: @(#)sigsuspend.s 5.2 (Berkeley) 12/17/90
37 SYSENTRY_HIDDEN(sigsuspend)
39 SYSTRAP(sigsuspend)
43 SYSCALL_END_HIDDEN(sigsuspend)
/openbsd-current/lib/libc/arch/sh/sys/
H A Dsigsuspend.S1 /* $OpenBSD: sigsuspend.S,v 1.7 2024/03/27 20:03:29 miod Exp $ */
2 /* $NetBSD: sigsuspend.S,v 1.5 2003/08/07 16:42:21 agc Exp $ */
35 * from: @(#)sigsuspend.s 5.2 (Berkeley) 12/17/90
40 SYSENTRY_HIDDEN(sigsuspend)
45 SET_ERRNO_AND_RETURN(sigsuspend)
47 SYSCALL_END_HIDDEN(sigsuspend)
/openbsd-current/regress/lib/libpthread/sigsuspend/
H A DMakefile3 PROG= sigsuspend
/openbsd-current/regress/sys/kern/signal/sigsuspend/
H A DMakefile3 PROG= sigsuspend
H A Dsigsuspend.c1 /* $OpenBSD: sigsuspend.c,v 1.1 2020/09/16 14:04:30 mpi Exp $ */
68 sigsuspend(&set);
71 * Check that sigsuspend didn't change the signal mask.
87 sigsuspend(&set);
102 sigsuspend(&oset);
105 * Check that sigsuspend didn't change the signal mask.
/openbsd-current/lib/libc/arch/amd64/sys/
H A Dsigsuspend.S1 /* $OpenBSD: sigsuspend.S,v 1.8 2023/01/11 01:55:17 mortimer Exp $ */
2 /* $NetBSD: sigsuspend.S,v 1.1 2001/06/19 00:25:07 fvdl Exp $ */
35 * from: @(#)sigsuspend.s 5.2 (Berkeley) 12/17/90
42 SYSENTRY_HIDDEN(sigsuspend)
46 SYSTRAP(sigsuspend)
51 SYSCALL_END_HIDDEN(sigsuspend)
/openbsd-current/lib/libc/arch/powerpc/sys/
H A Dsigsuspend.S1 /* $OpenBSD: sigsuspend.S,v 1.8 2023/12/10 16:45:51 deraadt Exp $ */
28 /* int sigsuspend(int *mask) */
33 SYSENTRY_HIDDEN(sigsuspend)
34 RETGUARD_SETUP(sigsuspend, %r11, %r12)
46 RETGUARD_CHECK(sigsuspend, %r11, %r12)
48 SYSCALL_END_HIDDEN(sigsuspend)
/openbsd-current/lib/libc/arch/powerpc64/sys/
H A Dsigsuspend.S1 /* $OpenBSD: sigsuspend.S,v 1.4 2023/12/10 16:45:52 deraadt Exp $ */
28 /* int sigsuspend(int *mask) */
33 SYSENTRY(sigsuspend)
34 RETGUARD_SETUP(sigsuspend, %r11)
46 RETGUARD_CHECK(sigsuspend, %r11);
48 SYSCALL_END_HIDDEN(sigsuspend)
/openbsd-current/lib/libc/arch/sparc64/sys/
H A Dsigsuspend.S1 /* $OpenBSD: sigsuspend.S,v 1.5 2023/12/10 16:45:52 deraadt Exp $ */
39 SYSENTRY_HIDDEN(sigsuspend)
45 SYSCALL_END_HIDDEN(sigsuspend)
/openbsd-current/lib/libc/sys/
H A Dw_sigsuspend.c23 sigsuspend(const sigset_t *set) function
35 ret = HIDDEN(sigsuspend)(set);
40 DEF_CANCEL(sigsuspend); variable
/openbsd-current/lib/libc/gen/
H A Dpause.c19 return (sigprocmask(SIG_BLOCK, NULL, &mask) ? -1 : sigsuspend(&mask));
/openbsd-current/lib/libc/arch/m88k/sys/
H A Dsigsuspend.S1 /* $OpenBSD: sigsuspend.S,v 1.14 2023/12/10 16:45:51 deraadt Exp $ */
45 SYSENTRY_HIDDEN(sigsuspend)
53 SYSCALL_END_HIDDEN(sigsuspend)
/openbsd-current/lib/libc/arch/i386/sys/
H A Dsigsuspend.S1 /* $OpenBSD: sigsuspend.S,v 1.11 2023/12/10 16:45:51 deraadt Exp $ */
36 SYSENTRY_HIDDEN(sigsuspend)
45 SYSCALL_END_HIDDEN(sigsuspend)
/openbsd-current/lib/libc/arch/mips64/sys/
H A Dsigsuspend.S1 /* $OpenBSD: sigsuspend.S,v 1.8 2023/12/10 16:45:51 deraadt Exp $ */
39 SYSLEAF_HIDDEN(sigsuspend, FRAMESZ)
41 SETUP_GP64(GPOFF, _HIDDEN(sigsuspend))
57 SYSCALL_END_HIDDEN(sigsuspend)
/openbsd-current/regress/sys/kern/signal/
H A DMakefile11 SUBDIR+= sigsuspend
/openbsd-current/lib/libcurses/
H A DSigAction.h100 #undef sigsuspend macro
101 #define sigsuspend _nc_sigsuspend macro
/openbsd-current/lib/libc/compat-43/
H A Dsigcompat.c76 return (sigsuspend((sigset_t *)&mask));
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dsignals.h67 # define sigsuspend(set) sigpause (*(set)) macro
/openbsd-current/regress/lib/libpthread/pthread_kill/
H A Dpthread_kill.c47 sigsuspend(&suspender_mask);
/openbsd-current/lib/libc/hidden/
H A Dsignal.h67 PROTO_CANCEL(sigsuspend); variable
/openbsd-current/regress/lib/libpthread/
H A DMakefile24 siginterrupt signal signals signodefer sigsuspend sigwait sleep \

Completed in 223 milliseconds

123