diff options
author | Daniel Veillard <veillard@redhat.com> | 2009-09-10 18:23:39 +0200 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2009-09-10 18:23:39 +0200 |
commit | 293416828e1467f877d9dd928f174dcf81b103bc (patch) | |
tree | b4ebc11497be0e6aafc5824844bbb5cbf885feeb /doc/html/libxml-threads.html | |
parent | d87c5d1c4fcd21641c66d93392d1761c2350f93b (diff) | |
download | platform_external_libxml2-293416828e1467f877d9dd928f174dcf81b103bc.tar.gz platform_external_libxml2-293416828e1467f877d9dd928f174dcf81b103bc.tar.bz2 platform_external_libxml2-293416828e1467f877d9dd928f174dcf81b103bc.zip |
Release of libxml2-2.7.4
* configure.in: new version
* libxml.spec.in: cleanup
* xmlregexp.c: fix a comment
* doc/apibuild.py: update
* doc/*: regenerate everything
Diffstat (limited to 'doc/html/libxml-threads.html')
-rw-r--r-- | doc/html/libxml-threads.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/libxml-threads.html b/doc/html/libxml-threads.html index fd4e79af..812336ec 100644 --- a/doc/html/libxml-threads.html +++ b/doc/html/libxml-threads.html @@ -48,7 +48,7 @@ The content of this structure is not made public by the API. <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>tok</tt></i>:</span></td><td>the reentrant mutex</td></tr></tbody></table></div><h3><a name="xmlGetGlobalState" id="xmlGetGlobalState"></a>Function: xmlGetGlobalState</h3><pre class="programlisting"><a href="libxml-globals.html#xmlGlobalStatePtr">xmlGlobalStatePtr</a> xmlGetGlobalState (void)<br /> </pre><p>xmlGetGlobalState() is called to retrieve the global state for a thread.</p> <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the thread global state or NULL in case of error</td></tr></tbody></table></div><h3><a name="xmlGetThreadId" id="xmlGetThreadId"></a>Function: xmlGetThreadId</h3><pre class="programlisting">int xmlGetThreadId (void)<br /> -</pre><p>xmlGetThreadId() find the current thread ID number</p> +</pre><p>xmlGetThreadId() find the current thread ID number Note that this is likely to be broken on some platforms using pthreads as the specification doesn't mandate pthread_t to be an integer type</p> <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the current thread ID number</td></tr></tbody></table></div><h3><a name="xmlInitThreads" id="xmlInitThreads"></a>Function: xmlInitThreads</h3><pre class="programlisting">void xmlInitThreads (void)<br /> </pre><p>xmlInitThreads() is used to to initialize all the thread related data of the libxml2 library.</p> <h3><a name="xmlIsMainThread" id="xmlIsMainThread"></a>Function: xmlIsMainThread</h3><pre class="programlisting">int xmlIsMainThread (void)<br /> |