OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StatInc
(Results
1 - 9
of
9
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_update_shadow_word_inl.h
17
StatInc
(thr, StatShadowProcessed);
22
StatInc
(thr, StatShadowZero);
31
StatInc
(thr, StatShadowSameSize);
34
StatInc
(thr, StatShadowSameThread);
39
StatInc
(thr, StatShadowAnotherThread);
51
StatInc
(thr, StatShadowIntersect);
53
StatInc
(thr, StatShadowSameThread);
56
StatInc
(thr, StatShadowAnotherThread);
64
StatInc
(thr, StatShadowNotIntersect);
tsan_rtl.cc
583
StatInc
(thr, StatMop);
584
StatInc
(thr, kAccessIsWrite ? StatMopWrite : StatMopRead);
585
StatInc
(thr, (StatType)(StatMop1 + kAccessSizeLog));
629
StatInc
(thr, StatShadowReplace);
768
StatInc
(thr, StatMop);
769
StatInc
(thr, kAccessIsWrite ? StatMopWrite : StatMopRead);
770
StatInc
(thr, (StatType)(StatMop1 + kAccessSizeLog));
771
StatInc
(thr, StatMopRodata);
777
StatInc
(thr, StatMop);
778
StatInc
(thr, kAccessIsWrite ? StatMopWrite : StatMopRead)
[
all
...]
tsan_rtl_mutex.cc
68
StatInc
(thr, StatMutexCreate);
86
StatInc
(thr, StatMutexDestroy);
164
StatInc
(thr, StatMutexLock);
168
StatInc
(thr, StatMutexRecLock);
207
StatInc
(thr, StatMutexUnlock);
211
StatInc
(thr, StatMutexRecUnlock);
234
StatInc
(thr, StatMutexReadLock);
269
StatInc
(thr, StatMutexReadUnlock);
309
StatInc
(thr, StatMutexReadUnlock);
320
StatInc
(thr, StatMutexUnlock)
[
all
...]
tsan_rtl_thread.cc
66
StatInc
(args->thr, StatThreadMaxTid);
118
StatInc
(thr, StatSyncAcquire);
222
StatInc
(thr, StatThreadCreate);
279
StatInc
(thr, StatThreadFinish);
350
StatInc
(thr, StatMopRange);
355
StatInc
(thr, StatMopRangeRodata);
tsan_mutex.cc
241
StatInc
(cur_thread(), stat_type_, backoff.Contention());
269
StatInc
(cur_thread(), stat_type_, backoff.Contention());
tsan_interface_ann.cc
54
StatInc
(thr, StatAnnotation); \
55
StatInc
(thr, Stat##typ); \
tsan_interface_atomic.cc
482
StatInc
(thr, StatAtomic);
483
StatInc
(thr, t);
484
StatInc
(thr, size == 1 ? StatAtomic1
489
StatInc
(thr, mo == mo_relaxed ? StatAtomicRelaxed
tsan_clock.cc
86
# define CPP_STAT_INC(typ)
StatInc
(cur_thread(), typ)
tsan_rtl.h
607
void ALWAYS_INLINE
StatInc
(ThreadState *thr, StatType typ, u64 n = 1) {
787
StatInc
(thr, StatEvents);
Completed in 77 milliseconds