OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:G_TRYLOCK
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/glib/gio/fen/
fen-dump.c
52
if (
G_TRYLOCK
(fen_lock)) {
73
if (
G_TRYLOCK
(fen_lock)) {
93
if (
G_TRYLOCK
(fen_lock)) {
fen-node.c
119
if (
G_TRYLOCK
(fen_lock)) {
fen-data.c
241
if (
G_TRYLOCK
(fen_lock)) {
/external/bluetooth/glib/glib/
gthread.h
358
*
G_TRYLOCK
() respectively.
383
# define
G_TRYLOCK
(name) \
391
# define
G_TRYLOCK
(name) g_static_mutex_trylock (&G_LOCK_NAME (name))
399
# define
G_TRYLOCK
(name) (TRUE)
/external/bluetooth/glib/tests/
thread-test.c
18
g_assert (
G_TRYLOCK
(test_g_mutex) == FALSE);
34
g_assert (
G_TRYLOCK
(test_g_mutex));
Completed in 58 milliseconds