~ubuntu-branches/ubuntu/natty/clamav/natty-updates

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2011-08-25 09:02:32 UTC
  • mfrom: (105.2.2 natty-proposed) (105.1.5 oneiric)
  • Revision ID: package-import@ubuntu.com-20110825090232-84nkdn9ah8w9o83g
Tags: 0.97.2+dfsg-1ubuntu1.11.04
Microversion update from 0.97 to 0.97.2 (LP: #826828)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
 
<HTML>
3
 
<HEAD>
4
 
        <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
5
 
        <TITLE>PTHREAD_NUM_PROCESSORS_NP manual page</TITLE>
6
 
        <META NAME="GENERATOR" CONTENT="OpenOffice.org 1.1.3  (Linux)">
7
 
        <META NAME="CREATED" CONTENT="20050505;322600">
8
 
        <META NAME="CHANGED" CONTENT="20050505;21514100">
9
 
        <!-- manual page source format generated by PolyglotMan v3.2, -->
10
 
        <!-- available at http://polyglotman.sourceforge.net/ -->
11
 
</HEAD>
12
 
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
13
 
<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http://sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
14
 
<P><A HREF="index.html">Reference Index</A></P>
15
 
<P><A HREF="#toc">Table of Contents</A></P>
16
 
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
17
 
<P STYLE="font-weight: medium">pthread_num_processors_np – get the
18
 
number of processors (CPUs) in use by the process</P>
19
 
<H2><A HREF="#toc1" NAME="sect1">Synopsis</A></H2>
20
 
<P><B>#include &lt;pthread.h&gt;</B> 
21
 
</P>
22
 
<P><B>int pthread_num_processors_np(void);</B></P>
23
 
<H2><A HREF="#toc2" NAME="sect2">Description</A></H2>
24
 
<P><B>pthread_num_processors_np </B>returns the number of processors
25
 
in the system. This implementation actually returns the number of
26
 
processors available to the process, which can be a lower number than
27
 
the system's number, depending on the process's affinity mask.</P>
28
 
<H2><A HREF="#toc3" NAME="sect3">Cancellation</A></H2>
29
 
<P>None.</P>
30
 
<H2><A HREF="#toc4" NAME="sect4"><FONT COLOR="#000080">Return Value</FONT></A></H2>
31
 
<P><B>pthread_num_processors_np</B> returns the number of processors
32
 
currently available to the process.</P>
33
 
<H2><A HREF="#toc5" NAME="sect5">Errors</A></H2>
34
 
<P>None.</P>
35
 
<H2><A HREF="#toc6" NAME="sect6">Author</A></H2>
36
 
<P>Ross Johnson for use with <A HREF="http://sources.redhat.com/pthreads-win32">Pthreads-w32</A>.</P>
37
 
<HR>
38
 
<P><A NAME="toc"></A><B>Table of Contents</B></P>
39
 
<UL>
40
 
        <LI><P STYLE="margin-bottom: 0cm"><A HREF="#sect0" NAME="toc0">Name</A>
41
 
                </P>
42
 
        <LI><P STYLE="margin-bottom: 0cm"><A HREF="#sect1" NAME="toc1">Synopsis</A>
43
 
                </P>
44
 
        <LI><P STYLE="margin-bottom: 0cm"><A HREF="#sect2" NAME="toc2">Description</A>
45
 
                </P>
46
 
        <LI><P STYLE="margin-bottom: 0cm"><A HREF="#sect3" NAME="toc3">Cancellation</A>
47
 
                </P>
48
 
        <LI><P STYLE="margin-bottom: 0cm"><A HREF="#sect4" NAME="toc4">Return
49
 
        Value</A> 
50
 
        </P>
51
 
        <LI><P STYLE="margin-bottom: 0cm"><A HREF="#sect5" NAME="toc5">Errors</A>
52
 
                </P>
53
 
        <LI><P><A HREF="#sect6" NAME="toc6">Author</A> 
54
 
        </P>
55
 
</UL>
56
 
</BODY>
57
 
</HTML>