Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/thread/doc/reference.xml @ 14

Last change on this file since 14 was 12, checked in by landauf, 17 years ago

added boost

File size: 749 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
3  "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd" [
4  <!ENTITY % threads.entities SYSTEM "entities.xml">
5  %threads.entities;
6]>
7<library-reference id="threads.reference"
8  last-revision="$Date: 2005/10/16 14:37:34 $"
9  xmlns:xi="http://www.w3.org/2001/XInclude">
10  <xi:include href="barrier-ref.xml"/>
11  <xi:include href="condition-ref.xml"/>
12  <xi:include href="exceptions-ref.xml"/>
13  <xi:include href="mutex-ref.xml"/>
14  <xi:include href="once-ref.xml"/>
15  <xi:include href="recursive_mutex-ref.xml"/>
16  <xi:include href="thread-ref.xml"/>
17  <xi:include href="tss-ref.xml"/>
18  <xi:include href="xtime-ref.xml"/>
19</library-reference>
Note: See TracBrowser for help on using the repository browser.