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