Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/thread/doc/reference.xml @ 35

Last change on this file since 35 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 1.2 KB
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 % thread.entities SYSTEM "entities.xml">
5  %thread.entities;
6]>
7<!-- Copyright (c) 2002-2003 William E. Kempf, Michael Glassford
8     Subject to the Boost Software License, Version 1.0.
9     (See accompanying file LICENSE-1.0 or  http://www.boost.org/LICENSE-1.0)
10-->
11<library-reference id="thread.reference"
12  last-revision="$Date: 2007/01/01 16:45:52 $"
13  xmlns:xi="http://www.w3.org/2001/XInclude">
14  <xi:include href="barrier-ref.xml"/>
15  <xi:include href="condition-ref.xml"/>
16  <xi:include href="exceptions-ref.xml"/>
17  <xi:include href="mutex-ref.xml"/>
18  <xi:include href="once-ref.xml"/>
19  <xi:include href="recursive_mutex-ref.xml"/>
20<!--
21  The read_write_mutex is held back from release, since the
22  implementation suffers from a serious, yet unresolved bug.
23  The implementation is likely to appear in a reworked
24  form in the next release.
25-->
26  <xi:include href="read_write_mutex-ref.xml"/>
27  <xi:include href="thread-ref.xml"/>
28  <xi:include href="tss-ref.xml"/>
29  <xi:include href="xtime-ref.xml"/>
30</library-reference>
Note: See TracBrowser for help on using the repository browser.