Home | History | Annotate | Download | only in bus

Lines Matching full:refcount

55   int refcount;
451 connections->refcount = 1;
473 _dbus_assert (connections->refcount > 0);
474 connections->refcount += 1;
482 _dbus_assert (connections->refcount > 0);
483 connections->refcount -= 1;
484 if (connections->refcount == 0)