Home
last modified time | relevance | path

Searched refs:THR_START (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/tsan/offline_tests/
Dsimple_race_1.tst2 THR_START 0 0 0 0
11 THR_START 1 0 0 0
D311.tst.gz
D301.tst.gz
/external/valgrind/tsan/
Dts_events.h53 THR_START, // Child thread's event {tid, CallStack, 0, parent_tid} enumerator
Dts_offline.cc189 case THR_START: in ProcessEvent()
312 if (event.type() == THR_START && tid < max_unknown_thread) { in ReadEventsFromFile()
Dts_pin.cc437 event == SBLOCK_ENTER || event == EXPECT_RACE || event == THR_START); in TLEBFlushUnlocked()
479 } else if (event == THR_START) { in TLEBFlushUnlocked()
484 DumpEventInternal(THR_START, t.uniq_tid, 0, 0, parent); in TLEBFlushUnlocked()
589 t.tleb.events[t.tleb.size++] = THR_START; in TLEBStartThread()
Dts_valgrind.cc527 Put(THR_START, VgTidToTsTid(child), 0, 0, in evh__pre_thread_ll_create()
Dthread_sanitizer.cc6466 if (type != THR_START) { in HandleOneEvent()
6495 if (UNLIKELY(type == THR_START)) { in HandleOneEvent()
6507 case THR_START : CHECK(0); break; in HandleOneEvent()