Home
last modified time | relevance | path

Searched refs:GPR_ALIGN_STRUCT (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/include/grpc/impl/codegen/
Dport_platform.h471 #define GPR_ALIGN_STRUCT(n) __attribute__((aligned(n))) macro
474 #define GPR_ALIGN_STRUCT(n) macro
/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_generic.cc235 } GPR_ALIGN_STRUCT(GPR_CACHELINE_SIZE); variable