OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_cond_new
(Results
1 - 11
of
11
) sorted by null
/external/bluetooth/glib/tests/
errorcheck-mutex-test.c
54
GCond* cond =
g_cond_new
();
62
GCond* cond =
g_cond_new
();
73
GCond* cond =
g_cond_new
();
81
GCond* cond =
g_cond_new
();
onceinit.c
128
tcond =
g_cond_new
();
mainloop-test.c
410
context_array_cond =
g_cond_new
();
/external/webkit/Source/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp
200
: m_condition(
g_cond_new
())
/external/bluetooth/glib/gobject/tests/
threadtests.c
238
sync_cond =
g_cond_new
();
/external/bluetooth/glib/glib/
gthread.c
146
g_once_cond =
g_cond_new
();
797
*cond =
g_cond_new
();
gtimer.c
198
cond =
g_cond_new
();
gthread.h
203
#define
g_cond_new
() G_THREAD_UF (cond_new, ())
macro
gmain.c
[
all
...]
/external/bluetooth/glib/gio/
gioscheduler.c
384
proxy->ack_condition =
g_cond_new
();
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
VideoSinkGStreamer.cpp
107
priv->data_cond =
g_cond_new
();
Completed in 60 milliseconds