Searched refs:SMP_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
83 constexpr int SMP_TIMEOUT = 30; variable272 …if (pairing_thread_blocker_.wait_for(lock, std::chrono::seconds(SMP_TIMEOUT)) == std::cv_status::t… in WaitForEvent()