OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TraceParts
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc
319
unsigned trace = (thr->fast_state.epoch() / kTracePartSize) %
TraceParts
();
341
uptr
TraceParts
() {
tsan_rtl_thread.cc
114
const uptr trace = (epoch0 / kTracePartSize) %
TraceParts
();
tsan_rtl.h
735
uptr
TraceParts
();
tsan_rtl_report.cc
404
const int partidx = (epoch / kTracePartSize) %
TraceParts
();
Completed in 413 milliseconds