diff options
author | Guido van Rossum <guido@python.org> | 2002-12-30 22:34:10 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-12-30 22:34:10 (GMT) |
commit | 2969233f9af1479abb25814e5f4552e71b163bbd (patch) | |
tree | ca4e375f002302bde201887f0fd2bc17c4971b03 /Doc/lib/libthread.tex | |
parent | ad50ca91a99e9a16a583fb13799c79f23067ef30 (diff) | |
download | cpython-2969233f9af1479abb25814e5f4552e71b163bbd.zip cpython-2969233f9af1479abb25814e5f4552e71b163bbd.tar.gz cpython-2969233f9af1479abb25814e5f4552e71b163bbd.tar.bz2 |
Add dummy_thread[ing] sections and reference these from libthread[ing].
Diffstat (limited to 'Doc/lib/libthread.tex')
-rw-r--r-- | Doc/lib/libthread.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libthread.tex b/Doc/lib/libthread.tex index d302958..6dfd875 100644 --- a/Doc/lib/libthread.tex +++ b/Doc/lib/libthread.tex @@ -17,7 +17,9 @@ semaphores}) are provided. The module is optional. It is supported on Windows, Linux, SGI IRIX, Solaris 2.x, as well as on systems that have a \POSIX{} thread -(a.k.a. ``pthread'') implementation. +(a.k.a. ``pthread'') implementation. For systems lacking the \module{thread} +module, the \refmodule{dummy_thread} module is available. It duplicates this +module's interface and can be used as a drop-in replacement. \index{pthreads} \indexii{threads}{\POSIX} |