Home
last modified time | relevance | path

Searched defs:GPR_ALIGN_STRUCT (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/support/
Dport_platform.h569 #define GPR_ALIGN_STRUCT(n) __attribute__((aligned(n))) macro
572 #define GPR_ALIGN_STRUCT(n) macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/support/
Dport_platform.h569 #define GPR_ALIGN_STRUCT(n) __attribute__((aligned(n))) macro
572 #define GPR_ALIGN_STRUCT(n) macro
/aosp_15_r20/external/grpc-grpc/include/grpc/support/
H A Dport_platform.h639 #define GPR_ALIGN_STRUCT(n) __attribute__((aligned(n))) macro
641 #define GPR_ALIGN_STRUCT(n) macro
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dtimer_generic.cc227 } GPR_ALIGN_STRUCT(GPR_CACHELINE_SIZE); variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtimer_generic.cc227 } GPR_ALIGN_STRUCT(GPR_CACHELINE_SIZE); variable