Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/support/
Dsync_generic.h39 } gpr_refcount; typedef
/aosp_15_r20/external/grpc-grpc/include/grpc/support/
H A Dsync_generic.h38 } gpr_refcount; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/support/
Dsync_generic.h39 } gpr_refcount; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dgrpc-bindings.rs391 pub struct gpr_refcount { struct
392 pub count: gpr_atm,
420 pub fn gpr_ref_init(r: *mut gpr_refcount, n: ::std::os::raw::c_int); in gpr_ref_init()
424 pub fn gpr_ref(r: *mut gpr_refcount); in gpr_ref()
428 pub fn gpr_ref_non_zero(r: *mut gpr_refcount); in gpr_ref_non_zero()
432 pub fn gpr_refn(r: *mut gpr_refcount, n: ::std::os::raw::c_int); in gpr_refn()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/
Dbindings.rs439 pub struct gpr_refcount { struct
440 pub count: gpr_atm,
478 pub fn gpr_ref_init(r: *mut gpr_refcount, n: ::std::os::raw::c_int); in gpr_ref_init()
482 pub fn gpr_ref(r: *mut gpr_refcount); in gpr_ref()
487 pub fn gpr_ref_non_zero(r: *mut gpr_refcount); in gpr_ref_non_zero()
491 pub fn gpr_refn(r: *mut gpr_refcount, n: ::std::os::raw::c_int); in gpr_refn()