Searched refs:timeSpec (Results 1 – 1 of 1) sorted by relevance
484 struct timespec timeSpec; in playContent() local485 clock_gettime(CLOCK_MONOTONIC, &timeSpec); in playContent()486 time_t startTimeSec = timeSpec.tv_sec; in playContent()504 clock_gettime(CLOCK_MONOTONIC, &timeSpec); in playContent()505 if (timeSpec.tv_sec >= static_cast<time_t>( in playContent()