OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StatInc
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/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
636
StatInc
(thr, StatMop);
637
StatInc
(thr, kAccessIsWrite ? StatMopWrite : StatMopRead);
638
StatInc
(thr, (StatType)(StatMop1 + kAccessSizeLog));
682
StatInc
(thr, StatShadowReplace);
821
StatInc
(thr, StatMop);
822
StatInc
(thr, kAccessIsWrite ? StatMopWrite : StatMopRead);
823
StatInc
(thr, (StatType)(StatMop1 + kAccessSizeLog));
824
StatInc
(thr, StatMopRodata);
830
StatInc
(thr, StatMop);
831
StatInc
(thr, kAccessIsWrite ? StatMopWrite : StatMopRead)
[
all
...]
tsan_rtl_mutex.cc
67
StatInc
(thr, StatMutexCreate);
83
StatInc
(thr, StatMutexDestroy);
186
StatInc
(thr, StatMutexLock);
190
StatInc
(thr, StatMutexRecLock);
232
StatInc
(thr, StatMutexUnlock);
236
StatInc
(thr, StatMutexRecUnlock);
271
StatInc
(thr, StatMutexReadLock);
311
StatInc
(thr, StatMutexReadUnlock);
351
StatInc
(thr, StatMutexReadUnlock);
362
StatInc
(thr, StatMutexUnlock)
[
all
...]
tsan_rtl_thread.cc
66
StatInc
(args->thr, StatThreadMaxTid);
119
StatInc
(thr, StatSyncAcquire);
233
StatInc
(thr, StatThreadCreate);
278
StatInc
(thr, StatThreadFinish);
355
StatInc
(thr, StatMopRange);
361
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
53
StatInc
(thr, StatAnnotation); \
54
StatInc
(thr, Stat##typ); \
tsan_interface_atomic.cc
507
StatInc
(thr, StatAtomic);
508
StatInc
(thr, t);
509
StatInc
(thr, size == 1 ? StatAtomic1
514
StatInc
(thr, mo == mo_relaxed ? StatAtomicRelaxed
tsan_rtl.h
665
void ALWAYS_INLINE
StatInc
(ThreadState *thr, StatType typ, u64 n = 1) {
850
StatInc
(thr, StatEvents);
tsan_clock.cc
79
# define CPP_STAT_INC(typ)
StatInc
(cur_thread(), typ)
Completed in 18 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025