Home
last modified time | relevance | path

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

/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()
/third_party/skia/third_party/externals/abseil-cpp/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()
/third_party/python/Modules/
D_ssl.c933 int has_timeout; in _ssl__SSLSocket_do_handshake_impl() local
951 has_timeout = (timeout > 0); in _ssl__SSLSocket_do_handshake_impl()
952 if (has_timeout) in _ssl__SSLSocket_do_handshake_impl()
967 if (has_timeout) in _ssl__SSLSocket_do_handshake_impl()
2308 int has_timeout; in _ssl__SSLSocket_write_impl() local
2328 has_timeout = (timeout > 0); in _ssl__SSLSocket_write_impl()
2329 if (has_timeout) in _ssl__SSLSocket_write_impl()
2357 if (has_timeout) in _ssl__SSLSocket_write_impl()
2444 int has_timeout; in _ssl__SSLSocket_read_impl() local
2495 has_timeout = (timeout > 0); in _ssl__SSLSocket_read_impl()
[all …]
Dsocketmodule.c824 int has_timeout = (timeout > 0); in sock_call_ex() local
837 if (has_timeout || connect) { in sock_call_ex()
838 if (has_timeout) { in sock_call_ex()
4178 int has_timeout = (s->sock_timeout > 0); in sock_sendall() local
4195 if (has_timeout) { in sock_sendall()
/third_party/node/deps/uvwasi/src/
Duvwasi.c2341 int has_timeout; in uvwasi_poll_oneoff() local
2363 has_timeout = 0; in uvwasi_poll_oneoff()
2382 if (has_timeout == 0 || cur_timeout < min_timeout) { in uvwasi_poll_oneoff()
2385 has_timeout = 1; in uvwasi_poll_oneoff()
2402 if (has_timeout == 1) { in uvwasi_poll_oneoff()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc1573 ABSL_RAW_CHECK(res || t.has_timeout(), in AwaitWithDeadline()
2358 ABSL_RAW_CHECK(!w->waitp->timeout.has_timeout(), in Fer()
2602 if (w->waitp->timeout.has_timeout() || w->waitp->cvmu == nullptr) { in Wakeup()
/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()
/third_party/skia/third_party/externals/abseil-cpp/
Dsymbols_arm64_dbg.def3298 ?has_timeout@KernelTimeout@synchronization_internal@absl@@QEBA_NXZ
Dsymbols_x64_dbg.def3298 ?has_timeout@KernelTimeout@synchronization_internal@absl@@QEBA_NXZ
Dsymbols_x86_dbg.def3292 ?has_timeout@KernelTimeout@synchronization_internal@absl@@QBE_NXZ