Searched refs:prev_refcount (Results 1 – 1 of 1) sorted by relevance
421 const gpr_atm prev_refcount = gpr_atm_full_fetch_add(&md->refcnt, -1); in grpc_mdelem_unref() local422 GPR_ASSERT(prev_refcount >= 1); in grpc_mdelem_unref()423 if (1 == prev_refcount) { in grpc_mdelem_unref()446 const gpr_atm prev_refcount = gpr_atm_full_fetch_add(&md->refcnt, -1); in grpc_mdelem_unref() local447 GPR_ASSERT(prev_refcount >= 1); in grpc_mdelem_unref()448 if (1 == prev_refcount) { in grpc_mdelem_unref()