Home
last modified time | relevance | path

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

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