Searched refs:start_time (Results 1 – 1 of 1) sorted by relevance
288 time_t start_time = time(nullptr); in InternalExec() local305 if ((time(nullptr) - start_time) > kReadOutputTimeoutSeconds) { in InternalExec()313 start_time = time(nullptr); in InternalExec()320 if ((time(nullptr) - start_time) > kWaitpidTimeoutSeconds) { in InternalExec()326 start_time = time(nullptr); in InternalExec()330 if (wait_pid == pid_ || (time(nullptr) - start_time) > kWaitpidTimeoutSeconds) { in InternalExec()