OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_mutex_trylock
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/glib/tests/
errorcheck-mutex-test.c
30
g_mutex_trylock
(mutex);
thread-test.c
17
g_assert (
g_mutex_trylock
(test_g_mutex_mutex) == FALSE);
33
g_assert (
g_mutex_trylock
(test_g_mutex_mutex));
/external/bluetooth/glib/glib/
gthread.h
171
# define
g_mutex_trylock
(mutex) \
macro
184
# define
g_mutex_trylock
(mutex) \
macro
243
g_mutex_trylock
(g_static_mutex_get_mutex (mutex))
gslice.c
395
if (!
g_mutex_trylock
(mutex))
[
all
...]
/external/webkit/Source/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp
191
return
g_mutex_trylock
(m_mutex.get());
Completed in 30 milliseconds