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

  /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/main/helgrind/tests/
tc17_sembar.c 34 pthread_mutex_t mutex2; member in struct:__anon14152
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 138 Addr mutex2; member in struct:__anon14058
drd_error.c 364 cwei->cond, cwei->mutex1, cwei->mutex2, what_suffix);
368 first_observed(cwei->mutex2);
drd_cond.c 237 .cond = cond, .mutex1 = p->mutex, .mutex2 = mutex };

Completed in 307 milliseconds