tail head cat sleep
QR code linking to this page

manページ  — SIGPENDING

名称

sigpending – 保留中のシグナルの取得

内容

ライブラリ

Standard C Library (libc, -lc)

書式

#include <signal.h>

int
sigpending(sigset_t *set);

解説

sigpending() システムコールは、 set で示された場所の呼び出しプロセスの配信が保留になっているシグナルの マスクを戻します。 シグナルは、現在マスクをかけられているとき、 または配信前に一時的に保留になります (通常、後者を検出することはできません)。

戻り値

The sigpending function returns the value 0 if successful; otherwise the value -1 is returned and the global variable errno is set to indicate the error.

エラー

sigpending() システムコールは、失敗した場合に次のエラーを返します。
[EFAULT]
  引数 set が示すアドレスが無効です。

関連項目

sigaction(2), sigprocmask(2), sigsuspend(2), sigsetops(3)

規格

sigpending() システムコールは、 IEEE Std 1003.1-90 ("POSIX.1") に適合しています。

SIGPENDING (2) January 12, 1994

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

The “N” in NFS stands for Not, or Need, or perhaps Nightmare
— Harry Spencer