HomeSort by relevance Sort by last modified time
    Searched refs:GCond (Results 1 - 17 of 17) sorted by null

  /external/webkit/JavaScriptCore/wtf/gtk/
GOwnPtr.cpp 37 template <> void freeOwnedGPtr<GCond>(GCond* ptr)
GOwnPtr.h 33 typedef struct _GCond GCond;
45 template<> void freeOwnedGPtr<GCond>(GCond*);
  /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 27 static GCond *tcond = NULL;
mainloop-test.c 31 GCond *context_array_cond;
  /external/bluetooth/glib/glib/
gthread.h 73 typedef struct _GCond GCond;
85 GCond* (*cond_new) (void);
86 void (*cond_signal) (GCond *cond);
87 void (*cond_broadcast) (GCond *cond);
88 void (*cond_wait) (GCond *cond,
90 gboolean (*cond_timed_wait) (GCond *cond,
93 void (*cond_free) (GCond *cond);
191 (g_thread_supported () ? ((void(*)(GCond*, GMutex*, gulong, gchar*))\
196 ((gboolean(*)(GCond*, GMutex*, GTimeVal*, gulong, gchar*)) \
286 GCond *read_cond
    [all...]
gthread.c 101 (GCond*(*)())g_thread_fail, /* cond_new */
124 static GCond *g_once_cond = NULL;
794 g_static_rw_lock_wait (GCond** cond, GStaticMutex* mutex)
gmain.h 130 GCond *cond,
gtimer.c 184 static GCond* cond = NULL;
gmain.c 98 GCond *cond;
122 GCond *cond;
    [all...]
  /external/bluetooth/glib/gthread/
gthread-posix.c 201 static GCond *
204 GCond *result = (GCond *) g_new (pthread_cond_t, 1);
218 g_cond_timed_wait_posix_impl (GCond * cond,
259 g_cond_free_posix_impl (GCond * cond)
452 (void (*)(GCond *)) pthread_cond_signal,
453 (void (*)(GCond *)) pthread_cond_broadcast,
454 (void (*)(GCond *, GMutex *)) pthread_cond_wait,
gthread-win32.c 182 static GCond *
185 GCond *retval = g_new (GCond, 1);
194 g_cond_signal_win32_impl (GCond * cond)
208 g_cond_broadcast_win32_impl (GCond * cond)
221 g_cond_wait_internal (GCond *cond,
277 g_cond_wait_win32_impl (GCond *cond,
287 g_cond_timed_wait_win32_impl (GCond *cond,
315 g_cond_free_win32_impl (GCond * cond)
gthread-impl.c 185 g_cond_wait_errorcheck_impl (GCond *cond,
214 g_cond_timed_wait_errorcheck_impl (GCond *cond,
283 (void (*)(GCond *, GMutex *)) g_cond_wait_errorcheck_impl;
285 (gboolean (*)(GCond *, GMutex *, GTimeVal *))
  /external/webkit/JavaScriptCore/wtf/
Threading.h 91 typedef struct _GCond GCond;
142 typedef GOwnPtr<GCond> PlatformCondition;
  /external/bluetooth/glib/gobject/tests/
threadtests.c 112 static GCond *sync_cond = NULL;
  /external/bluetooth/glib/gio/
gioscheduler.c 306 GCond *ack_condition;
  /external/webkit/WebCore/platform/graphics/gtk/
VideoSinkGStreamer.cpp 64 GCond* data_cond;
69 // GCond, then render() tries to render a frame although

Completed in 306 milliseconds