Home
last modified time | relevance | path

Searched refs:InUse (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr.h92 struct InUse { struct
97 typedef gtl::InlinedVector<InUse, 4> ToFreeVector; argument
111 void QueueInUse(se::Stream* stream, InUse in_use)
139 std::deque<InUse> used_events_ TF_GUARDED_BY(mu_);
Ddevice_event_mgr.cc111 InUse* ue = &used_events_[0]; in ~EventMgr()
169 void EventMgr::QueueInUse(se::Stream* stream, InUse in_use) { in QueueInUse()
207 gtl::InlinedVector<InUse, 4>* to_free) { in PollEvents() argument
237 InUse& iu = used_events_.front(); in PollEvents()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr.cc110 InUse* ue = &used_events_[0]; in ~EventMgr()
168 void EventMgr::QueueInUse(se::Stream* stream, InUse in_use) { in QueueInUse()
206 gtl::InlinedVector<InUse, 4>* to_free) { in PollEvents() argument
236 InUse& iu = used_events_.front(); in PollEvents()
/external/webrtc/modules/congestion_controller/goog_cc/
Dloss_based_bandwidth_estimation.h67 bool InUse() const { in InUse() function
Dsend_side_bandwidth_estimation.cc682 loss_based_bandwidth_estimator_v1_.InUse(); in LossBasedBandwidthEstimatorV1ReadyForUse()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/av1/src/main/jni/
Dgav1_jni.cc161 bool InUse() const { return reference_count_ != 0; } in InUse() function in __anon9be24ab70111::JniFrameBuffer
249 if (!buffer->InUse()) { in ReleaseBuffer()
253 if (!buffer->InUse()) { in ReleaseBuffer()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/av1/src/main/jni/
Dgav1_jni.cc161 bool InUse() const { return reference_count_ != 0; } in InUse() function in __anonec2fac7a0111::JniFrameBuffer
249 if (!buffer->InUse()) { in ReleaseBuffer()
253 if (!buffer->InUse()) { in ReleaseBuffer()
/external/cronet/net/disk_cache/memory/
Dmem_entry_impl.h91 bool InUse() const;
Dmem_entry_impl.cc112 bool MemEntryImpl::InUse() const { in InUse() function in disk_cache::MemEntryImpl
114 return parent_->InUse(); in InUse()
Dmem_backend_impl.cc333 if (!to_doom->InUse()) in EvictTill()
/external/scudo/standalone/
Dprimary32.h720 const uptr InUse = Sci->Stats.PoppedBlocks - Sci->Stats.PushedBlocks; in getStats() local
725 Sci->Stats.PoppedBlocks, Sci->Stats.PushedBlocks, InUse, in getStats()
Dprimary64.h824 const uptr InUse = Region->Stats.PoppedBlocks - Region->Stats.PushedBlocks; in getStats() local
831 Region->Stats.PoppedBlocks, Region->Stats.PushedBlocks, InUse, in getStats()
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h91207 u_int InUse; member
Dvmlinux.h91207 u_int InUse; member