Searched refs:mutex2 (Results 1 - 6 of 6) sorted by relevance

/external/lldb/test/functionalities/thread/
H A Dmain.c4 pthread_mutex_t mutex2 = PTHREAD_MUTEX_INITIALIZER; variable
10 pthread_mutex_unlock(&mutex2); // Set break point at this line.
19 pthread_mutex_lock(&mutex2);
20 pthread_mutex_unlock(&mutex2);
45 pthread_mutex_lock (&mutex2);
/external/chromium_org/v8/src/base/platform/
H A Dmutex-unittest.cc48 Mutex mutex2; local
52 mutex2.Lock();
55 mutex2.Unlock();
59 mutex2.Lock();
62 mutex2.Unlock();
/external/valgrind/main/helgrind/tests/
H A Dtc17_sembar.c34 pthread_mutex_t mutex2; member in struct:__anon32861
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/
H A Ddrd_error.h137 Addr mutex2; member in struct:__anon32767
H A Ddrd_error.c363 cwei->cond, cwei->mutex1, cwei->mutex2, what_suffix);
367 first_observed(cwei->mutex2);
H A Ddrd_cond.c236 .cond = cond, .mutex1 = p->mutex, .mutex2 = mutex };

Completed in 1411 milliseconds