.\" Copyright (c) 2009 Linux Foundation, written by Michael Kerrisk .\" .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. .\" .\" Permission is granted to copy and distribute modified versions of this .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one. .\" .\" Since the Linux kernel and libraries are constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .\" .\" Japanese Version Copyright (c) 2013 Akihiro MOTOKI .\" all rights reserved. .\" Translated 2013-08-17, Akihiro MOTOKI .\" .TH TIMER_DELETE 2 2009\-02\-20 Linux "Linux Programmer's Manual" .SH 名前 timer_delete \- プロセス単位の POSIX タイマーを削除する .SH 書式 .nf \fB#include \fP \fBint timer_delete(timer_t \fP\fItimerid\fP\fB);\fP .fi \fI\-lrt\fP でリンクする。 .sp .in -4n glibc 向けの機能検査マクロの要件 (\fBfeature_test_macros\fP(7) 参照): .in .sp \fBtimer_delete\fP(): _POSIX_C_SOURCE\ >=\ 199309L .SH 説明 \fBtimer_delete\fP() は \fItimerid\fP で指定された ID のタイマーを削除する。 \fBtimer_delete\fP() が呼び出された時点でタイマーが開始されている場合は、 削除する前にタイマーの解除が行われる。 削除されるタイマーにより生成された処理待ちシグナルの扱いは不定 (unspecified) である。 .SH 返り値 成功すると、 \fBtimer_delete\fP() は 0 を返す。 失敗すると、 \-1 が返り、 \fIerrno\fP にエラーを示す値が設定される。 .SH エラー .TP \fBEINVAL\fP \fItimerid\fP が有効なタイマー ID ではない。 .SH バージョン このシステムコールは Linux 2.6 以降で利用できる。 .SH 準拠 POSIX.1\-2001. .SH 関連項目 \fBclock_gettime\fP(2), \fBtimer_create\fP(2), \fBtimer_getoverrun\fP(2), \fBtimer_settime\fP(2), \fBtime\fP(7) .SH この文書について この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部である。 プロジェクトの説明とバグ報告に関する情報は \%http://www.kernel.org/doc/man\-pages/ に書かれている。