Home
last modified time | relevance | path

Searched refs:has_timeout (Results 1 – 25 of 25) sorted by relevance

/external/abseil-cpp/absl/synchronization/internal/
Dwaiter.cc94 if (t.has_timeout()) { in WaitUntil()
234 if (t.has_timeout()) { in Wait()
247 if (!t.has_timeout()) { in Wait()
307 if (t.has_timeout()) { in Wait()
330 if (!t.has_timeout()) { in Wait()
Dkernel_timeout.h58 bool has_timeout() const { return ns_ != 0; } in has_timeout() function
125 if (!has_timeout()) { in InMillisecondsFromNow()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dwaiter.cc102 if (t.has_timeout()) { in WaitUntil()
242 if (t.has_timeout()) { in Wait()
255 if (!t.has_timeout()) { in Wait()
315 if (t.has_timeout()) { in Wait()
338 if (!t.has_timeout()) { in Wait()
Dkernel_timeout.h58 bool has_timeout() const { return ns_ != 0; } in has_timeout() function
101 if (!has_timeout()) { in InMillisecondsFromNow()
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
Dwaiter.cc94 if (t.has_timeout()) { in WaitUntil()
234 if (t.has_timeout()) { in Wait()
247 if (!t.has_timeout()) { in Wait()
307 if (t.has_timeout()) { in Wait()
330 if (!t.has_timeout()) { in Wait()
Dkernel_timeout.h58 bool has_timeout() const { return ns_ != 0; } in has_timeout() function
125 if (!has_timeout()) { in InMillisecondsFromNow()
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/
Dwaiter.cc102 if (t.has_timeout()) { in WaitUntil()
242 if (t.has_timeout()) { in Wait()
255 if (!t.has_timeout()) { in Wait()
315 if (t.has_timeout()) { in Wait()
338 if (!t.has_timeout()) { in Wait()
Dkernel_timeout.h58 bool has_timeout() const { return ns_ != 0; } in has_timeout() function
101 if (!has_timeout()) { in InMillisecondsFromNow()
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/
Dwaiter.cc178 if (t.has_timeout()) { in Wait()
191 if (!t.has_timeout()) { in Wait()
251 if (t.has_timeout()) { in Wait()
274 if (!t.has_timeout()) { in Wait()
Dkernel_timeout.h59 bool has_timeout() const { return ns_ != 0; } in has_timeout() function
102 if (!has_timeout()) { in InMillisecondsFromNow()
Dfutex.h91 if (t.has_timeout()) { in WaitUntil()
/external/python/cpython3/Modules/
D_ssl.c1060 int has_timeout; in _ssl__SSLSocket_do_handshake_impl() local
1077 has_timeout = (timeout > 0); in _ssl__SSLSocket_do_handshake_impl()
1078 if (has_timeout) in _ssl__SSLSocket_do_handshake_impl()
1093 if (has_timeout) in _ssl__SSLSocket_do_handshake_impl()
2391 int has_timeout; in _ssl__SSLSocket_write_impl() local
2416 has_timeout = (timeout > 0); in _ssl__SSLSocket_write_impl()
2417 if (has_timeout) in _ssl__SSLSocket_write_impl()
2445 if (has_timeout) in _ssl__SSLSocket_write_impl()
2531 int has_timeout; in _ssl__SSLSocket_read_impl() local
2581 has_timeout = (timeout > 0); in _ssl__SSLSocket_read_impl()
[all …]
Dsocketmodule.c865 int has_timeout = (timeout > 0); in sock_call_ex() local
878 if (has_timeout || connect) { in sock_call_ex()
879 if (has_timeout) { in sock_call_ex()
4222 int has_timeout = (s->sock_timeout > 0); in sock_sendall() local
4239 if (has_timeout) { in sock_sendall()
/external/igt-gpu-tools/runner/
Dresultgen.c784 bool has_timeout = false; in fill_from_journal() local
810 has_timeout = true; in fill_from_journal()
845 const char *result = has_timeout ? "timeout" : result_from_exitcode(exitcode); in fill_from_journal()
/external/python/httplib2/python2/httplib2/
D__init__.py139 def has_timeout(timeout): # python 2.6 function
1205 if has_timeout(self.timeout):
1384 if has_timeout(self.timeout):
/external/python/httplib2/python3/httplib2/
D__init__.py55 def has_timeout(timeout): function
1188 if has_timeout(self.timeout):
1322 if has_timeout(self.timeout):
/external/abseil-cpp/absl/synchronization/
Dmutex.cc1561 ABSL_RAW_CHECK(res || t.has_timeout(), in AwaitWithDeadline()
2339 ABSL_RAW_CHECK(!w->waitp->timeout.has_timeout(), in Fer()
2581 if (w->waitp->timeout.has_timeout() || w->waitp->cvmu == nullptr) { in Wakeup()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc1562 ABSL_RAW_CHECK(res || t.has_timeout(), in AwaitWithDeadline()
2346 ABSL_RAW_CHECK(!w->waitp->timeout.has_timeout(), in Fer()
2590 if (w->waitp->timeout.has_timeout() || w->waitp->cvmu == nullptr) { in Wakeup()
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex.cc1562 ABSL_RAW_CHECK(res || t.has_timeout(), in AwaitWithDeadline()
2347 ABSL_RAW_CHECK(!w->waitp->timeout.has_timeout(), in Fer()
2591 if (w->waitp->timeout.has_timeout() || w->waitp->cvmu == nullptr) { in Wakeup()
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc1561 ABSL_RAW_CHECK(res || t.has_timeout(), in AwaitWithDeadline()
2339 ABSL_RAW_CHECK(!w->waitp->timeout.has_timeout(), in Fer()
2581 if (w->waitp->timeout.has_timeout() || w->waitp->cvmu == nullptr) { in Wakeup()
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dmutex.cc1562 ABSL_RAW_CHECK(res || t.has_timeout(), in AwaitWithDeadline()
2346 ABSL_RAW_CHECK(!w->waitp->timeout.has_timeout(), in Fer()
2590 if (w->waitp->timeout.has_timeout() || w->waitp->cvmu == nullptr) { in Wakeup()
/external/python/cpython2/Modules/
Dsocketmodule.c786 int has_timeout = s->sock_timeout > 0.0; \
787 if (has_timeout) { \
794 if (!has_timeout || \
/external/libabigail/tests/data/test-read-dwarf/
DPR25007-sdhci.ko.abi4914 …<var-decl name='has_timeout' type-id='type-id-150' visibility='default' filepath='/ws/android/kern…
/external/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v0.abi2919 …<var-decl name="has_timeout" type-id="95e97e5e" visibility="default" filepath="include/linux/resta…
Dtest-PR27569-v1.abi2919 …<var-decl name="has_timeout" type-id="95e97e5e" visibility="default" filepath="include/linux/resta…