Lines Matching defs:loop
40 #define pt_to_loop(_pt) (pt_to_priv_glib(_pt)->loop)
68 * instead of specifically the loop bound to the pt.
163 * resets the event loop timer to the earliest remaining event, if any.
311 GMainLoop *loop = (GMainLoop *)_loop;
313 if (!loop)
314 loop = g_main_loop_new(NULL, 0);
318 if (!loop) {
319 lwsl_cx_err(context, "creating glib loop failed");
324 ptpr->loop = loop;
330 /* Register the signal watcher unless it's a foreign loop */
508 "glib event loop",