OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time_remaining
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/upstream-freebsd/lib/libc/gen/
sleep.c
47
struct timespec
time_remaining
;
local
58
if (_nanosleep(&time_to_sleep, &
time_remaining
) != -1)
62
return (
time_remaining
.tv_sec +
63
(
time_remaining
.tv_nsec != 0)); /* round up */
/system/connectivity/shill/test-scripts/
stability
64
time_remaining
= self._finish - start_one
68
[
time_remaining
])
Completed in 100 milliseconds