Home
last modified time | relevance | path

Searched refs:InUse (Results 1 – 8 of 8) 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/exoplayer/tree/extensions/av1/src/main/jni/
Dgav1_jni.cc166 bool InUse() const { return reference_count_ != 0; } in InUse() function in __anonfe09998c0111::JniFrameBuffer
254 if (!buffer->InUse()) { in ReleaseBuffer()
258 if (!buffer->InUse()) { in ReleaseBuffer()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dprimary64.h402 const uptr InUse = Region->Stats.PoppedBlocks - Region->Stats.PushedBlocks; in getStats() local
409 Region->Stats.PoppedBlocks, Region->Stats.PushedBlocks, InUse, in getStats()
Dprimary32.h418 const uptr InUse = Sci->Stats.PoppedBlocks - Sci->Stats.PushedBlocks; in getStats() local
423 Sci->Stats.PoppedBlocks, Sci->Stats.PushedBlocks, InUse, in getStats()
/external/scudo/standalone/
Dprimary64.h408 const uptr InUse = Region->Stats.PoppedBlocks - Region->Stats.PushedBlocks; in getStats() local
415 Region->Stats.PoppedBlocks, Region->Stats.PushedBlocks, InUse, in getStats()
Dprimary32.h416 const uptr InUse = Sci->Stats.PoppedBlocks - Sci->Stats.PushedBlocks; in getStats() local
421 Sci->Stats.PoppedBlocks, Sci->Stats.PushedBlocks, InUse, in getStats()