Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
740f8002
Kaydet (Commit)
740f8002
authored
Ara 30, 2002
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- fix use of \refmodule markup
- correct some module names, add hyperlinks - wrap some long lines
üst
a3b89532
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
13 deletions
+15
-13
libdummythread.tex
Doc/lib/libdummythread.tex
+4
-4
libdummythreading.tex
Doc/lib/libdummythreading.tex
+5
-5
libthread.tex
Doc/lib/libthread.tex
+3
-2
libthreading.tex
Doc/lib/libthreading.tex
+3
-2
No files found.
Doc/lib/libdummythread.tex
Dosyayı görüntüle @
740f8002
...
...
@@ -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
Dosyayı görüntüle @
740f8002
\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
Dosyayı görüntüle @
740f8002
...
...
@@ -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
Dosyayı görüntüle @
740f8002
...
...
@@ -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