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

  /external/bluetooth/glib/gobject/
gclosure.h 138 * @in_marshal: Indicates whether the closure is currently being invoked with
158 volatile guint in_marshal : 1; member in struct:_GClosure
gclosure.c 209 SET (closure, in_marshal, FALSE);
328 g_return_if_fail (closure->in_marshal == FALSE);
372 g_return_if_fail (closure->in_marshal == FALSE);
750 gboolean in_marshal = closure->in_marshal; local
754 SET (closure, in_marshal, TRUE);
765 if (!in_marshal)
772 if (!in_marshal)
774 SET (closure, in_marshal, in_marshal);
    [all...]

Completed in 806 milliseconds