Home
last modified time | relevance | path

Searched refs:timeout_secs (Results 1 – 3 of 3) sorted by relevance

/external/chromium/webkit/glue/
Dresource_fetcher.cc128 int timeout_secs, Callback* callback) in ResourceFetcherWithTimeout() argument
130 timeout_timer_.Start(TimeDelta::FromSeconds(timeout_secs), this, in ResourceFetcherWithTimeout()
Dresource_fetcher.h114 int timeout_secs,
/external/openssh/
Dclientloop.c565 int timeout_secs; in client_wait_until_can_do_something() local
612 timeout_secs = INT_MAX; /* we use INT_MAX to mean no timeout */ in client_wait_until_can_do_something()
614 timeout_secs = options.server_alive_interval; in client_wait_until_can_do_something()
617 timeout_secs = MIN(timeout_secs, in client_wait_until_can_do_something()
619 if (timeout_secs < 0) in client_wait_until_can_do_something()
620 timeout_secs = 0; in client_wait_until_can_do_something()
622 if (timeout_secs == INT_MAX) in client_wait_until_can_do_something()
625 tv.tv_sec = timeout_secs; in client_wait_until_can_do_something()