Lines Matching refs:transactions
63 while ((t = set_steal_first(c->transactions))) {
76 set_free(c->transactions);
130 if (set_contains(c->transactions, t))
134 r = set_ensure_allocated(&c->transactions, NULL);
146 r = set_put(c->transactions, t);
167 /* Start the transactions that are not started yet */
168 SET_FOREACH(t, c->transactions, i) {
196 SET_FOREACH(t, c->transactions, i) {
202 * this means not all transactions where
205 * remaining transactions. In this case,
326 /* New transactions where queued. Start them and wait */
766 /* Start the transactions */
813 SET_FOREACH(t, c->transactions, i) {
842 /* Ignore transactions that didn't complete */