Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c37e6675
Commit
c37e6675
authored
Nov 20, 2011
by
Jonathan Wakely
Committed by
Jonathan Wakely
Nov 20, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/xml/manual/status_cxx2011.xml: Fix docbook markup.
From-SVN: r181533
parent
062a9025
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
9 deletions
+13
-9
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/doc/xml/manual/status_cxx2011.xml
+9
-9
No files found.
libstdc++-v3/ChangeLog
View file @
c37e6675
2011-11-20 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/xml/manual/status_cxx2011.xml: Fix docbook markup.
2011-11-20 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/xml/manual/appendix_contributing.xml: Do not use "here" as link
text.
* doc/xml/faq.xml: Likewise. Do not request standard library issues
...
...
libstdc++-v3/doc/xml/manual/status_cxx2011.xml
View file @
c37e6675
...
...
@@ -2648,29 +2648,29 @@ particular release.
<methodname>
native_handle
</methodname>
are provided. The handle types
are defined in terms of the Gthreads abstraction layer.
<itemizedlist>
<listitem><classname>
thread
</classname>
: The native handle type is
<listitem><
para><
classname>
thread
</classname>
: The native handle type is
a typedef for
<code>
__gthread_t
</code>
i.e.
<code>
pthread_t
</code>
when GCC is configured with the
<literal>
posix
</literal>
thread
model. The value of the native handle is undefined for a thread
which is not joinable.
</listitem>
<listitem><classname>
mutex
</classname>
and
<classname>
timed_mutex
</classname>
:
</
para></
listitem>
<listitem><
para><
classname>
mutex
</classname>
and
<classname>
timed_mutex
</classname>
:
The native handle type is
<code>
__gthread_mutex_t*
</code>
i.e.
<code>
pthread_mutex_t*
</code>
for the
<literal>
posix
</literal>
thread model.
</listitem>
<listitem><classname>
recursive_mutex
</classname>
and
</
para></
listitem>
<listitem><
para><
classname>
recursive_mutex
</classname>
and
<classname>
recursive_timed_mutex
</classname>
:
The native handle type is
<code>
__gthread_recursive_mutex_t*
</code>
i.e.
<code>
pthread_mutex_t*
</code>
for the
<literal>
posix
</literal>
thread model.
</listitem>
<listitem><classname>
condition_variable
</classname>
: The native
</
para></
listitem>
<listitem><
para><
classname>
condition_variable
</classname>
: The native
handle type is
<code>
__gthread_cond_t*
</code>
i.e.
<code>
pthread_cond_t*
</code>
for the
<literal>
posix
</literal>
thread model.
</listitem>
</
para></
listitem>
</itemizedlist>
</para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment