| 総合手引 | セクション 3 | English | オプション |
#include <unistd.h>
alarm() 関数は、シグナル SIGALRM を呼び出し元プロセスに指定の seconds 秒後に配信するタイマを設定します。 アラームが既に alarm() によって設定されているものの配信されていない場合、 新たな alarm() 呼び出しは、前の設定を上書きします。 要求 alarm() は、現在のアラームを無効にし、シグナル SIGALRM は配信されません。
setitimer(2) の制約のために、 seconds の許される最大数は 100000000 です。
| ALARM (3) | April 19, 1994 |
| 総合手引 | セクション 3 | English | オプション |
このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.
| “ | A typical Unix /bin or /usr/bin directory contains a hundred different kinds of programs, written by dozens of egotistical programmers, each with its own syntax, operating paradigm, rules of use ... strategies for specifying options, and different sets of constraints. | ” |
| — The Unix Haters' handbook | ||