HomeSort by relevance Sort by last modified time
    Searched defs:mutex2 (Results 1 - 4 of 4) sorted by null

  /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/lldb/test/functionalities/thread/
main.c 4 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/valgrind/main/helgrind/tests/
tc17_sembar.c 34 pthread_mutex_t mutex2; member in struct:__anon36578
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:__anon36484

Completed in 1879 milliseconds