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

  /external/valgrind/unittest/
demo_tests.cc 43 Mutex mu2; // This Mutex is not related to var. member in namespace:RaceReportDemoTest
52 MutexLock lock(&mu2); // Wrong Mutex.
75 Mutex MU2;
85 MU2.Lock(); CHECK(GLOB >= 0); MU2.Unlock();
175 // In this test GLOB is protected by MU1 and MU2, but inconsistently.
185 Mutex MU2;
186 void Worker1() { MU1.Lock(); MU2.Lock(); GLOB=1; MU2.Unlock(); MU1.Unlock(); }
188 void Worker3() { MU1.Lock(); MU2.Lock(); GLOB=3; MU2.Unlock(); MU1.Unlock();
331 Mutex mu2; \/\/ Unrelated to PTR. member in namespace:test310
389 Mutex mu2; \/\/ Unrelated to PTR. member in namespace:test311
    [all...]
racecheck_unittest.cc 677 // 4. MU2.Lock() d. MU2.Lock()
679 // 6. ANNOTATE_CONDVAR_SIGNAL(MU2) ---->V .
680 // 7. MU2.Await(COND == 0) <------------+------ f. ANNOTATE_CONDVAR_SIGNAL(MU2)
681 // 8. MU2.Unlock() V-----> g. MU2.Await(COND == 0)
682 // 9. read(GLOB) h. MU2.Unlock()
694 Mutex MU2;
701 MU2.Lock()
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 973 // 4. MU2.Lock() d. MU2.Lock()
975 // 6. ANNOTATE_CONDVAR_SIGNAL(MU2) ---->V .
976 // 7. MU2.Await(COND == 0) <------------+------ f. ANNOTATE_CONDVAR_SIGNAL(MU2)
977 // 8. MU2.Unlock() V-----> g. MU2.Await(COND == 0)
978 // 9. read(GLOB) h. MU2.Unlock()
990 Mutex MU2;
997 MU2.Lock();
6689 Mutex mu2; \/\/ This Mutex is not related to var. member in namespace:test301
6986 Mutex mu2; \/\/ Unrelated to PTR. member in namespace:test310
7045 Mutex mu2; \/\/ Unrelated to PTR. member in namespace:test311
    [all...]

Completed in 51 milliseconds