Home | History | Annotate | Download | only in bus

Lines Matching full:refcount

32   int refcount;       /**< reference count */
64 rule->refcount = 1;
77 _dbus_assert (rule->refcount > 0);
79 rule->refcount += 1;
87 _dbus_assert (rule->refcount > 0);
89 rule->refcount -= 1;
90 if (rule->refcount == 0)
1135 int refcount;
1180 matchmaker->refcount = 1;
1296 _dbus_assert (matchmaker->refcount > 0);
1298 matchmaker->refcount += 1;
1306 _dbus_assert (matchmaker->refcount > 0);
1308 matchmaker->refcount -= 1;
1309 if (matchmaker->refcount == 0)