Home
last modified time | relevance | path

Searched refs:tv2 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/threadname/
H A Dtst.threadname.c47 struct timeval tv2; in busy() local
57 if (gettimeofday(&tv2, NULL) != 0) in busy()
61 if (tv2.tv_sec != tv1.tv_sec) in busy()