Searched refs:GSource (Results 1 – 5 of 5) sorted by relevance
87 struct WorkSource : public GSource {91 gboolean WorkSourcePrepare(GSource* source, in WorkSourcePrepare()100 gboolean WorkSourceCheck(GSource* source) { in WorkSourceCheck()105 gboolean WorkSourceDispatch(GSource* source, in WorkSourceDispatch()
18 typedef struct _GSource GSource; typedef64 GSource* work_source_;
100 struct Source : public GSource {116 static gboolean Prepare(GSource* source, gint* timeout_ms) { in Prepare()121 static gboolean Check(GSource* source) { in Check()125 static gboolean Dispatch(GSource* source, in Dispatch()
30 #define wsi_to_gsource(_w) ((GSource *)wsi_to_subclass(_w))41 lws_glib_check(GSource *src) in lws_glib_check()61 GSource *gis; in lws_glib_set_idle()79 GSource *gts; in lws_glib_set_timeout()92 lws_glib_dispatch(GSource *src, GSourceFunc x, gpointer userData) in lws_glib_dispatch()
37 GSource base;