HomeSort by relevance Sort by last modified time
    Searched refs:StatType (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 45 explicit Mutex(MutexType type, StatType stat_type);
62 StatType stat_type_;
tsan_stat.h 19 enum StatType {
tsan_rtl.cc 585 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
770 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
779 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
793 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
818 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
tsan_mutex.cc 211 Mutex::Mutex(MutexType type, StatType stat_type) {
tsan_rtl.h 607 void ALWAYS_INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) {
612 void ALWAYS_INLINE StatSet(ThreadState *thr, StatType typ, u64 n) {
tsan_interface_atomic.cc 481 static void AtomicStatInc(ThreadState *thr, uptr size, morder mo, StatType t) {
  /external/libchrome/dbus/
dbus_statistics.cc 76 enum StatType {
86 StatType type) {

Completed in 239 milliseconds