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
7f54dce9
Commit
7f54dce9
authored
Jul 18, 2010
by
Jean-Paul Calderone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the extra epoll flags
parent
7f94f392
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Doc/library/select.rst
Doc/library/select.rst
+5
-5
No files found.
Doc/library/select.rst
View file @
7f54dce9
...
...
@@ -131,15 +131,15 @@ Edge and Level Trigger Polling (epoll) Objects
| :const:`EPOLLONESHOT` | Set one-shot behavior. After one event is |
| | pulled out, the fd is internally disabled |
+-----------------------+-----------------------------------------------+
| :const:`EPOLLRDNORM` |
???
|
| :const:`EPOLLRDNORM` |
Equivalent to :const:`EPOLLIN`
|
+-----------------------+-----------------------------------------------+
| :const:`EPOLLRDBAND` |
???
|
| :const:`EPOLLRDBAND` |
Priority data band can be read.
|
+-----------------------+-----------------------------------------------+
| :const:`EPOLLWRNORM` |
???
|
| :const:`EPOLLWRNORM` |
Equivalent to :const:`EPOLLOUT`
|
+-----------------------+-----------------------------------------------+
| :const:`EPOLLWRBAND` |
???
|
| :const:`EPOLLWRBAND` |
Priority data may be written.
|
+-----------------------+-----------------------------------------------+
| :const:`EPOLLMSG` |
???
|
| :const:`EPOLLMSG` |
Ignored.
|
+-----------------------+-----------------------------------------------+
...
...
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