Home
last modified time | relevance | path

Searched defs:IsPending (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/include/perfetto/ext/base/threading/
Dpoll.h55 bool IsPending() const { in IsPending() function
119 bool IsPending() const { in IsPending() function
/external/openthread/src/core/common/
Dnotifier.hpp252 bool IsPending(void) const { return !mEventsToSignal.IsEmpty(); } in IsPending() function in ot::Notifier
/external/cronet/net/dns/
Ddns_transaction.cc249 bool IsPending() const override { return next_state_ != STATE_NONE; } in IsPending() function in net::__anon0ec497f80111::DnsUDPAttempt
601 bool IsPending() const override { return !callback_.is_null(); } in DnsHTTPAttempt() function in net::__anon0ec497f80111::DnsHTTPAttempt
727 bool IsPending() const override { return next_state_ != STATE_NONE; } in DnsHTTPAttempt() function in net::__anon0ec497f80111::DnsTCPAttempt
/external/openthread/src/core/mac/
Dmac.hpp758 … bool IsPending(Operation aOperation) const { return mPendingOperations & (1U << aOperation); } in IsPending() function in ot::Mac::Mac