OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TraceAddEvent
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc
90
TraceAddEvent
(thr, thr->fast_state, EventTypeLock, s->GetId());
123
TraceAddEvent
(thr, thr->fast_state, EventTypeUnlock, s->GetId());
164
TraceAddEvent
(thr, thr->fast_state, EventTypeRLock, s->GetId());
185
TraceAddEvent
(thr, thr->fast_state, EventTypeRUnlock, s->GetId());
211
TraceAddEvent
(thr, thr->fast_state, EventTypeRUnlock, s->GetId());
219
TraceAddEvent
(thr, thr->fast_state, EventTypeUnlock, s->GetId());
tsan_rtl.cc
530
TraceAddEvent
(thr, fast_state, EventTypeMop, pc);
612
TraceAddEvent
(thr, thr->fast_state, EventTypeMop, pc);
623
TraceAddEvent
(thr, thr->fast_state, EventTypeMop, pc);
637
TraceAddEvent
(thr, thr->fast_state, EventTypeFuncEnter, pc);
667
TraceAddEvent
(thr, thr->fast_state, EventTypeFuncExit, 0);
tsan_rtl_thread.cc
61
TraceAddEvent
(args->thr, args->thr->fast_state, EventTypeMop, 0);
130
TraceAddEvent
(thr, thr->fast_state, EventTypeMop, 0);
341
TraceAddEvent
(thr, fast_state, EventTypeMop, pc);
tsan_rtl.h
739
void ALWAYS_INLINE
TraceAddEvent
(ThreadState *thr, FastState fs,
Completed in 179 milliseconds