Searched refs:in_inotify (Results 1 – 2 of 2) sorted by relevance
206 SET (closure, in_inotify, FALSE); in g_closure_new_simple()260 SET (closure, in_inotify, TRUE); in closure_invoke_notifiers()273 SET (closure, in_inotify, FALSE); in closure_invoke_notifiers()687 …if (closure->is_invalid && closure->in_inotify && /* account removal of notify_func() while it's c… in g_closure_remove_invalidate_notifier()715 …if (closure->is_invalid && !closure->in_inotify && /* account removal of notify_func() while it's … in g_closure_remove_finalize_notifier()
153 volatile guint in_inotify : 1; member