Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpc/impl/codegen/
Dsync_generic.h38 } gpr_refcount; typedef
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dsync_generic.h38 } gpr_refcount; typedef
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dsync_generic.h38 } gpr_refcount; typedef
/external/rust/crates/grpcio-sys/bindings/
Daarch64-unknown-linux-gnu-bindings.rs344 pub struct gpr_refcount { struct
345 pub count: gpr_atm,
383 pub fn gpr_ref_init(r: *mut gpr_refcount, n: ::std::os::raw::c_int); in gpr_ref_init()
387 pub fn gpr_ref(r: *mut gpr_refcount); in gpr_ref()
392 pub fn gpr_ref_non_zero(r: *mut gpr_refcount); in gpr_ref_non_zero()
396 pub fn gpr_refn(r: *mut gpr_refcount, n: ::std::os::raw::c_int); in gpr_refn()
Dx86_64-unknown-linux-gnu-bindings.rs344 pub struct gpr_refcount { struct
345 pub count: gpr_atm,
383 pub fn gpr_ref_init(r: *mut gpr_refcount, n: ::std::os::raw::c_int); in gpr_ref_init()
387 pub fn gpr_ref(r: *mut gpr_refcount); in gpr_ref()
392 pub fn gpr_ref_non_zero(r: *mut gpr_refcount); in gpr_ref_non_zero()
396 pub fn gpr_refn(r: *mut gpr_refcount, n: ::std::os::raw::c_int); in gpr_refn()