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

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 41 explicit Mutex(MutexType type, StatType stat_type);
58 StatType stat_type_;
tsan_mutex.cc 195 Mutex::Mutex(MutexType type, StatType stat_type) {
tsan_stat.h 19 enum StatType {
tsan_rtl.cc 398 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
513 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
tsan_rtl.h 587 void ALWAYS_INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) {
591 void ALWAYS_INLINE StatSet(ThreadState *thr, StatType typ, u64 n) {
tsan_interface_atomic.cc 75 static void AtomicStatInc(ThreadState *thr, uptr size, morder mo, StatType t) {
  /external/valgrind/unittest/
bigtest.cc 48 enum StatType {
94 typedef std::vector<StatType> TypesVector;
97 std::map<StatType, int> goal;
130 void AddGoal(StatType type, int value) {
162 void SetParameterStat(StatType stat_type, double * param, double cost) {
637 typedef std::map<std::string, StatType> StatMap;
  /external/chromium_org/dbus/
dbus_statistics.cc 75 enum StatType {
85 StatType type) {

Completed in 362 milliseconds