Home
last modified time | relevance | path

Searched defs:max_wait (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/glfw/
Dglfw_event_loop.cc25 void GLFWEventLoop::WaitForEvents(std::chrono::nanoseconds max_wait) { in WaitForEvents()
/third_party/mbedtls/programs/test/
Dudp_proxy.c923 unsigned max_wait_server, max_wait_client, max_wait; in main() local