OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tv_s
(Results
1 - 6
of
6
) sorted by null
/external/fio/
mutex.c
102
struct timeval
tv_s
;
local
108
gettimeofday(&
tv_s
, NULL);
109
t.tv_sec =
tv_s
.tv_sec + seconds;
110
t.tv_nsec =
tv_s
.tv_usec * 1000;
122
if (ret == ETIMEDOUT && !mutex_timed_out(&
tv_s
, seconds))
/external/iputils/
arping.c
340
struct timeval tv,
tv_s
, tv_o;
local
347
timersub(&tv, &start, &
tv_s
);
351
if (count-- == 0 || (timeout && timercmp(&
tv_s
, &tv_o, >)))
354
timersub(&tv, &last, &
tv_s
);
357
if (last.tv_sec==0 || timercmp(&
tv_s
, &tv_o, >)) {
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
testimg.uue
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
testimg.uue
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
testimg.uue
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
testimg.uue
[
all
...]
Completed in 175 milliseconds