File: index.html

package info (click to toggle)
tbb 2.0r020-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,128 kB
  • ctags: 4,501
  • sloc: cpp: 24,707; ansic: 1,563; asm: 777; makefile: 470; sh: 175
file content (36 lines) | stat: -rw-r--r-- 1,136 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<HTML>
<BODY>

<H2>Overview</H2>
This directory contains common code that is used in the Threading Building Blocks examples.

<P>
This code is not intended to be used directly.  It is incorporated automatically by the examples that need it.
</P>

<H2>Directories</H2>
<DL>
<DT><A HREF="gui">gui</A>
<DD>GUI code for examples that have graphical user interfaces.  Currently supports:
    <UL>
    <LI>GDI+*, Direct Draw (Windows* systems)
    <LI>OpenGL* (Mac OS* X systems)
    <LI>X-windows (Linux* or Mac OS* X systems)
    </UL>
    See the examples that use the GUI
    (<A HREF=../parallel_for/tacheon/index.html>tacheon</A> and <A HREF=../parallel_for/seismic/index.html>seismic</A>)
    for more details.
</DL>

<HR>
<A HREF="../index.html">Up to parent directory</A>
<p></p>
Copyright &copy; 2005-2008 Intel Corporation.  All Rights Reserved.
<p></p>
Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are 
registered trademarks or trademarks of Intel Corporation or its 
subsidiaries in the United States and other countries. 
<p></p>
* Other names and brands may be claimed as the property of others.
</BODY>
</HTML>