Home
last modified time | relevance | path

Searched defs: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
Ddevice_event_mgr.cc207 gtl::InlinedVector<InUse, 4>* to_free) { in PollEvents()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr.cc206 gtl::InlinedVector<InUse, 4>* to_free) { in PollEvents()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dprimary64.h402 const uptr InUse = Region->Stats.PoppedBlocks - Region->Stats.PushedBlocks; in getStats() local
Dprimary32.h418 const uptr InUse = Sci->Stats.PoppedBlocks - Sci->Stats.PushedBlocks; in getStats() local
/external/scudo/standalone/
Dprimary64.h408 const uptr InUse = Region->Stats.PoppedBlocks - Region->Stats.PushedBlocks; in getStats() local
Dprimary32.h416 const uptr InUse = Sci->Stats.PoppedBlocks - Sci->Stats.PushedBlocks; in getStats() local
/external/exoplayer/tree/extensions/av1/src/main/jni/
Dgav1_jni.cc166 bool InUse() const { return reference_count_ != 0; } in InUse() function in __anon3c3405930111::JniFrameBuffer