• Home
Name Date Size #Lines LOC

..--

android/04-Jul-2025-8047

iphone/04-Jul-2025-4513

linux/04-Jul-2025-203133

msys/04-Jul-2025-6029

posix/04-Jul-2025-625398

windows/04-Jul-2025-577330

.clang-formatD04-Jul-20251.6 KiB5453

README.mdD04-Jul-2025346 96

alloc.ccD04-Jul-20251.7 KiB7243

alloc.hD04-Jul-2025936 296

atm.ccD04-Jul-20251.1 KiB3614

log.ccD04-Jul-20255.6 KiB167125

log_internal.hD04-Jul-20252.2 KiB5629

spinlock.hD04-Jul-20252 KiB5420

string.ccD04-Jul-20258.8 KiB345280

string.hD04-Jul-20254.1 KiB11331

subprocess.hD04-Jul-20251.6 KiB4716

subprocess_posix.ccD04-Jul-20256.9 KiB253194

subprocess_windows.ccD04-Jul-20253.1 KiB13193

sync.ccD04-Jul-20253.4 KiB12579

sync_abseil.ccD04-Jul-20253.3 KiB11169

time.ccD04-Jul-20258.2 KiB270205

time_precise.ccD04-Jul-20255.2 KiB169127

time_precise.hD04-Jul-20252.2 KiB7036

tmpfile.hD04-Jul-20251.1 KiB336

useful.hD04-Jul-20254.7 KiB185128

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