HomeSort by relevance Sort by last modified time
    Searched refs:ms_timeout (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
event_listener.cc 67 static void AbsoluteFromDeltaMS(struct timespec* timeout, int ms_timeout) {
68 if (ms_timeout >= 0) {
70 usec += ((int64_t) ms_timeout * 1000);
82 int ms_timeout,
112 if ((*out_count > 0) || (0 == ms_timeout))
117 AbsoluteFromDeltaMS(&timeout, ms_timeout);
128 if (ms_timeout >= 0) {
event_listener.h 98 // or until ms_timeout expires, and fills |events| up to |max| limit.
100 Error Wait(EventData* events, int max, int ms_timeout, int* out_count);
kernel_proxy.cc 778 int ms_timeout; local
782 ms_timeout = -1;
794 ms_timeout = static_cast<int>(ms);
798 listener->Wait(events.data(), event_track, ms_timeout, &ready_cnt);
  /external/chromium/app/sql/
connection.h 346 bool ExecuteWithTimeout(const char* sql, base::TimeDelta ms_timeout);
  /external/chromium_org/sql/
connection.h 514 bool ExecuteWithTimeout(const char* sql, base::TimeDelta ms_timeout)

Completed in 164 milliseconds