tree: 36fd65dcf12b7767d2f609d6424c9d23778cbf49 [path history] [tgz]
  1. android/
  2. iphone/
  3. linux/
  4. msys/
  5. posix/
  6. windows/
  7. .clang-format
  8. alloc.cc
  9. alloc.h
  10. atm.cc
  11. log.cc
  12. log_internal.h
  13. README.md
  14. spinlock.h
  15. string.cc
  16. string.h
  17. subprocess.h
  18. subprocess_posix.cc
  19. subprocess_windows.cc
  20. sync.cc
  21. sync_abseil.cc
  22. time.cc
  23. time_precise.cc
  24. time_precise.h
  25. tmpfile.h
  26. useful.h
src/core/lib/gpr/README.md

GPR - Google Portable Runtime for C

The files in this directory contain basic utility code and platform abstractions 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.