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
43161a51
Kaydet (Commit)
43161a51
authored
Agu 06, 2009
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix punctuation and one copy-paste error.
üst
29bc2cd4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
13 deletions
+10
-13
select.rst
Doc/library/select.rst
+10
-13
No files found.
Doc/library/select.rst
Dosyayı görüntüle @
43161a51
...
@@ -316,7 +316,7 @@ http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
...
@@ -316,7 +316,7 @@ http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
.. attribute:: kevent.filter
.. attribute:: kevent.filter
Name of the kernel filter
Name of the kernel filter
.
+---------------------------+---------------------------------------------+
+---------------------------+---------------------------------------------+
| Constant | Meaning |
| Constant | Meaning |
...
@@ -325,7 +325,7 @@ http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
...
@@ -325,7 +325,7 @@ http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
| | there is data available to read |
| | there is data available to read |
+---------------------------+---------------------------------------------+
+---------------------------+---------------------------------------------+
| :const:`KQ_FILTER_WRITE` | Takes a descriptor and returns whenever |
| :const:`KQ_FILTER_WRITE` | Takes a descriptor and returns whenever |
| | there is data available to
read
|
| | there is data available to
write
|
+---------------------------+---------------------------------------------+
+---------------------------+---------------------------------------------+
| :const:`KQ_FILTER_AIO` | AIO requests |
| :const:`KQ_FILTER_AIO` | AIO requests |
+---------------------------+---------------------------------------------+
+---------------------------+---------------------------------------------+
...
@@ -345,7 +345,7 @@ http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
...
@@ -345,7 +345,7 @@ http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
.. attribute:: kevent.flags
.. attribute:: kevent.flags
Filter action
Filter action
.
+---------------------------+---------------------------------------------+
+---------------------------+---------------------------------------------+
| Constant | Meaning |
| Constant | Meaning |
...
@@ -374,10 +374,9 @@ http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
...
@@ -374,10 +374,9 @@ http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
.. attribute:: kevent.fflags
.. attribute:: kevent.fflags
Filter specific flags
Filter specific flags.
:const:`KQ_FILTER_READ` and :const:`KQ_FILTER_WRITE` filter flags
:const:`KQ_FILTER_READ` and :const:`KQ_FILTER_WRITE` filter flags
:
+----------------------------+--------------------------------------------+
+----------------------------+--------------------------------------------+
| Constant | Meaning |
| Constant | Meaning |
...
@@ -385,8 +384,7 @@ http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
...
@@ -385,8 +384,7 @@ http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
| :const:`KQ_NOTE_LOWAT` | low water mark of a socket buffer |
| :const:`KQ_NOTE_LOWAT` | low water mark of a socket buffer |
+----------------------------+--------------------------------------------+
+----------------------------+--------------------------------------------+
:const:`KQ_FILTER_VNODE` filter flags:
:const:`KQ_FILTER_VNODE` filter flags
+----------------------------+--------------------------------------------+
+----------------------------+--------------------------------------------+
| Constant | Meaning |
| Constant | Meaning |
...
@@ -406,8 +404,7 @@ http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
...
@@ -406,8 +404,7 @@ http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
| :const:`KQ_NOTE_REVOKE` | access to the file was revoked |
| :const:`KQ_NOTE_REVOKE` | access to the file was revoked |
+----------------------------+--------------------------------------------+
+----------------------------+--------------------------------------------+
:const:`KQ_FILTER_PROC` filter flags:
:const:`KQ_FILTER_PROC` filter flags
+----------------------------+--------------------------------------------+
+----------------------------+--------------------------------------------+
| Constant | Meaning |
| Constant | Meaning |
...
@@ -430,7 +427,7 @@ http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
...
@@ -430,7 +427,7 @@ http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
| :const:`KQ_NOTE_TRACKERR` | unable to attach to a child |
| :const:`KQ_NOTE_TRACKERR` | unable to attach to a child |
+----------------------------+--------------------------------------------+
+----------------------------+--------------------------------------------+
:const:`KQ_FILTER_NETDEV` filter flags
[not available on Mac OS X]
:const:`KQ_FILTER_NETDEV` filter flags
(not available on Mac OS X):
+----------------------------+--------------------------------------------+
+----------------------------+--------------------------------------------+
| Constant | Meaning |
| Constant | Meaning |
...
@@ -445,9 +442,9 @@ http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
...
@@ -445,9 +442,9 @@ http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
.. attribute:: kevent.data
.. attribute:: kevent.data
Filter specific data
Filter specific data
.
.. attribute:: kevent.udata
.. attribute:: kevent.udata
User defined value
User defined value
.
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