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
9b058119
Kaydet (Commit)
9b058119
authored
Eki 11, 1996
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added embryonic description of fcntl.lockf(). Added pointer to that
in posixfile (which is obsolescent).
üst
22f7f9e6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
0 deletions
+18
-0
libfcntl.tex
Doc/lib/libfcntl.tex
+5
-0
libposixfile.tex
Doc/lib/libposixfile.tex
+4
-0
libfcntl.tex
Doc/libfcntl.tex
+5
-0
libposixfile.tex
Doc/libposixfile.tex
+4
-0
No files found.
Doc/lib/libfcntl.tex
Dosyayı görüntüle @
9b058119
...
...
@@ -42,6 +42,11 @@ See the Unix manual for details. (On some systems, this function is
emulated using
\code
{
fcntl
}
.)
\end{funcdesc}
\begin{funcdesc}
{
lockf
}{
fd
\,
code
\,
\optional
{
len
\,
\optional
{
start
\,
\optional
{
whence
}}}}
This is a wrapper around the
\code
{
F
_
SETLK
}
and
\code
{
F
_
SETLKW
}
\code
{
fcntl()
}
calls. See the Unix manual for details.
\end{funcdesc}
If the library modules
\code
{
FCNTL
}
or
\code
{
IOCTL
}
are missing, you
can find the opcodes in the C include files
\code
{
sys/fcntl
}
and
\code
{
sys/ioctl
}
. You can create the modules yourself with the h2py
...
...
Doc/lib/libposixfile.tex
Dosyayı görüntüle @
9b058119
...
...
@@ -3,6 +3,10 @@
\bimodindex
{
posixfile
}
\indexii
{
posix
}{
file object
}
\emph
{
Note:
}
This module will become obsolete in a future release.
The locking operation that it provides is done better and more
portably by the
\code
{
fcntl.lockf()
}
call.
This module implements some additional functionality over the built-in
file objects. In particular, it implements file locking, control over
the file flags, and an easy interface to duplicate the file object.
...
...
Doc/libfcntl.tex
Dosyayı görüntüle @
9b058119
...
...
@@ -42,6 +42,11 @@ See the Unix manual for details. (On some systems, this function is
emulated using
\code
{
fcntl
}
.)
\end{funcdesc}
\begin{funcdesc}
{
lockf
}{
fd
\,
code
\,
\optional
{
len
\,
\optional
{
start
\,
\optional
{
whence
}}}}
This is a wrapper around the
\code
{
F
_
SETLK
}
and
\code
{
F
_
SETLKW
}
\code
{
fcntl()
}
calls. See the Unix manual for details.
\end{funcdesc}
If the library modules
\code
{
FCNTL
}
or
\code
{
IOCTL
}
are missing, you
can find the opcodes in the C include files
\code
{
sys/fcntl
}
and
\code
{
sys/ioctl
}
. You can create the modules yourself with the h2py
...
...
Doc/libposixfile.tex
Dosyayı görüntüle @
9b058119
...
...
@@ -3,6 +3,10 @@
\bimodindex
{
posixfile
}
\indexii
{
posix
}{
file object
}
\emph
{
Note:
}
This module will become obsolete in a future release.
The locking operation that it provides is done better and more
portably by the
\code
{
fcntl.lockf()
}
call.
This module implements some additional functionality over the built-in
file objects. In particular, it implements file locking, control over
the file flags, and an easy interface to duplicate the file object.
...
...
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