Lines Matching defs:timeout
1329 static char *kwlist[] = {"timeout", NULL};
1330 int timeout = -1;
1333 &timeout))
1336 if (self->container->shutdown(self->container, timeout)) {
1537 static char *kwlist[] = {"state", "timeout", NULL};
1539 int timeout = -1;
1542 &state, &timeout))
1545 if (self->container->wait(self->container, state, timeout)) {
1761 "shutdown(timeout = -1) -> boolean\n"
1817 "wait(state, timeout = -1) -> boolean\n"
1819 "Wait for the container to reach a given state or timeout."