Searched refs:buffer_condition (Results 1 – 2 of 2) sorted by relevance
130 GIOCondition buffer_condition = g_io_channel_get_buffer_condition (watch->channel); in g_io_unix_prepare() local136 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() local146 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() local167 (watch->pollfd.revents | buffer_condition) & watch->condition, in g_io_unix_dispatch()
706 GIOCondition buffer_condition = g_io_channel_get_buffer_condition (watch->channel); in g_io_win32_prepare() local731 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() local834 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() local975 condition_to_string ((watch->pollfd.revents | buffer_condition) & watch->condition)); in g_io_win32_dispatch()[all …]