Searched refs:Worker2 (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/unittest/
H A Ddeadlock_unittest.cc170 void Worker2() { function in namespace:test01
178 MyThreadArray t(Worker1, Worker2);
193 void Worker2() { function in namespace:test02
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,
[all...]
H A Ddemo_tests.cc118 void Worker2() { MU.Lock(); GLOB=1; MU.Unlock();} function in namespace:test303
123 MyThreadArray t(Worker1, Worker2);
141 void Worker2() { function in namespace:test304
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(); } function in namespace:test305
194 MyThread t1(Worker1), t2(Worker2), t3(Worker3), t4(Worker4);
212 void Worker2() { MU1.Lock(); MU2.Lock(); GLOB=3; MU2.Unlock(); MU1.Unlock(); } function in namespace:test306
218 MyThread t1(Worker1), t2(Worker2), t3(Worker3);
250 void Worker2() { Worker function in namespace:test307
292 void Worker2() { UseMe(); } function in namespace:test308
312 void Worker2() { function in namespace:test309
[all...]
H A Dracecheck_unittest.cc99 void Worker2() { function in namespace:test01
107 MyThreadArray t(Worker1, Worker2);
673 // Worker1: Worker2:
1810 void Worker2() { function in namespace:test42
1830 MyThreadArray t(Worker1, Worker2);
2518 void Worker2() { function in namespace:test58
2536 MyThreadArray t(Worker1, Worker2);
2557 void Worker2() { function in namespace:test59
2577 MyThreadArray t(Worker1, Worker2);
2598 void Worker2() { function in namespace:test60
3307 void Worker2() { function in namespace:PositiveTests_FprintfThreadCreateTest
3670 void Worker2() { function in namespace:test79
4677 void Worker2() { function in namespace:test100
5028 void Worker2() { function in namespace:test111
5275 void Worker2() { function in namespace:test119
5357 void Worker2() { UseMe(); } function in namespace:DoubleCheckedLocking
5677 void Worker2() { usleep(200000); Worker(); } function in namespace:NegativeTests_PerThreadTest
5708 void Worker2() { usleep(200000); Worker(); } function in namespace:NegativeTests_StackReuseTest
5909 void Worker2() { function in namespace:test139
6261 void Worker2() { function in namespace:test153
6441 void Worker2() { function in namespace:test157
7599 void Worker2() { function in namespace:RaceVerifierTests_Simple
7621 void Worker2() { function in namespace:RaceVerifierTests_Unverifiable
7644 void Worker2() { function in namespace:RaceVerifierTests_ManyRacesInOneTrace
7683 void Worker2() { function in namespace:PrintfTests_RaceOnFwriteArgument
7704 void Worker2() { function in namespace:PrintfTests_RaceOnPutsArgument
7727 void Worker2() { function in namespace:PrintfTests_RaceOnPrintfArgument
7752 void Worker2() { function in namespace:PrintfTests_RaceOnOutputArgument
7774 void Worker2() { function in namespace:PrintfTests_Fflush
[all...]
H A Dposix_tests.cc62 // 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/
H A Dtsan_unittest.cpp734 // Parent: Worker1, Worker2:
969 // Worker1: Worker2:
2123 void Worker2() { function in namespace:test42
2143 MyThreadArray t(Worker1, Worker2);
2842 void Worker2() { function in namespace:test58
2860 MyThreadArray t(Worker1, Worker2);
2881 void Worker2() { function in namespace:test59
2901 MyThreadArray t(Worker1, Worker2);
2922 void Worker2() { function in namespace:test60
2958 MyThreadArray t(Worker1, Worker2);
3859 void Worker2() { function in namespace:test79
4871 void Worker2() { function in namespace:test100
5356 void Worker2() { function in namespace:test111
5662 void Worker2() { function in namespace:test119
5737 void Worker2() { UseMe(); } function in namespace:test121
6151 void Worker2() { sleep(2); Worker(); } function in namespace:test130
6182 void Worker2() { sleep(2); Worker(); } function in namespace:test131
6409 void Worker2() { function in namespace:test139
6766 void Worker2() { MU.Lock(); GLOB=1; MU.Unlock();} function in namespace:test303
6790 void Worker2() { function in namespace:test304
6837 void Worker2() { MU1.Lock(); GLOB=2; MU1.Unlock(); } function in namespace:test305
6863 void Worker2() { MU1.Lock(); MU2.Lock(); GLOB=3; MU2.Unlock(); MU1.Unlock(); } function in namespace:test306
6902 void Worker2() { Worker1(); } function in namespace:test307
6945 void Worker2() { UseMe(); } function in namespace:test308
6966 void Worker2() { function in namespace:test309
[all...]

Completed in 339 milliseconds