OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time_cour
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
s-c.c
103
struct timeval time_zero,
time_cour
, time_res, time_sav[8];
local
212
gettimeofday(&
time_cour
, NULL);
214
time_cour
.tv_usec + 1000000 - time_zero.tv_usec;
217
time_cour
.tv_sec - 1 - time_zero.tv_sec;
219
time_res.tv_sec =
time_cour
.tv_sec - time_zero.tv_sec;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
s-c.c
112
struct timeval time_zero,
time_cour
, time_res, time_sav[8];
local
211
gettimeofday(&
time_cour
, NULL);
213
time_cour
.tv_usec + 1000000 - time_zero.tv_usec;
216
time_cour
.tv_sec - 1 - time_zero.tv_sec;
218
time_res.tv_sec =
time_cour
.tv_sec - time_zero.tv_sec;
Completed in 89 milliseconds