Searched defs:IsPending (Results 1 – 4 of 4) sorted by relevance
| /external/perfetto/include/perfetto/ext/base/threading/ | ||
| D | poll.h | 55   bool IsPending() const {  in IsPending()  function | 
| /external/openthread/src/core/common/ | ||
| D | notifier.hpp | 252     bool IsPending(void) const { return !mEventsToSignal.IsEmpty(); }  in IsPending()  function in ot::Notifier | 
| /external/cronet/net/dns/ | ||
| D | dns_transaction.cc | 249   bool IsPending() const override { return next_state_ != STATE_NONE; }  in IsPending()  function in net::__anon0ec497f80111::DnsUDPAttempt | 
| /external/openthread/src/core/mac/ | ||
| D | mac.hpp | 758 … bool     IsPending(Operation aOperation) const { return mPendingOperations & (1U << aOperation); }  in IsPending()  function in ot::Mac::Mac |