Searched refs:tm (Results 1 – 1 of 1) sorted by relevance
134 tm tmbuf; in GetIsoDate()135 tm* ptm = localtime_r(&now, &tmbuf); in GetIsoDate()189 timespec tm; in NanoSleep() local190 tm.tv_sec = 0; in NanoSleep()191 tm.tv_nsec = ns; in NanoSleep()192 nanosleep(&tm, NULL); in NanoSleep()