Home
last modified time | relevance | path

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

/third_party/glib/gobject/
Dgclosure.c314 g_return_if_fail (closure->in_marshal == FALSE); in g_closure_set_meta_va_marshal()
355 g_return_if_fail (closure->in_marshal == FALSE); in g_closure_set_meta_marshal()
393 g_return_if_fail (closure->in_marshal == FALSE); in g_closure_add_marshal_guards()
793 gboolean in_marshal = closure->in_marshal; in g_closure_invoke() local
797 SET (closure, in_marshal, TRUE); in g_closure_invoke()
808 if (!in_marshal) in g_closure_invoke()
815 if (!in_marshal) in g_closure_invoke()
817 SET (closure, in_marshal, in_marshal); in g_closure_invoke()
856 gboolean in_marshal = closure->in_marshal; in _g_closure_invoke_va() local
860 SET (closure, in_marshal, TRUE); in _g_closure_invoke_va()
[all …]
Dgclosure.h190 guint in_marshal : 1; /* (atomic) */ member
Dgobject.c4326 g_return_if_fail (closure->in_marshal == FALSE); in g_object_watch_closure()