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