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

/external/bluetooth/glib/tests/
H A Dthread-test.c224 static gint test_g_static_rw_lock_state = 0; variable
225 G_LOCK_DEFINE (test_g_static_rw_lock_state); variable
243 G_LOCK (test_g_static_rw_lock_state);
244 g_assert (test_g_static_rw_lock_state >= 0);
245 test_g_static_rw_lock_state++;
246 G_UNLOCK (test_g_static_rw_lock_state);
250 G_LOCK (test_g_static_rw_lock_state);
251 test_g_static_rw_lock_state--;
252 G_UNLOCK (test_g_static_rw_lock_state);
264 G_LOCK (test_g_static_rw_lock_state);
[all...]

Completed in 61 milliseconds