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

  /external/valgrind/unittest/
deadlock_unittest.cc 164 void Worker1() {
178 MyThreadArray t(Worker1, Worker2);
189 void Worker1() {
209 MyThreadArray t(Worker1, Worker2, Worker3, Worker4);
221 void Worker1() {
233 MyThreadArray t(Worker1, Worker2);
244 void Worker1() {
263 MyThreadArray t(Worker1, Worker2, Worker3);
330 void Worker1() { Worker(0, 1); }
336 MyThreadSet t1(Worker1, 4)
    [all...]
demo_tests.cc 117 void Worker1() { CHECK(GLOB >= 0); }
123 MyThreadArray t(Worker1, Worker2);
136 void Worker1() {
160 MyThreadArray t(Worker1, Worker2, Worker3, Worker4);
186 void Worker1() { MU1.Lock(); MU2.Lock(); GLOB=1; MU2.Unlock(); MU1.Unlock(); }
194 MyThread t1(Worker1), t2(Worker2), t3(Worker3), t4(Worker4);
211 void Worker1() { MU1.Lock(); MU2.Lock(); GLOB=1; MU2.Unlock(); MU1.Unlock(); }
218 MyThread t1(Worker1), t2(Worker2), t3(Worker3);
249 void Worker1() { FunctionWithControlFlow(); }
250 void Worker2() { Worker1(); }
    [all...]
posix_tests.cc 62 // Parent: Worker1, Worker2:
230 void Worker1() {
238 MyThreadArray t(Worker0, Worker1, Worker1, Worker1);
518 void Worker1() {
524 MyThreadArray t(Worker1, Worker1, Worker1, Worker1);
    [all...]
racecheck_unittest.cc 95 void Worker1() {
107 MyThreadArray t(Worker1, Worker2);
673 // Worker1: Worker2:
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 734 // Parent: Worker1, Worker2:
969 // Worker1: Worker2:
    [all...]

Completed in 1034 milliseconds