Searched refs:waitSeconds (Results 1 – 3 of 3) sorted by relevance
85 const int waitSeconds = 10; in WaitForCallback() local86 …k->condVar_.wait_until(lock, std::chrono::system_clock::now() + std::chrono::seconds(waitSeconds)); in WaitForCallback()
304 const int waitSeconds = 10; in WaitForCallback() local305 …k->condVar_.wait_until(lock, std::chrono::system_clock::now() + std::chrono::seconds(waitSeconds)); in WaitForCallback()
805 uint32_t waitSeconds = 10; variable819 std::this_thread::sleep_for(std::chrono::seconds(waitSeconds));