Searched refs:timeSpec (Results 1 – 1 of 1) sorted by relevance
521 struct timespec timeSpec; in playContent() local522 clock_gettime(CLOCK_MONOTONIC, &timeSpec); in playContent()523 time_t startTimeSec = timeSpec.tv_sec; in playContent()541 clock_gettime(CLOCK_MONOTONIC, &timeSpec); in playContent()542 if (timeSpec.tv_sec >= static_cast<time_t>( in playContent()