Home
last modified time | relevance | path

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

/third_party/glib/gio/inotify/
Dinotify-kernel.c102 } InotifyKernelSource; typedef
104 static InotifyKernelSource *inotify_source;
107 ik_source_get_dispatch_time (InotifyKernelSource *iks) in ik_source_get_dispatch_time()
130 ik_source_can_dispatch_now (InotifyKernelSource *iks, in ik_source_can_dispatch_now()
141 ik_source_read_some_events (InotifyKernelSource *iks, in ik_source_read_some_events()
169 ik_source_read_all_the_events (InotifyKernelSource *iks, in ik_source_read_all_the_events()
222 InotifyKernelSource *iks = (InotifyKernelSource *) source; in ik_source_dispatch()
370 static InotifyKernelSource *
378 InotifyKernelSource *iks; in ik_source_new()
381 source = g_source_new (&source_funcs, sizeof (InotifyKernelSource)); in ik_source_new()
[all …]