Searched refs:in_marshal (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/glib/gobject/
H A Dgclosure.c209 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...]
H A Dgclosure.h138 * @in_marshal: Indicates whether the closure is currently being invoked with
158 volatile guint in_marshal : 1; member in struct:_GClosure
H A Dgobject.c3022 g_return_if_fail (closure->in_marshal == FALSE);

Completed in 18 milliseconds