OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / glibc-linuxthreads / draft / man3 / pthread_self.3
1 .\"   Copyright (C) 1996-1999 Free Software Foundation, Inc.
2 .\"
3 .\"   Permission is granted to make and distribute verbatim copies of
4 .\" this manual provided the copyright notice and this permission notice are
5 .\" preserved on all copies.
6 .\"
7 .\"   Permission is granted to copy and distribute modified versions of
8 .\" this manual under the conditions for verbatim copying, provided that
9 .\" the entire resulting derived work is distributed under the terms of a
10 .\" permission notice identical to this one.
11 .\"
12 .\"   Permission is granted to copy and distribute translations of this
13 .\" manual into another language, under the above conditions for modified
14 .\" versions, except that this permission notice may be stated in a
15 .\" translation approved by the Foundation.
16 .\"
17 .\" Copyright (C) 1996 Xavier Leroy.
18 .\"
19 .\" Japanese Version Copyright (C) 2002-2003 Suzuki Takashi
20 .\"         all rights reserved.
21 .\" Translated Tue Dec 31 17:59:05 JST 2002
22 .\"         by Suzuki Takashi.
23 .\"
24 .\"WORD:    current thread      ¥«¥ì¥ó¥È¥¹¥ì¥Ã¥É
25 .\"WORD:    calling thread      ¸Æ¤Ó½Ð¤·¥¹¥ì¥Ã¥É
26 .\"WORD:    thread identifier   ¥¹¥ì¥Ã¥ÉID
27 .\"
28 .\"
29 .TH PTHREAD_SELF 3 LinuxThreads
30
31 .\"O .SH NAME
32 .\"O pthread_self \- return identifier of current thread
33 .SH "̾Á°"
34 pthread_self \- ¥«¥ì¥ó¥È¥¹¥ì¥Ã¥É¤Î ID ¤òÊÖ¤¹
35
36 .\"O .SH SYNOPSIS
37 .SH "½ñ¼°"
38 .B #include <pthread.h>
39
40 .BI "pthread_t pthread_self(void);"
41
42 .\"O .SH DESCRIPTION
43 .\"O .B "pthread_self"
44 .\"O return the thread identifier for the calling thread.
45 .SH "ÀâÌÀ"
46 .B "pthread_self"
47 ¤Ï¸Æ¤Ó½Ð¤·¥¹¥ì¥Ã¥É¤Î¥¹¥ì¥Ã¥É ID ¤òÊÖ¤¹¡£
48
49 .\"O .SH AUTHOR
50 .SH "Ãø¼Ô"
51 Xavier Leroy <Xavier.Leroy@inria.fr>
52
53 .\"O .SH "SEE ALSO"
54 .SH "´ØÏ¢¹àÌÜ"
55 .BR "pthread_equal" (3),
56 .BR "pthread_join" (3),
57 .BR "pthread_detach" (3),
58 .BR "pthread_setschedparam" (3),
59 .BR "pthread_getschedparam" (3).