Go to the documentation of this file.
19 #ifndef GRPC_IMPL_CODEGEN_SYNC_H
20 #define GRPC_IMPL_CODEGEN_SYNC_H
49 #if defined(GPR_CUSTOM_SYNC)
51 #elif defined(GPR_ABSEIL_SYNC)
53 #elif defined(GPR_POSIX_SYNC)
55 #elif defined(GPR_WINDOWS)
58 #error Unable to determine platform for sync