Home
last modified time | relevance | path

Searched refs:StatType (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.h42 explicit Mutex(MutexType type, StatType stat_type);
59 StatType stat_type_;
Dtsan_stat.h19 enum StatType { enum
Dtsan_rtl.cc538 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccessImpl1()
737 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccess()
746 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccess()
760 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccess()
785 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccessImpl()
Dtsan_mutex.cc208 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex()
Dtsan_rtl.h531 void ALWAYS_INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) {
535 void ALWAYS_INLINE StatSet(ThreadState *thr, StatType typ, u64 n) { in StatSet()
Dtsan_interface_atomic.cc85 static void AtomicStatInc(ThreadState *thr, uptr size, morder mo, StatType t) { in AtomicStatInc()
/external/chromium_org/dbus/
Ddbus_statistics.cc75 enum StatType { enum in dbus::__anona19f636b0111::DBusStatistics
85 StatType type) { in AddStat()