/external/chromium_org/v8/test/cctest/ |
test-mutex.cc | 78 Mutex mutex2; local 82 mutex2.Lock(); 85 mutex2.Unlock(); 89 mutex2.Lock(); 92 mutex2.Unlock();
|
/external/valgrind/main/helgrind/tests/ |
tc17_sembar.c | 34 pthread_mutex_t mutex2; member in struct:__anon28140 48 pthread_mutex_init (&bar->mutex2, NULL); 64 pthread_mutex_destroy (&bar->mutex2); 122 pthread_mutex_lock (&bar->mutex2); 124 pthread_mutex_unlock (&bar->mutex2); 134 are arriving at the barrier and by mutex2 whilst they are leaving,
|
/external/valgrind/main/drd/ |
drd_error.h | 137 Addr mutex2; member in struct:__anon28047
|
drd_error.c | 363 cwei->cond, cwei->mutex1, cwei->mutex2, what_suffix); 367 first_observed(cwei->mutex2);
|
drd_cond.c | 236 .cond = cond, .mutex1 = p->mutex, .mutex2 = mutex };
|
/external/chromium_org/tools/site_compare/ |
command_line.py | 695 test.AddArgument("--mutex2", "mutually exclusive parameter 2") 697 test.AddMutualExclusion(["--mutex1", "--mutex2", "--mutex3"]) 724 test.AddMutualExclusion(["--doesntexist", "--mutex2"]) 770 (MIN+"--mutex2 b", 0), # yes 772 (MIN+"--mutex1 a --mutex2 b", 1), # not fine 773 (MIN+"--mutex1 a --mutex2 b --mutex3 c", 3), # even worse
|