Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
68ca6a36
Commit
68ca6a36
authored
Dec 30, 2002
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fix use of \refmodule markup
- correct some module names, add hyperlinks - wrap some long lines
parent
d78b28ab
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
13 deletions
+15
-13
Doc/lib/libdummythread.tex
Doc/lib/libdummythread.tex
+4
-4
Doc/lib/libdummythreading.tex
Doc/lib/libdummythreading.tex
+5
-5
Doc/lib/libthread.tex
Doc/lib/libthread.tex
+3
-2
Doc/lib/libthreading.tex
Doc/lib/libthreading.tex
+3
-2
No files found.
Doc/lib/libdummythread.tex
View file @
68ca6a36
...
...
@@ -2,11 +2,11 @@
Drop-in replacement for the
\module
{
thread
}
module
}
\declaremodule
[dummythread]
{
standard
}{
dummy
_
thread
}
\modulesynopsis
{
Drop-in replacement for the
thread
module.
}
\modulesynopsis
{
Drop-in replacement for the
\refmodule
{
thread
}
module.
}
This module provides a duplicate interface to the
\refmodule
{
thread
}
module. It
is meant to be imported when the
\module
{
thread
}
module is not provided on a
platform.
This module provides a duplicate interface to the
\refmodule
{
thread
}
module. It is meant to be imported when the
\refmodule
{
thread
}
module
is not provided on a
platform.
Suggested usage is:
...
...
Doc/lib/libdummythreading.tex
View file @
68ca6a36
\section
{
\module
{
dummy
_
thread
}
---
\section
{
\module
{
dummy
_
thread
ing
}
---
Drop-in replacement for the
\module
{
threading
}
module
}
\declaremodule
[dummythreading]
{
standard
}{
dummy
_
threading
}
\modulesynopsis
{
Drop-in replacement for the
threading
module.
}
\modulesynopsis
{
Drop-in replacement for the
\refmodule
{
threading
}
module.
}
This module provides a duplicate interface to the
\refmodule
{
threading
}
module. It
is meant to be imported when the
\module
{
threading
}
module is not provided on a
platform.
This module provides a duplicate interface to the
\refmodule
{
threading
}
module. It is meant to be imported when the
\refmodule
{
thread
}
module is not provided on a
platform.
Suggested usage is:
...
...
Doc/lib/libthread.tex
View file @
68ca6a36
...
...
@@ -18,8 +18,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. 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.
module, the
\refmodule
[dummythread]
{
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
}
...
...
Doc/lib/libthreading.tex
View file @
68ca6a36
...
...
@@ -8,8 +8,9 @@
This module constructs higher-level threading interfaces on top of the
lower level
\refmodule
{
thread
}
module.
The
\refmodule
{
dummy
_
threading
}
module is provided for situations where
\module
{
threading
}
cannot be used because
\module
{
thread
}
is missing.
The
\refmodule
[dummythreading]
{
dummy
_
threading
}
module is provided for
situations where
\module
{
threading
}
cannot be used because
\refmodule
{
thread
}
is missing.
This module is safe for use with
\samp
{
from threading import *
}
. It
defines the following functions and objects:
...
...
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