OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetThreadTrace
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_platform.h
140
uptr ALWAYS_INLINE
GetThreadTrace
(int tid) {
tsan_rtl.cc
55
MapThreadTrace(
GetThreadTrace
(tid), TraceSize() * sizeof(Event));
332
Event *events = (Event*)
GetThreadTrace
(thr->tid);
tsan_rtl_thread.cc
77
FlushUnneededShadowMemory(
GetThreadTrace
(tid), TraceSize() * sizeof(Event));
tsan_rtl.h
753
Event *trace = (Event*)
GetThreadTrace
(fs.tid());
tsan_rtl_report.cc
421
Event *events = (Event*)
GetThreadTrace
(tid);
Completed in 59 milliseconds