HomeSort by relevance Sort by last modified time
    Searched full:test_g_mutex (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/tests/
thread-test.c 11 G_LOCK_DEFINE_STATIC (test_g_mutex); variable
18 g_assert (G_TRYLOCK (test_g_mutex) == FALSE);
28 test_g_mutex (void) function
34 g_assert (G_TRYLOCK (test_g_mutex));
43 G_UNLOCK (test_g_mutex);
376 test_g_mutex ();

Completed in 458 milliseconds