Home
last modified time | relevance | path

Searched refs:g_poll (Results 1 – 18 of 18) sorted by relevance

/external/bluetooth/glib/glib/
Dgpoll.c123 g_poll (GPollFD *fds, in g_poll() function
255 g_poll (GPollFD *fds, in g_poll() function
375 g_poll (GPollFD *fds, in g_poll() function
Dgpoll.h87 gint g_poll (GPollFD *fds,
Dgmain.c489 context->poll_func = g_poll; in g_main_context_new()
3003 context->poll_func = g_poll; in g_main_context_set_poll_func()
Dgaliasdef.c2052 #undef g_poll
2053 extern __typeof (g_poll) g_poll __attribute((alias("IA__g_poll"), visibility("default")));
Dgalias.h2045 extern __typeof (g_poll) IA__g_poll __attribute((visibility("hidden")));
2046 #define g_poll IA__g_poll macro
/external/bluetooth/glib/gio/
Dgunixoutputstream.c335 poll_ret = g_poll (poll_fds, 2, -1); in g_unix_output_stream_write()
Dgunixinputstream.c349 poll_ret = g_poll (poll_fds, 2, -1); in g_unix_input_stream_read()
DChangeLog865 g_cancellable_make_pollfd() and g_poll() rather than using poll()
/external/bluetooth/glib/
DChangeLog.pre-2-20811 * glib/gpoll.c: Make the g_poll() function non-static also on
844 * glib/gpoll.[ch] (g_poll): Move this out of gmain.c and make it part
DChangeLog.pre-2-18257 * glib/gmain.c: Rework the g_poll() implementation on Windows to
1585 * glib/gmain.c (g_poll): Improve fix for #525192 below: Use
1606 * glib/gmain.c (g_poll) [Win32]: Patch by Neil Roberts.
DChangeLog.pre-2-16114 * glib/gmain.c (g_poll): Further patch by Vlad Grecescu: Drop the
167 * glib/gmain.c (g_poll) [Win32]: Use alertable wait functions so
DChangeLog.pre-2-41135 * glib/gmain.c (g_poll): [Win32] Don't exceed handle array
1562 * glib/gmain.c (g_poll) [Win32]: Use g_win32_error_message() for
DChangeLog.pre-2-8851 * glib/gmain.c (g_poll): [Win32] If the event fired, assign
DNEWS364 * Make g_poll available as public api
455 - rework the g_poll() implementation to match poll() semantics more closely
DChangeLog.pre-2-2800 * glib/gmain.c (g_poll): Fix for bug reported by Herman Bloggs
DChangeLog.pre-2-01410 * glib/gmain.c (g_poll): Return the code ifdeffed out with
3767 * gmain.c (g_poll): Related changes in the Win32 version of
3768 g_poll(). When polling for messages, always do a PeekMessage()
3770 calls to g_poll().
DChangeLog.pre-1-2532 inclusion. Add g_poll implementation for Win32 (only for the
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt480 g_poll