Home
last modified time | relevance | path

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

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