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

  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GTypedefs.h 42 typedef struct _GCond GCond;
  /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...]

Completed in 57 milliseconds