Home
last modified time | relevance | path

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

/third_party/glib/gio/inotify/
Dinotify-kernel.c100 GHashTable *unmatched_moves; member
270 pair = g_hash_table_lookup (iks->unmatched_moves, GUINT_TO_POINTER (event->cookie)); in ik_source_dispatch()
275 g_hash_table_remove (iks->unmatched_moves, GUINT_TO_POINTER (event->cookie)); in ik_source_dispatch()
289 … new = g_hash_table_insert (iks->unmatched_moves, GUINT_TO_POINTER (event->cookie), event); in ik_source_dispatch()
323 g_hash_table_remove (iks->unmatched_moves, GUINT_TO_POINTER (event->cookie)); in ik_source_dispatch()
333 g_assert ((iks->queue.length > 0) == (g_hash_table_size (iks->unmatched_moves) > 0)); in ik_source_dispatch()
386 iks->unmatched_moves = g_hash_table_new (NULL, NULL); in ik_source_new()