Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
alloc.cc | 22-Oct-2020 | 2.6K | |
alloc.h | 22-Oct-2020 | 927 | |
arena.cc | 22-Oct-2020 | 4.5K | |
arena.h | 22-Oct-2020 | 1.4K | |
atm.cc | 22-Oct-2020 | 1.1K | |
cpu_iphone.cc | 22-Oct-2020 | 1.3K | |
cpu_linux.cc | 22-Oct-2020 | 2K | |
cpu_posix.cc | 22-Oct-2020 | 2.2K | |
cpu_windows.cc | 22-Oct-2020 | 938 | |
env.h | 22-Oct-2020 | 1.5K | |
env_linux.cc | 22-Oct-2020 | 2.4K | |
env_posix.cc | 22-Oct-2020 | 1.2K | |
env_windows.cc | 22-Oct-2020 | 1.8K | |
host_port.cc | 22-Oct-2020 | 2.7K | |
host_port.h | 22-Oct-2020 | 1.7K | |
log.cc | 22-Oct-2020 | 3.1K | |
log_android.cc | 22-Oct-2020 | 2K | |
log_linux.cc | 22-Oct-2020 | 2.6K | |
log_posix.cc | 22-Oct-2020 | 2.6K | |
log_windows.cc | 22-Oct-2020 | 2.8K | |
mpscq.cc | 22-Oct-2020 | 3.1K | |
mpscq.h | 22-Oct-2020 | 3.1K | |
murmur_hash.cc | 22-Oct-2020 | 1.8K | |
murmur_hash.h | 22-Oct-2020 | 907 | |
README.md | 22-Oct-2020 | 346 | |
spinlock.h | 22-Oct-2020 | 1.4K | |
string.cc | 22-Oct-2020 | 8.7K | |
string.h | 22-Oct-2020 | 4.3K | |
string_posix.cc | 22-Oct-2020 | 1.8K | |
string_util_windows.cc | 22-Oct-2020 | 2.4K | |
string_windows.cc | 22-Oct-2020 | 1.7K | |
string_windows.h | 22-Oct-2020 | 987 | |
sync.cc | 22-Oct-2020 | 3.4K | |
sync_posix.cc | 22-Oct-2020 | 3K | |
sync_windows.cc | 22-Oct-2020 | 3.3K | |
time.cc | 22-Oct-2020 | 7.3K | |
time_posix.cc | 22-Oct-2020 | 4.5K | |
time_precise.cc | 22-Oct-2020 | 2.2K | |
time_precise.h | 22-Oct-2020 | 889 | |
time_windows.cc | 22-Oct-2020 | 2.6K | |
tls.h | 22-Oct-2020 | 1.8K | |
tls_gcc.h | 22-Oct-2020 | 1.5K | |
tls_msvc.h | 22-Oct-2020 | 1.7K | |
tls_pthread.cc | 22-Oct-2020 | 893 | |
tls_pthread.h | 22-Oct-2020 | 1.9K | |
tmpfile.h | 22-Oct-2020 | 1.1K | |
tmpfile_msys.cc | 22-Oct-2020 | 1.6K | |
tmpfile_posix.cc | 22-Oct-2020 | 1.8K | |
tmpfile_windows.cc | 22-Oct-2020 | 1.9K | |
useful.h | 22-Oct-2020 | 2.2K | |
wrap_memcpy.cc | 22-Oct-2020 | 1.2K |
1 # GPR - Google Portable Runtime for C 2 3 The files in this directory contain basic utility code and platform 4 abstractions for C code. None of this code is gRPC-specific; anything 5 here may also be useful for other open source projects written in C. 6 7 Note that this is one of the few places in src/core where we allow 8 the use of portability macros. 9