Home | History | Annotate | Download | only in bus

Lines Matching full:refcount

42   int refcount;
51 int refcount;
62 int refcount;
82 registry->refcount = 1;
114 _dbus_assert (registry->refcount > 0);
115 registry->refcount += 1;
123 _dbus_assert (registry->refcount > 0);
124 registry->refcount -= 1;
126 if (registry->refcount == 0)
196 result->refcount = 1;
221 _dbus_assert (owner->refcount > 0);
222 owner->refcount += 1;
230 _dbus_assert (owner->refcount > 0);
231 owner->refcount -= 1;
233 if (owner->refcount == 0)
268 service->refcount = 1;
1200 _dbus_assert (service->refcount > 0);
1202 service->refcount += 1;
1210 _dbus_assert (service->refcount > 0);
1212 service->refcount -= 1;
1214 if (service->refcount == 0)