tree: c346808d4faa788281b0e2b2e70c65471ef9c51a [path history] [tgz]
  1. block_annotate.h
  2. call_combiner.cc
  3. call_combiner.h
  4. cfstream_handle.cc
  5. cfstream_handle.h
  6. closure.h
  7. combiner.cc
  8. combiner.h
  9. endpoint.cc
  10. endpoint.h
  11. endpoint_cfstream.cc
  12. endpoint_cfstream.h
  13. endpoint_pair.h
  14. endpoint_pair_posix.cc
  15. endpoint_pair_uv.cc
  16. endpoint_pair_windows.cc
  17. error.cc
  18. error.h
  19. error_cfstream.cc
  20. error_cfstream.h
  21. error_internal.h
  22. ev_epoll1_linux.cc
  23. ev_epoll1_linux.h
  24. ev_epollex_linux.cc
  25. ev_epollex_linux.h
  26. ev_epollsig_linux.cc
  27. ev_epollsig_linux.h
  28. ev_poll_posix.cc
  29. ev_poll_posix.h
  30. ev_posix.cc
  31. ev_posix.h
  32. ev_windows.cc
  33. exec_ctx.cc
  34. exec_ctx.h
  35. executor.cc
  36. executor.h
  37. fork_posix.cc
  38. fork_windows.cc
  39. gethostname.h
  40. gethostname_fallback.cc
  41. gethostname_host_name_max.cc
  42. gethostname_sysconf.cc
  43. gevent_util.h
  44. iocp_windows.cc
  45. iocp_windows.h
  46. iomgr.cc
  47. iomgr.h
  48. iomgr_custom.cc
  49. iomgr_custom.h
  50. iomgr_internal.cc
  51. iomgr_internal.h
  52. iomgr_posix.cc
  53. iomgr_posix.h
  54. iomgr_uv.cc
  55. iomgr_windows.cc
  56. is_epollexclusive_available.cc
  57. is_epollexclusive_available.h
  58. load_file.cc
  59. load_file.h
  60. lockfree_event.cc
  61. lockfree_event.h
  62. nameser.h
  63. network_status_tracker.cc
  64. network_status_tracker.h
  65. polling_entity.cc
  66. polling_entity.h
  67. pollset.cc
  68. pollset.h
  69. pollset_custom.cc
  70. pollset_custom.h
  71. pollset_set.cc
  72. pollset_set.h
  73. pollset_set_custom.cc
  74. pollset_set_custom.h
  75. pollset_set_windows.cc
  76. pollset_set_windows.h
  77. pollset_uv.cc
  78. pollset_uv.h
  79. pollset_windows.cc
  80. pollset_windows.h
  81. port.h
  82. README.md
  83. resolve_address.cc
  84. resolve_address.h
  85. resolve_address_custom.cc
  86. resolve_address_custom.h
  87. resolve_address_posix.cc
  88. resolve_address_windows.cc
  89. resource_quota.cc
  90. resource_quota.h
  91. sockaddr.h
  92. sockaddr_custom.h
  93. sockaddr_posix.h
  94. sockaddr_utils.cc
  95. sockaddr_utils.h
  96. sockaddr_windows.h
  97. socket_factory_posix.cc
  98. socket_factory_posix.h
  99. socket_mutator.cc
  100. socket_mutator.h
  101. socket_utils.h
  102. socket_utils_common_posix.cc
  103. socket_utils_linux.cc
  104. socket_utils_posix.cc
  105. socket_utils_posix.h
  106. socket_utils_uv.cc
  107. socket_utils_windows.cc
  108. socket_windows.cc
  109. socket_windows.h
  110. sys_epoll_wrapper.h
  111. tcp_client.cc
  112. tcp_client.h
  113. tcp_client_cfstream.cc
  114. tcp_client_custom.cc
  115. tcp_client_posix.cc
  116. tcp_client_posix.h
  117. tcp_client_windows.cc
  118. tcp_custom.cc
  119. tcp_custom.h
  120. tcp_posix.cc
  121. tcp_posix.h
  122. tcp_server.cc
  123. tcp_server.h
  124. tcp_server_custom.cc
  125. tcp_server_posix.cc
  126. tcp_server_utils_posix.h
  127. tcp_server_utils_posix_common.cc
  128. tcp_server_utils_posix_ifaddrs.cc
  129. tcp_server_utils_posix_noifaddrs.cc
  130. tcp_server_windows.cc
  131. tcp_uv.cc
  132. tcp_windows.cc
  133. tcp_windows.h
  134. time_averaged_stats.cc
  135. time_averaged_stats.h
  136. timer.cc
  137. timer.h
  138. timer_custom.cc
  139. timer_custom.h
  140. timer_generic.cc
  141. timer_generic.h
  142. timer_heap.cc
  143. timer_heap.h
  144. timer_manager.cc
  145. timer_manager.h
  146. timer_uv.cc
  147. udp_server.cc
  148. udp_server.h
  149. unix_sockets_posix.cc
  150. unix_sockets_posix.h
  151. unix_sockets_posix_noop.cc
  152. wakeup_fd_cv.cc
  153. wakeup_fd_cv.h
  154. wakeup_fd_eventfd.cc
  155. wakeup_fd_nospecial.cc
  156. wakeup_fd_pipe.cc
  157. wakeup_fd_pipe.h
  158. wakeup_fd_posix.cc
  159. wakeup_fd_posix.h
src/core/lib/iomgr/README.md

iomgr

Platform abstractions for I/O (mostly network).

Provides abstractions over TCP/UDP I/O, file loading, polling, and concurrency management for various operating systems.