Searched defs:pending (Results 1 - 5 of 5) sorted by relevance

/systemd/src/timesync/
H A Dtimesyncd-manager.h63 bool pending; member in struct:Manager
/systemd/src/resolve/
H A Dresolved-dns-query.c201 /* If there's a NULL transaction pending, then
206 * simply claim the candidate is pending. */
888 bool pending = false; local
918 pending = true;
928 if (pending)
/systemd/src/core/
H A Dbusname.c557 bool pending = false; local
580 /* If there's already a start pending don't bother to do
584 pending = true;
588 if (!pending) {
H A Dsocket.c1921 bool pending = false; local
1923 /* If there's already a start pending don't bother to
1927 pending = true;
1931 if (!pending) {
/systemd/src/libsystemd/sd-event/
H A Dsd-event.c105 bool pending:1; member in struct:sd_event_source
192 Prioq *pending; member in struct:sd_event
248 assert(x->pending);
249 assert(y->pending);
313 /* Move the pending ones to the end */
314 if (!x->pending && y->pending)
316 if (x->pending && !y->pending)
344 /* Move the pending one
[all...]

Completed in 1723 milliseconds