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