mirror of
https://github.com/boostorg/thread.git
synced 2026-01-24 18:32:32 +00:00
31 lines
1.2 KiB
XML
31 lines
1.2 KiB
XML
<?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$"
|
|
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>
|