tree: e7de4a4e4b5d855f0b40eb6ea39f9ed4c491d73e [path history] [tgz]
  1. arena.cc
  2. arena.h
  3. atomic.h
  4. debug_location.h
  5. dual_ref_counted.h
  6. examine_stack.cc
  7. examine_stack.h
  8. fork.cc
  9. fork.h
  10. global_config.h
  11. global_config_custom.h
  12. global_config_env.cc
  13. global_config_env.h
  14. global_config_generic.h
  15. host_port.cc
  16. host_port.h
  17. manual_constructor.h
  18. memory.h
  19. mpscq.cc
  20. mpscq.h
  21. orphanable.h
  22. README.md
  23. ref_counted.h
  24. ref_counted_ptr.h
  25. stat.h
  26. stat_posix.cc
  27. stat_windows.cc
  28. sync.h
  29. thd.h
  30. thd_posix.cc
  31. thd_windows.cc
  32. time_util.cc
  33. time_util.h
src/core/lib/gprpp/README.md

GPR++ - Google Portable Runtime for C++

The files in this directory contain various utility code for C++ code. None of this code is gRPC-specific; anything here may also be useful for other open source projects written in C++.

Note that this is one of the few places in src/core where we allow the use of portability macros.