Commit fd98f1c8 authored by Mike Hearn's avatar Mike Hearn Committed by Alexandre Julliard

Add some documentation on how threading is implemented in Wine.

Covers basic Win32 threading primitives, syslevels, the TEB and pthreads vs kthreads.
parent 6ddfba14
......@@ -12,6 +12,7 @@
<!entity opengl SYSTEM "opengl.sgml">
<!entity ddraw SYSTEM "ddraw.sgml">
<!entity multimedia SYSTEM "multimedia.sgml">
<!entity threading SYSTEM "threading.sgml">
<!entity implementation SYSTEM "implementation.sgml">
<!entity porting SYSTEM "porting.sgml">
......@@ -56,6 +57,10 @@
<surname>den Haan</surname>
</author>
<author>
<firstname>Mike</firstname>
<surname>Hearn</surname>
</author>
<author>
<firstname>Ove</firstname>
<surname>Kaaven</surname>
</author>
......@@ -125,6 +130,7 @@
&opengl;
&ddraw;
&multimedia;
&threading;
</part>
<part id="part-three">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment