tree: 40b41f4eb8c0953ef7c3f8a2810988fa36a10115 [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. 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. grpc_if_nametoindex.h
  45. grpc_if_nametoindex_posix.cc
  46. grpc_if_nametoindex_unsupported.cc
  47. internal_errqueue.cc
  48. internal_errqueue.h
  49. iocp_windows.cc
  50. iocp_windows.h
  51. iomgr.cc
  52. iomgr.h
  53. iomgr_fwd.h
  54. iomgr_internal.cc
  55. iomgr_internal.h
  56. iomgr_posix.cc
  57. iomgr_posix_cfstream.cc
  58. iomgr_windows.cc
  59. lockfree_event.cc
  60. lockfree_event.h
  61. nameser.h
  62. polling_entity.cc
  63. polling_entity.h
  64. pollset.cc
  65. pollset.h
  66. pollset_set.cc
  67. pollset_set.h
  68. pollset_set_windows.cc
  69. pollset_set_windows.h
  70. pollset_windows.cc
  71. pollset_windows.h
  72. port.h
  73. python_util.h
  74. README.md
  75. resolve_address.cc
  76. resolve_address.h
  77. resolve_address_impl.h
  78. resolve_address_posix.cc
  79. resolve_address_posix.h
  80. resolve_address_windows.cc
  81. resolve_address_windows.h
  82. resolved_address.h
  83. sockaddr.h
  84. sockaddr_posix.h
  85. sockaddr_utils_posix.cc
  86. sockaddr_windows.h
  87. socket_factory_posix.cc
  88. socket_factory_posix.h
  89. socket_mutator.cc
  90. socket_mutator.h
  91. socket_utils.h
  92. socket_utils_common_posix.cc
  93. socket_utils_linux.cc
  94. socket_utils_posix.cc
  95. socket_utils_posix.h
  96. socket_utils_windows.cc
  97. socket_windows.cc
  98. socket_windows.h
  99. systemd_utils.cc
  100. systemd_utils.h
  101. tcp_client.cc
  102. tcp_client.h
  103. tcp_client_cfstream.cc
  104. tcp_client_posix.cc
  105. tcp_client_posix.h
  106. tcp_client_windows.cc
  107. tcp_posix.cc
  108. tcp_posix.h
  109. tcp_server.cc
  110. tcp_server.h
  111. tcp_server_posix.cc
  112. tcp_server_utils_posix.h
  113. tcp_server_utils_posix_common.cc
  114. tcp_server_utils_posix_ifaddrs.cc
  115. tcp_server_utils_posix_noifaddrs.cc
  116. tcp_server_windows.cc
  117. tcp_windows.cc
  118. tcp_windows.h
  119. timer.cc
  120. timer.h
  121. timer_generic.cc
  122. timer_generic.h
  123. timer_heap.cc
  124. timer_heap.h
  125. timer_manager.cc
  126. timer_manager.h
  127. unix_sockets_posix.cc
  128. unix_sockets_posix.h
  129. unix_sockets_posix_noop.cc
  130. vsock.cc
  131. vsock.h
  132. wakeup_fd_eventfd.cc
  133. wakeup_fd_nospecial.cc
  134. wakeup_fd_pipe.cc
  135. wakeup_fd_pipe.h
  136. wakeup_fd_posix.cc
  137. 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.