Home | History | Annotate | Download | only in pulse

Lines Matching refs:mainloop

28 #include <pulse/mainloop-api.h>
63 * \li \subpage mainloop - A minimal but fast implementation based on poll().
68 * \li \subpage glib-mainloop - A wrapper around GLib's main loop.
71 * \ref mainloop-signal.h. These rely only on the main loop abstraction
168 /** Instantiate a new connection context with an abstract mainloop API
171 pa_context *pa_context_new(pa_mainloop_api *mainloop, const char *name);
173 /** Instantiate a new connection context with an abstract mainloop API
176 pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *name, pa_proplist *proplist);
258 for mainloop->time_new). \since 0.9.16 */
261 for mainloop->time_restart). \since 0.9.16 */