Home | History | Annotate | only in /external/grpc-grpc/src/core/lib/gpr
Up to higher level directory
NameDateSize
alloc.cc22-Oct-20202.6K
alloc.h22-Oct-2020927
arena.cc22-Oct-20204.5K
arena.h22-Oct-20201.4K
atm.cc22-Oct-20201.1K
cpu_iphone.cc22-Oct-20201.3K
cpu_linux.cc22-Oct-20202K
cpu_posix.cc22-Oct-20202.2K
cpu_windows.cc22-Oct-2020938
env.h22-Oct-20201.5K
env_linux.cc22-Oct-20202.4K
env_posix.cc22-Oct-20201.2K
env_windows.cc22-Oct-20201.8K
host_port.cc22-Oct-20202.7K
host_port.h22-Oct-20201.7K
log.cc22-Oct-20203.1K
log_android.cc22-Oct-20202K
log_linux.cc22-Oct-20202.6K
log_posix.cc22-Oct-20202.6K
log_windows.cc22-Oct-20202.8K
mpscq.cc22-Oct-20203.1K
mpscq.h22-Oct-20203.1K
murmur_hash.cc22-Oct-20201.8K
murmur_hash.h22-Oct-2020907
README.md22-Oct-2020346
spinlock.h22-Oct-20201.4K
string.cc22-Oct-20208.7K
string.h22-Oct-20204.3K
string_posix.cc22-Oct-20201.8K
string_util_windows.cc22-Oct-20202.4K
string_windows.cc22-Oct-20201.7K
string_windows.h22-Oct-2020987
sync.cc22-Oct-20203.4K
sync_posix.cc22-Oct-20203K
sync_windows.cc22-Oct-20203.3K
time.cc22-Oct-20207.3K
time_posix.cc22-Oct-20204.5K
time_precise.cc22-Oct-20202.2K
time_precise.h22-Oct-2020889
time_windows.cc22-Oct-20202.6K
tls.h22-Oct-20201.8K
tls_gcc.h22-Oct-20201.5K
tls_msvc.h22-Oct-20201.7K
tls_pthread.cc22-Oct-2020893
tls_pthread.h22-Oct-20201.9K
tmpfile.h22-Oct-20201.1K
tmpfile_msys.cc22-Oct-20201.6K
tmpfile_posix.cc22-Oct-20201.8K
tmpfile_windows.cc22-Oct-20201.9K
useful.h22-Oct-20202.2K
wrap_memcpy.cc22-Oct-20201.2K

README.md

      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