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