OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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