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