mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Add dummy_thread[ing] sections and reference these from libthread[ing].
This commit is contained in:
parent
ad50ca91a9
commit
2969233f9a
3 changed files with 8 additions and 1 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue