tree: cbc6cccd8de1ae27db17ed37957b76c865aac0ea [path history] [tgz]
  1. event_engine_shims/
  2. block_annotate.h
  3. buffer_list.cc
  4. buffer_list.h
  5. call_combiner.cc
  6. call_combiner.h
  7. cfstream_handle.cc
  8. cfstream_handle.h
  9. closure.cc
  10. closure.h
  11. combiner.cc
  12. combiner.h
  13. dualstack_socket_posix.cc
  14. dynamic_annotations.h
  15. endpoint.cc
  16. endpoint.h
  17. endpoint_cfstream.cc
  18. endpoint_cfstream.h
  19. endpoint_pair.h
  20. endpoint_pair_posix.cc
  21. endpoint_pair_windows.cc
  22. error.cc
  23. error.h
  24. error_cfstream.cc
  25. error_cfstream.h
  26. ev_apple.cc
  27. ev_apple.h
  28. ev_epoll1_linux.cc
  29. ev_epoll1_linux.h
  30. ev_poll_posix.cc
  31. ev_poll_posix.h
  32. ev_posix.cc
  33. ev_posix.h
  34. ev_windows.cc
  35. exec_ctx.cc
  36. exec_ctx.h
  37. executor.cc
  38. executor.h
  39. fork_posix.cc
  40. fork_windows.cc
  41. gethostname.h
  42. gethostname_fallback.cc
  43. gethostname_host_name_max.cc
  44. gethostname_sysconf.cc
  45. grpc_if_nametoindex.h
  46. grpc_if_nametoindex_posix.cc
  47. grpc_if_nametoindex_unsupported.cc
  48. internal_errqueue.cc
  49. internal_errqueue.h
  50. iocp_windows.cc
  51. iocp_windows.h
  52. iomgr.cc
  53. iomgr.h
  54. iomgr_fwd.h
  55. iomgr_internal.cc
  56. iomgr_internal.h
  57. iomgr_posix.cc
  58. iomgr_posix_cfstream.cc
  59. iomgr_windows.cc
  60. lockfree_event.cc
  61. lockfree_event.h
  62. nameser.h
  63. polling_entity.cc
  64. polling_entity.h
  65. pollset.cc
  66. pollset.h
  67. pollset_set.cc
  68. pollset_set.h
  69. pollset_set_windows.cc
  70. pollset_set_windows.h
  71. pollset_windows.cc
  72. pollset_windows.h
  73. port.h
  74. python_util.h
  75. README.md
  76. resolve_address.cc
  77. resolve_address.h
  78. resolve_address_impl.h
  79. resolve_address_posix.cc
  80. resolve_address_posix.h
  81. resolve_address_windows.cc
  82. resolve_address_windows.h
  83. resolved_address.h
  84. sockaddr.h
  85. sockaddr_posix.h
  86. sockaddr_utils_posix.cc
  87. sockaddr_windows.h
  88. socket_factory_posix.cc
  89. socket_factory_posix.h
  90. socket_mutator.cc
  91. socket_mutator.h
  92. socket_utils.h
  93. socket_utils_common_posix.cc
  94. socket_utils_linux.cc
  95. socket_utils_posix.cc
  96. socket_utils_posix.h
  97. socket_utils_windows.cc
  98. socket_windows.cc
  99. socket_windows.h
  100. systemd_utils.cc
  101. systemd_utils.h
  102. tcp_client.cc
  103. tcp_client.h
  104. tcp_client_cfstream.cc
  105. tcp_client_posix.cc
  106. tcp_client_posix.h
  107. tcp_client_windows.cc
  108. tcp_posix.cc
  109. tcp_posix.h
  110. tcp_server.cc
  111. tcp_server.h
  112. tcp_server_posix.cc
  113. tcp_server_utils_posix.h
  114. tcp_server_utils_posix_common.cc
  115. tcp_server_utils_posix_ifaddrs.cc
  116. tcp_server_utils_posix_noifaddrs.cc
  117. tcp_server_windows.cc
  118. tcp_windows.cc
  119. tcp_windows.h
  120. timer.cc
  121. timer.h
  122. timer_generic.cc
  123. timer_generic.h
  124. timer_heap.cc
  125. timer_heap.h
  126. timer_manager.cc
  127. timer_manager.h
  128. unix_sockets_posix.cc
  129. unix_sockets_posix.h
  130. unix_sockets_posix_noop.cc
  131. vsock.cc
  132. vsock.h
  133. wakeup_fd_eventfd.cc
  134. wakeup_fd_nospecial.cc
  135. wakeup_fd_pipe.cc
  136. wakeup_fd_pipe.h
  137. wakeup_fd_posix.cc
  138. 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.