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> |
---|