Lines Matching refs:curTime
363 time_t curTime = startTime;
365 while (difftime(curTime, startTime) < RUN_TIME) {
366 cout << "thread id is: " << threadId << ", run time : " << difftime(curTime, startTime) << " seconds" << endl;
415 curTime = time(nullptr);
416 ASSERT_NE(curTime, -1);
660 time_t curTime = startTime;
662 while (difftime(curTime, startTime) < RUN_TIME) {
663 cout << "run time: " << difftime(curTime, startTime) << " seconds" << endl;
693 curTime = time(nullptr);
694 ASSERT_NE(curTime, -1);
709 time_t curTime = startTime;
711 while (difftime(curTime, startTime) < RUN_TIME) {
712 cout << "run time: " << difftime(curTime, startTime) << " seconds" << endl;
743 curTime = time(nullptr);
744 ASSERT_NE(curTime, -1);