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

  /external/valgrind/unittest/
deadlock_unittest.cc 170 void Worker2() {
178 MyThreadArray t(Worker1, Worker2);
193 void Worker2() {
209 MyThreadArray t(Worker1, Worker2, Worker3, Worker4);
226 void Worker2() {
233 MyThreadArray t(Worker1, Worker2);
249 void Worker2() {
263 MyThreadArray t(Worker1, Worker2, Worker3);
331 void Worker2() { Worker(1, 2); }
337 MyThreadSet t2(Worker2, 4)
    [all...]
demo_tests.cc 118 void Worker2() { MU.Lock(); GLOB=1; MU.Unlock();}
123 MyThreadArray t(Worker1, Worker2);
141 void Worker2() {
160 MyThreadArray t(Worker1, Worker2, Worker3, Worker4);
182 // The guilty access is either Worker2() or Worker4(), depending on
187 void Worker2() { MU1.Lock(); GLOB=2; MU1.Unlock(); }
194 MyThread t1(Worker1), t2(Worker2), t3(Worker3), t4(Worker4);
212 void Worker2() { MU1.Lock(); MU2.Lock(); GLOB=3; MU2.Unlock(); MU1.Unlock(); }
218 MyThread t1(Worker1), t2(Worker2), t3(Worker3);
250 void Worker2() { Worker1();
    [all...]
racecheck_unittest.cc 99 void Worker2() {
107 MyThreadArray t(Worker1, Worker2);
673 // Worker1: Worker2:
    [all...]
posix_tests.cc 62 // Parent: Worker1, Worker2:
657 // Worker2 tries to write to globals twice: without a writer lock and with it.
682 void Worker2() {
721 MyThreadArray t(Worker1, Worker2, Worker3);
997 void Worker2() {
1004 MyThreadArray mta(Worker1, Worker2);
1074 void Worker2() {
1088 MyThreadArray t(Worker1, Worker2);
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 734 // Parent: Worker1, Worker2:
969 // Worker1: Worker2:
    [all...]

Completed in 109 milliseconds