34 #ifndef GRPC_SUPPORT_ATM_H
35 #define GRPC_SUPPORT_ATM_H
80 #include <grpc/support/port_platform.h>
82 #if defined(GPR_GCC_ATOMIC)
83 #include <grpc/support/atm_gcc_atomic.h>
84 #elif defined(GPR_GCC_SYNC)
85 #include <grpc/support/atm_gcc_sync.h>
86 #elif defined(GPR_WIN32_ATOMIC)
87 #include <grpc/support/atm_win32.h>
89 #error could not determine platform for atm