Results of 1 - 10 of about 19 for alarm (0.035 sec.)
- Man page of ALARM 15197
- ALARM Section: Linux Programmer's Manual (2) Updated: 2017-05-03 Index JM Home Page 名前 alarm -
...
クを設定する 書式 #include < unistd.h > unsigned int alarm(unsigned int seconds ); 説明 alarm () は SIGALRM シ ...
ムはすべてキャンセルされる。 今までに設定されていた alarm () は中断される。 返り値 alarm () は以前に予定され ...
準拠 POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD. 注意 alarm () と setitimer (2) は同じタイマーを共有している; ...
片方を呼び出すことはもう一方の 使用に影響を与える。 alarm () で作成されたアラームは execve (2) の前後で保持さ ...
-
https://man.plustar.jp/manpage/man2/alarm.2.html
- [similar]
- Man page of SLEEP 10142
- SLEEP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 sleep -
...
On some systems, sleep () may be implemented using alarm (2) and SIGALRM (POSIX.1 permits this); mixing cal ...
ls to alarm (2) and sleep () is a bad idea. 休止中にシグナルハ ...
は、定義されていない結果を生む。 関連項目 sleep (1), alarm (2), nanosleep (2), signal (2), signal (7) この文書 ...
書かれている。 関連キーワード SLEEP , pages , 休止 , alarm , seconds , 属性 , On , 注意 , 準拠 , Portability ...
-
https://man.plustar.jp/manpage/man3/sleep.3.html
- [similar]
- Man page of UALARM 9459
- UALARM Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 ualarm
...
る予定をする 書式 #include < unistd.h > useconds_t ualarm(useconds_t usecs , useconds_t interval ); glibc 向 ...
能検査マクロの要件 ( feature_test_macros (7) 参照): ualarm (): glibc 2.12 以降: (_XOPEN_SOURCE >= 500) && ! ( ...
より前: _BSD_SOURCE || _XOPEN_SOURCE >= 500 説明 ualarm () 関数は、呼び出し元のプロセスに対して usecs マイ ...
ナルが送られる。 返り値 この関数は、過去に設定された alarm の残りマイクロ秒数を返す。 実行中の alarm がない場 ...
-
https://man.plustar.jp/manpage/man3/ualarm.3.html
- [similar]
- Man page of TLOAD 8845
- TLOAD Section: Linux User's Manual (1) Updated: 20 Mar 1993 Index JM Home Page 名前 tload - シス
...
1), w (1) バグ -d delay オプションは引き数の時間を alarm (2) に設定する。 -d 0 を指定すると alarm は 0 とな ...
-
https://man.plustar.jp/manpage/man1/tload.1.html
- [similar]
- Man page of SEM_WAIT 8623
- SEM_WAIT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 sem_
...
nt s; if (argc != 3) { fprintf(stderr, "Usage: %s <alarm-secs> <wait-secs>\n", argv[0]); exit(EXIT_FAILURE) ...
ror("sem_init"); /* Establish SIGALRM handler; set alarm timer using argv[1] */ sa.sa_handler = handler; si ...
ALRM, &sa, NULL) == -1) handle_error("sigaction"); alarm(atoi(argv[1])); /* Calculate relative interval as ...
-
https://man.plustar.jp/manpage/man3/sem_timedwait.3.html
- [similar]
- Man page of USLEEP 8469
- USLEEP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 usleep
...
leep(usecs); この関数と、 SIGALRM シグナルあるいは alarm (2), sleep (3), nanosleep (2), setitimer (2), time ...
verrun (2), timer_gettime (2), timer_settime (2), ualarm (3) といったその他のタイマー関数を同時に使った場合 ...
の動作は未定義である。 関連項目 alarm (2), getitimer (2), nanosleep (2), select (2), set ...
itimer (2), sleep (3), ualarm (3), time (7) この文書について この man ページは L ...
-
https://man.plustar.jp/manpage/man3/usleep.3.html
- [similar]
- Man page of SNMP_AGENT_API 8093
- SNMP_AGENT_API Section: C Library Functions (3) Updated: 27 Oct 1999 Index JM Home Page 名前 def
...
oid インデックスを特に表示しない */ #define DS_LIB_ALARM_DONT_USE_SIG 11 /* alarm() シグナルを使わない */ # ...
-
https://man.plustar.jp/manpage/man3/default_store.3.html
- [similar]
- Man page of TIME 8093
- TIME Section: Linux Programmer's Manual (7) Updated: 2020-04-11 Index JM Home Page 名前 time - 時
...
オプションとして繰り返し間隔が指定できるものもある。 alarm (2), getitimer (2), timerfd_create (2), timer_crea ...
項目 date (1), time (1), timeout (1), adjtimex (2), alarm (2), clock_gettime (2), clock_nanosleep (2), getit ...
-
https://man.plustar.jp/manpage/man7/time.7.html
- [similar]
- JM Project (Japanese)::List(man1) 8025
- Linux マニュアル 一覧表 アルファベット順 - a linuxマニュアルの a の一覧表です。 Linux マニュアル
...
トを待つ aio_write man3 aio_write - 非同期で書き込む alarm man2 alarm - シグナル配送のためのアラームクロックを ...
-
https://man.plustar.jp/manpage/man_a.html
- [similar]
- Man page of RTCSLEEP 7871
- RTCSLEEP Section: User Commands (1) Updated: sleep in APM suspend/standby mode Index JM Home Pag
...
コンピュータの電源を完全に遮断してしまうからである。 ALARM タイマーは有効にしなくてもよい。これは apmsleep に ...
-
https://man.plustar.jp/manpage/man1/apmsleep.1.html
- [similar]