mirror of
https://github.com/boostorg/thread.git
synced 2026-01-24 06:22:12 +00:00
25 lines
977 B
XML
25 lines
977 B
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"/>
|
|
<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>
|