File: reference.xml

package info (click to toggle)
boost 1.34.1-14
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 116,412 kB
  • ctags: 259,566
  • sloc: cpp: 642,395; xml: 56,450; python: 17,612; ansic: 14,520; sh: 2,265; yacc: 858; perl: 481; makefile: 478; lex: 94; sql: 74; csh: 6
file content (30 lines) | stat: -rw-r--r-- 1,212 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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
  "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd" [
  <!ENTITY % thread.entities SYSTEM "entities.xml">
  %thread.entities;
]>
<!-- Copyright (c) 2002-2003 William E. Kempf, Michael Glassford
     Subject to the Boost Software License, Version 1.0. 
     (See accompanying file LICENSE-1.0 or  http://www.boost.org/LICENSE-1.0)
-->
<library-reference id="thread.reference"
  last-revision="$Date: 2007/01/01 16:45:52 $"
  xmlns:xi="http://www.w3.org/2001/XInclude">
  <xi:include href="barrier-ref.xml"/>
  <xi:include href="condition-ref.xml"/>
  <xi:include href="exceptions-ref.xml"/>
  <xi:include href="mutex-ref.xml"/>
  <xi:include href="once-ref.xml"/>
  <xi:include href="recursive_mutex-ref.xml"/>
<!--
  The read_write_mutex is held back from release, since the
  implementation suffers from a serious, yet unresolved bug.
  The implementation is likely to appear in a reworked
  form in the next release.
-->
  <xi:include href="read_write_mutex-ref.xml"/>
  <xi:include href="thread-ref.xml"/>
  <xi:include href="tss-ref.xml"/>
  <xi:include href="xtime-ref.xml"/>
</library-reference>