OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / glibc-linuxthreads / draft / man3 / pthread_equal.3
index 94350ba..c7cd0e5 100644 (file)
 .\" Translated Tue Dec 31 17:51:46 JST 2002
 .\"         by Suzuki Takashi.
 .\"
-.\"WORD:    thread identifier   ¥¹¥ì¥Ã¥ÉID
+.\"WORD:    thread identifier   スレッドID
 .\"
 .\"
 .TH PTHREAD_EQUAL 3 LinuxThreads
 
 .\"O .SH NAME
 .\"O pthread_equal \- compare two thread identifiers
-.SH Ì¾Á°
-pthread_equal \- 2 ¤Ä¤Î¥¹¥ì¥Ã¥É ID ¤òÈæ³Ó¤¹¤ë
+.SH 名前
+pthread_equal \- 2 つのスレッド ID を比較する
 
 .\"O .SH SYNOPSIS
-.SH "½ñ¼°"
+.SH "書式"
 .B #include <pthread.h>
 
 .BI "int pthread_equal(pthread_t " thread1 ", pthread_t " thread2 ");"
@@ -41,9 +41,9 @@ pthread_equal \- 2 
 .\"O .B "pthread_equal"
 .\"O determines if two thread identifiers refer to the same
 .\"O thread.
-.SH "ÀâÌÀ"
+.SH "説明"
 .B "pthread_equal"
-¤Ï 2 ¤Ä¤Î¥¹¥ì¥Ã¥É ID ¤¬Æ±°ì¤Î¥¹¥ì¥Ã¥É¤ò»Ø¤·¤Æ¤¤¤ë¤«¤É¤¦¤«¤òȽÄꤹ¤ë¡£
+は 2 つのスレッド ID が同一のスレッドを指しているかどうかを判定する。
 
 .\"O .SH "RETURN VALUE"
 .\"O A non-zero value is returned if 
@@ -52,18 +52,18 @@ pthread_equal \- 2 
 .\"O .I "thread2"
 .\"O refer to the
 .\"O same thread. Otherwise, 0 is returned.
-.SH "ÊÖ¤êÃÍ"
+.SH "返り値"
 .I "thread1"
-¤È
+と
 .I "thread2"
-¤¬Æ±°ì¤Î¥¹¥ì¥Ã¥É¤ò»Ø¤·¤Æ¤¤¤ë¤È¤­¡¢
-Èó 0 ¤ÎÃͤ¬Ê֤롣
-¤½¤ì°Ê³°¤Î¾ì¹ç¡¢ 0 ¤¬Ê֤롣
+が同一のスレッドを指しているとき、
+非 0 の値が返る。
+それ以外の場合、 0 が返る。
 
 .\"O .SH AUTHOR
-.SH "Ãø¼Ô"
+.SH "著者"
 Xavier Leroy <Xavier.Leroy@inria.fr>
 
 .\"O .SH "SEE ALSO"
-.SH "´ØÏ¢¹àÌÜ"
+.SH "関連項目"
 .BR "pthread_self" (3).