HomeSort by relevance Sort by last modified time
    Searched refs:Thread3 (Results 1 - 4 of 4) sorted by null

  /external/valgrind/unittest/
demo_tests.cc 207 // Thread3 uses no locks.
363 void Thread3() { DoRead(); }
372 t3(Thread3, NULL, "buggy reader");
404 void GoodReader() { // Runs in Thread3
422 void Thread3() { DoGoodRead(); }
434 t3(Thread3, NULL, "good reader"),
posix_tests.cc 421 void Thread3() { CorrectWrite(&VAR2); }
435 MyThreadArray t(Thread1, Thread2, Thread3, Thread4);
racecheck_unittest.cc     [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]

Completed in 982 milliseconds