Home
last modified time | relevance | path

Searched refs:run_loop_n_pollfds (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/clutter/clutter-1.26.4/clutter/osx/
H A Dclutter-event-loop-osx.c109 static guint run_loop_n_pollfds; /* Number of file descriptors in the array */ variable
907 run_loop_n_pollfds = query_main_context (context, run_loop_max_priority, &timeout); in run_loop_before_waiting()
909 n_ready = select_thread_start_poll (run_loop_pollfds, run_loop_n_pollfds, timeout); in run_loop_before_waiting()
956 select_thread_collect_poll (run_loop_pollfds, run_loop_n_pollfds); in run_loop_after_waiting()
960 if (g_main_context_check (context, run_loop_max_priority, run_loop_pollfds, run_loop_n_pollfds)) in run_loop_after_waiting()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/quartz/
H A Dgdkeventloop-quartz.c81 static guint run_loop_n_pollfds; /* Number of file descriptors in the array */ variable
892 run_loop_n_pollfds = query_main_context (context, run_loop_max_priority, &timeout); in run_loop_before_waiting()
894 n_ready = select_thread_start_poll (run_loop_pollfds, run_loop_n_pollfds, timeout); in run_loop_before_waiting()
941 select_thread_collect_poll (run_loop_pollfds, run_loop_n_pollfds); in run_loop_after_waiting()
945 if (g_main_context_check (context, run_loop_max_priority, run_loop_pollfds, run_loop_n_pollfds)) in run_loop_after_waiting()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/quartz/
H A Dgdkeventloop-quartz.c83 static guint run_loop_n_pollfds; /* Number of file descriptors in the array */ variable
926 run_loop_n_pollfds = query_main_context (context, run_loop_max_priority, &timeout); in run_loop_before_waiting()
928 n_ready = select_thread_start_poll (run_loop_pollfds, run_loop_n_pollfds, timeout); in run_loop_before_waiting()
975 select_thread_collect_poll (run_loop_pollfds, run_loop_n_pollfds); in run_loop_after_waiting()
979 if (g_main_context_check (context, run_loop_max_priority, run_loop_pollfds, run_loop_n_pollfds)) in run_loop_after_waiting()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/macos/
H A Dgdkmacoseventsource.c107 static guint run_loop_n_pollfds; /* Number of file descriptors in the array */ variable
926 run_loop_n_pollfds = query_main_context (context, run_loop_max_priority, &timeout); in run_loop_before_waiting()
928 n_ready = select_thread_start_poll (run_loop_pollfds, run_loop_n_pollfds, timeout); in run_loop_before_waiting()
975 select_thread_collect_poll (run_loop_pollfds, run_loop_n_pollfds); in run_loop_after_waiting()
979 if (g_main_context_check (context, run_loop_max_priority, run_loop_pollfds, run_loop_n_pollfds)) in run_loop_after_waiting()