Searched refs:InUse (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/device/ |
D | device_event_mgr.h | 92 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_);
|
D | device_event_mgr.cc | 111 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/ |
D | gpu_event_mgr.cc | 110 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/ |
D | gav1_jni.cc | 166 bool InUse() const { return reference_count_ != 0; } in InUse() function in __anon3c3405930111::JniFrameBuffer 254 if (!buffer->InUse()) { in ReleaseBuffer() 258 if (!buffer->InUse()) { in ReleaseBuffer()
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | primary64.h | 402 const uptr InUse = Region->Stats.PoppedBlocks - Region->Stats.PushedBlocks; in getStats() local 409 Region->Stats.PoppedBlocks, Region->Stats.PushedBlocks, InUse, in getStats()
|
D | primary32.h | 418 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/ |
D | primary64.h | 408 const uptr InUse = Region->Stats.PoppedBlocks - Region->Stats.PushedBlocks; in getStats() local 415 Region->Stats.PoppedBlocks, Region->Stats.PushedBlocks, InUse, in getStats()
|
D | primary32.h | 416 const uptr InUse = Sci->Stats.PoppedBlocks - Sci->Stats.PushedBlocks; in getStats() local 421 Sci->Stats.PoppedBlocks, Sci->Stats.PushedBlocks, InUse, in getStats()
|