Searched defs:gpr_refcount (Results 1 – 5 of 5) sorted by relevance
39 } gpr_refcount; typedef
38 } gpr_refcount; typedef
391 pub struct gpr_refcount { struct392 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()
439 pub struct gpr_refcount { struct440 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()