HomeSort by relevance Sort by last modified time
    Searched refs:in_inotify (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gobject/
gclosure.h 153 volatile guint in_inotify : 1; member in struct:_GClosure
gclosure.c 206 SET (closure, in_inotify, FALSE);
235 * - must distinguish (->marshal= & ->data=) for INOTIFY vs. FNOTIFY (via ->in_inotify)
260 SET (closure, in_inotify, TRUE);
273 SET (closure, in_inotify, FALSE);
687 if (closure->is_invalid && closure->in_inotify && /* account removal of notify_func() while it's called */
715 if (closure->is_invalid && !closure->in_inotify && /* account removal of notify_func() while it's called */
    [all...]

Completed in 527 milliseconds