~ubuntu-branches/ubuntu/feisty/clamav/feisty

« back to all changes in this revision

Viewing changes to win32/3rdparty/pthreads/manual/pthread_equal.html

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-02-20 10:33:44 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20070220103344-zgcu2psnx9d98fpa
Tags: upstream-0.90
ImportĀ upstreamĀ versionĀ 0.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- manual page source format generated by PolyglotMan v3.2, -->
2
 
<!-- available at http://polyglotman.sourceforge.net/ -->
3
 
 
4
 
<html>
5
 
<head>
6
 
<title>PTHREAD_EQUAL(3) manual page</title>
7
 
</head>
8
 
<body bgcolor='white'>
9
 
<a href='#toc'>Table of Contents</a><p>
10
 
 
11
 
<p> 
12
 
<h2><a name='sect0' href='#toc0'>Name</a></h2>
13
 
pthread_equal - compare two thread identifiers 
14
 
<p> 
15
 
<h2><a name='sect1' href='#toc1'>Synopsis</a></h2>
16
 
<b>#include &lt;pthread.h&gt;</b>
17
 
 
18
 
<p> <b>int pthread_equal(pthread_t </b><i>thread1</i><b>, pthread_t </b><i>thread2</i><b>);</b> 
19
 
<p> 
20
 
<h2><a name='sect2' href='#toc2'>Description</a></h2>
21
 
<b>pthread_equal</b>
22
 
determines if two thread identifiers refer to the same thread. 
23
 
<p> 
24
 
<h2><a name='sect3' href='#toc3'>Return Value</a></h2>
25
 
A
26
 
non-zero value is returned if  <i>thread1</i> and  <i>thread2</i> refer to the same thread.
27
 
Otherwise, 0 is returned. 
28
 
<p> 
29
 
<h2><a name='sect4' href='#toc4'>Author</a></h2>
30
 
Xavier Leroy &lt;Xavier.Leroy@inria.fr&gt; 
31
 
<p> 
32
 
<h2><a name='sect5' href='#toc5'>See Also</a></h2>
33
 
<a href='file:pthread_self.html'><b>pthread_self</b>(3)</a>
34
 
.
35
 
<p>
36
 
 
37
 
<hr><p>
38
 
<a name='toc'><b>Table of Contents</b></a><p>
39
 
<ul>
40
 
<li><a name='toc0' href='#sect0'>Name</a></li>
41
 
<li><a name='toc1' href='#sect1'>Synopsis</a></li>
42
 
<li><a name='toc2' href='#sect2'>Description</a></li>
43
 
<li><a name='toc3' href='#sect3'>Return Value</a></li>
44
 
<li><a name='toc4' href='#sect4'>Author</a></li>
45
 
<li><a name='toc5' href='#sect5'>See Also</a></li>
46
 
</ul>
47
 
</body>
48
 
</html>