32 lines
1.3 KiB
HTML
32 lines
1.3 KiB
HTML
<html><!-- This HTML file has been created by texi2html 1.29
|
|
from syscalls.texi on 4 June 1994 -->
|
|
|
|
<TITLE>Syscall specifications of Linux - sigsuspend</TITLE>
|
|
<P>Go to the <A HREF="syscalls_100.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_100.html">previous</A>, <A HREF="syscalls_102.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_102.html">next</A> section.<P>
|
|
<H2><A NAME="SEC101" HREF="syscalls_toc.html#SEC101" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_toc.html#SEC101">sigsuspend</A></H2>
|
|
<P>
|
|
<H3>SYNOPSIS</H3>
|
|
<P>
|
|
<CODE>sigsuspend(int <VAR>restart</VAR>, sigset_t <VAR>old_mask</VAR>, sigset_t
|
|
<VAR>set</VAR>);</CODE>
|
|
<P>
|
|
<H3>PARAMETERS</H3>
|
|
<P>
|
|
<VAR>restart</VAR>: [in] the sources take the address of this parameter to
|
|
alter the stack frame...
|
|
<P>
|
|
<VAR>old_mask</VAR>: [in] this is not used in the kernel sources!!!
|
|
<P>
|
|
<VAR>set</VAR>: [in] the new signal mask.
|
|
<P>
|
|
<H3>DESCRIPTION</H3>
|
|
<P>
|
|
Atomically sets the signal mask to <VAR>set</VAR> and waits for a signal to
|
|
occur.
|
|
<P>
|
|
<H3>RETURN VALUE</H3>
|
|
<P>
|
|
Always -1 and <CODE>errno</CODE> is set to <CODE>EINTR</CODE>.
|
|
<P>
|
|
<P>Go to the <A HREF="syscalls_100.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_100.html">previous</A>, <A HREF="syscalls_102.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_102.html">next</A> section.<P>
|