Home
last modified time | relevance | path

Searched refs:buffer_condition (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/glib/
Dgiounix.c130 GIOCondition buffer_condition = g_io_channel_get_buffer_condition (watch->channel); in g_io_unix_prepare() local
136 return ((watch->condition & buffer_condition) == watch->condition); in g_io_unix_prepare()
143 GIOCondition buffer_condition = g_io_channel_get_buffer_condition (watch->channel); in g_io_unix_check() local
146 return ((poll_condition | buffer_condition) & watch->condition); in g_io_unix_check()
157 GIOCondition buffer_condition = g_io_channel_get_buffer_condition (watch->channel); in g_io_unix_dispatch() local
167 (watch->pollfd.revents | buffer_condition) & watch->condition, in g_io_unix_dispatch()
Dgiowin32.c706 GIOCondition buffer_condition = g_io_channel_get_buffer_condition (watch->channel); in g_io_win32_prepare() local
731 channel->thread_id, condition_to_string (buffer_condition), in g_io_win32_prepare()
808 return ((watch->condition & buffer_condition) == watch->condition); in g_io_win32_prepare()
817 GIOCondition buffer_condition = g_io_channel_get_buffer_condition (watch->channel); in g_io_win32_check() local
834 channel->thread_id, condition_to_string (buffer_condition), in g_io_win32_check()
841 return ((watch->pollfd.revents | buffer_condition) & watch->condition); in g_io_win32_check()
944 condition_to_string ((watch->pollfd.revents | buffer_condition) & watch->condition)); in g_io_win32_check()
946 return ((watch->pollfd.revents | buffer_condition) & watch->condition); in g_io_win32_check()
962 GIOCondition buffer_condition = g_io_channel_get_buffer_condition (watch->channel); in g_io_win32_dispatch() local
975 condition_to_string ((watch->pollfd.revents | buffer_condition) & watch->condition)); in g_io_win32_dispatch()
[all …]