Searched refs:g_poll (Results 1 – 18 of 18) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gpoll.c | 123 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
|
D | gpoll.h | 87 gint g_poll (GPollFD *fds,
|
D | gmain.c | 489 context->poll_func = g_poll; in g_main_context_new() 3003 context->poll_func = g_poll; in g_main_context_set_poll_func()
|
D | galiasdef.c | 2052 #undef g_poll 2053 extern __typeof (g_poll) g_poll __attribute((alias("IA__g_poll"), visibility("default")));
|
D | galias.h | 2045 extern __typeof (g_poll) IA__g_poll __attribute((visibility("hidden"))); 2046 #define g_poll IA__g_poll macro
|
/external/bluetooth/glib/gio/ |
D | gunixoutputstream.c | 335 poll_ret = g_poll (poll_fds, 2, -1); in g_unix_output_stream_write()
|
D | gunixinputstream.c | 349 poll_ret = g_poll (poll_fds, 2, -1); in g_unix_input_stream_read()
|
D | ChangeLog | 865 g_cancellable_make_pollfd() and g_poll() rather than using poll()
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-20 | 811 * 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
|
D | ChangeLog.pre-2-18 | 257 * 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.
|
D | ChangeLog.pre-2-16 | 114 * glib/gmain.c (g_poll): Further patch by Vlad Grecescu: Drop the 167 * glib/gmain.c (g_poll) [Win32]: Use alertable wait functions so
|
D | ChangeLog.pre-2-4 | 1135 * glib/gmain.c (g_poll): [Win32] Don't exceed handle array 1562 * glib/gmain.c (g_poll) [Win32]: Use g_win32_error_message() for
|
D | ChangeLog.pre-2-8 | 851 * glib/gmain.c (g_poll): [Win32] If the event fired, assign
|
D | NEWS | 364 * Make g_poll available as public api 455 - rework the g_poll() implementation to match poll() semantics more closely
|
D | ChangeLog.pre-2-2 | 800 * glib/gmain.c (g_poll): Fix for bug reported by Herman Bloggs
|
D | ChangeLog.pre-2-0 | 1410 * 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().
|
D | ChangeLog.pre-1-2 | 532 inclusion. Add g_poll implementation for Win32 (only for the
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 480 g_poll
|