HomeSort by relevance Sort by last modified time
    Searched refs:Thread1 (Results 51 - 55 of 55) sorted by null

1 23

  /external/compiler-rt/lib/tsan/lit_tests/
vptr_harmful_race2.cc 31 void *Thread1(void *x) {
45 pthread_create(&t[0], NULL, Thread1, NULL);
  /external/valgrind/unittest/
demo_tests.cc 46 void Thread1() { // Runs in thread named 'test-thread-1'.
59 MyThread t1(Thread1, NULL, "test-thread-1");
206 // Thread1 and Thread2 access the var under two locks.
310 GLOB="Thread1";
357 void Thread1() { DoWrite1(); }
370 MyThread t1(Thread1, NULL, "writer1"),
392 void GoodWriter1() { // Runs in Thread1
416 void Thread1() { DoWrite1(); }
432 MyThread t1(Thread1, NULL, "good writer1"),
540 void Thread1() {
    [all...]
posix_tests.cc 419 void Thread1() { WriteWhileHoldingReaderLock(&VAR1); }
435 MyThreadArray t(Thread1, Thread2, Thread3, Thread4);
1134 void Thread1() {
1151 MyThreadArray t(Thread1, Thread2);
racecheck_unittest.cc     [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]

Completed in 85 milliseconds

1 23