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

  /external/v8/test/unittests/base/platform/
mutex-unittest.cc 48 Mutex mutex2; local
52 mutex2.Lock();
55 mutex2.Unlock();
59 mutex2.Lock();
62 mutex2.Unlock();
  /external/dbus/test/name-test/
test-threads-init.c 74 DBusMutex *mutex2,
78 _dbus_assert (mutex2 != NULL);
82 _dbus_assert (mutex1 == mutex2);
86 _dbus_assert (mutex1 != mutex2);
117 DBusMutex *mutex2, *dispatch_mutex2, *io_path_mutex2; local
132 _dbus_connection_test_get_locks (conn, &mutex2,
138 check_mutex_lock (mutex1, mutex2, TRUE);
152 check_mutex_lock (mutex1, mutex2, FALSE);
159 _dbus_connection_test_get_locks (conn, &mutex2,
165 check_mutex_lock (mutex1, mutex2, TRUE)
    [all...]
  /external/valgrind/helgrind/tests/
tc17_sembar.c 34 pthread_mutex_t mutex2; member in struct:__anon25474
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/drd/
drd_error.h 137 Addr mutex2; member in struct:__anon25377

Completed in 381 milliseconds