Searched refs:tm (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dutils.cc134 tm tmbuf;
135 tm* ptm = localtime_r(&now, &tmbuf);
189 timespec tm; local
190 tm.tv_sec = 0;
191 tm.tv_nsec = ns;
192 nanosleep(&tm, NULL);

Completed in 57 milliseconds