Searched refs:timeout_ms (Results 1 - 2 of 2) sorted by relevance

/build/make/tools/makeparallel/
H A Dmakeparallel.cpp171 // Uses a SIGALRM timer to fire a signal after timeout_ms that will interrupt
179 static bool ReadByteTimeout(int fd, int timeout_ms) { argument
201 // queue a SIGALRM after timeout_ms
202 const struct itimerval timeout = {{}, {0, timeout_ms * 1000}};
/build/tools/makeparallel/
H A Dmakeparallel.cpp171 // Uses a SIGALRM timer to fire a signal after timeout_ms that will interrupt
179 static bool ReadByteTimeout(int fd, int timeout_ms) { argument
201 // queue a SIGALRM after timeout_ms
202 const struct itimerval timeout = {{}, {0, timeout_ms * 1000}};

Completed in 550 milliseconds