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

/systemd/src/systemctl/
H A Dsystemctl.c3402 uint64_t tasks_current; member in struct:UnitStatusInfo
3666 if (i->tasks_current != (uint64_t) -1) {
3667 printf(" Tasks: %" PRIu64, i->tasks_current);
3913 i->tasks_current = u;
4392 .tasks_current = (uint64_t) -1,

Completed in 40 milliseconds