Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
android/ | H | 25-Apr-2025 | - | 80 | 47 | |
iphone/ | H | 25-Apr-2025 | - | 45 | 13 | |
linux/ | H | 25-Apr-2025 | - | 203 | 133 | |
msys/ | H | 25-Apr-2025 | - | 60 | 29 | |
posix/ | H | 25-Apr-2025 | - | 625 | 398 | |
windows/ | H | 25-Apr-2025 | - | 577 | 330 | |
.clang-format | H A D | 25-Apr-2025 | 1.6 KiB | 54 | 53 | |
README.md | H A D | 25-Apr-2025 | 346 | 9 | 6 | |
alloc.cc | H A D | 25-Apr-2025 | 1.7 KiB | 72 | 43 | |
alloc.h | H A D | 25-Apr-2025 | 936 | 29 | 6 | |
atm.cc | H A D | 25-Apr-2025 | 1.1 KiB | 36 | 14 | |
log.cc | H A D | 25-Apr-2025 | 5.6 KiB | 167 | 125 | |
log_internal.h | H A D | 25-Apr-2025 | 2.2 KiB | 56 | 29 | |
spinlock.h | H A D | 25-Apr-2025 | 2 KiB | 54 | 20 | |
string.cc | H A D | 25-Apr-2025 | 8.8 KiB | 345 | 280 | |
string.h | H A D | 25-Apr-2025 | 4.1 KiB | 113 | 31 | |
subprocess.h | H A D | 25-Apr-2025 | 1.6 KiB | 47 | 16 | |
subprocess_posix.cc | H A D | 25-Apr-2025 | 6.9 KiB | 253 | 194 | |
subprocess_windows.cc | H A D | 25-Apr-2025 | 3.1 KiB | 131 | 93 | |
sync.cc | H A D | 25-Apr-2025 | 3.4 KiB | 125 | 79 | |
sync_abseil.cc | H A D | 25-Apr-2025 | 3.3 KiB | 111 | 69 | |
time.cc | H A D | 25-Apr-2025 | 8.2 KiB | 270 | 205 | |
time_precise.cc | H A D | 25-Apr-2025 | 5.2 KiB | 169 | 127 | |
time_precise.h | H A D | 25-Apr-2025 | 2.2 KiB | 70 | 36 | |
tmpfile.h | H A D | 25-Apr-2025 | 1.1 KiB | 33 | 6 | |
useful.h | H A D | 25-Apr-2025 | 4.7 KiB | 185 | 128 |
README.md
1# GPR - Google Portable Runtime for C 2 3The files in this directory contain basic utility code and platform 4abstractions for C code. None of this code is gRPC-specific; anything 5here may also be useful for other open source projects written in C. 6 7Note that this is one of the few places in src/core where we allow 8the use of portability macros. 9