HomeSort by: relevance | last modified time | path
    Searched refs:StatType (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/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 638 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
823 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
832 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
846 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
871 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
tsan_mutex.cc 211 Mutex::Mutex(MutexType type, StatType stat_type) {
tsan_rtl.h 665 void ALWAYS_INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) {
670 void ALWAYS_INLINE StatSet(ThreadState *thr, StatType typ, u64 n) {
tsan_interface_atomic.cc 506 static void AtomicStatInc(ThreadState *thr, uptr size, morder mo, StatType t) {

Completed in 15 milliseconds