-
- Downloads
Make it possible to run with poll() instead of epoll()
Mostly to facilitate testing, but maybe in the future we want to work on Linux systems with broken epoll support?
Showing
- Makefile 1738 additions, 152 deletionsMakefile
- src/core/iomgr/pollset_multipoller_with_epoll.c 4 additions, 2 deletionssrc/core/iomgr/pollset_multipoller_with_epoll.c
- src/core/iomgr/pollset_multipoller_with_poll_posix.c 7 additions, 3 deletionssrc/core/iomgr/pollset_multipoller_with_poll_posix.c
- src/core/iomgr/pollset_posix.h 5 additions, 1 deletionsrc/core/iomgr/pollset_posix.h
- test/core/end2end/fixtures/chttp2_fullstack_with_poll.c 118 additions, 0 deletionstest/core/end2end/fixtures/chttp2_fullstack_with_poll.c
- test/core/end2end/fixtures/chttp2_simple_ssl_fullstack_with_poll.c 166 additions, 0 deletions.../end2end/fixtures/chttp2_simple_ssl_fullstack_with_poll.c
- test/core/end2end/gen_build_json.py 2 additions, 0 deletionstest/core/end2end/gen_build_json.py
- tools/run_tests/tests.json 745 additions, 57 deletionstools/run_tests/tests.json
- vsprojects/Grpc.mak 9 additions, 1 deletionvsprojects/Grpc.mak
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment