Lines Matching refs:timeout
4282 , timeout( timeout_ )
4320 timeout = timeout_;
4367 return std::tie( sType, pNext, swapchain, timeout, semaphore, fence, deviceMask );
4379 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( swapchain == rhs.swapchain ) && ( timeout == rhs.timeout ) &&
4394 uint64_t timeout = {};
4419 , timeout( timeout_ )
4454 timeout = timeout_;
4477 return std::tie( sType, pNext, flags, timeout );
4489 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( flags == rhs.flags ) && ( timeout == rhs.timeout );
4503 uint64_t timeout = {};