OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ts_junk
(Results
1 - 1
of
1
) sorted by null
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
4-2.c
207
struct timespec ts,
ts_junk
;
local
496
ts_junk
.tv_sec =
499
ts_junk
.tv_nsec =
510
output("Junk is: %i.%09li\n",
ts_junk
.tv_sec,
511
ts_junk
.tv_nsec);
517
&
ts_junk
);
534
ts_junk
.tv_sec,
ts_junk
.tv_nsec);
Completed in 767 milliseconds