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

  /external/bluetooth/glib/gobject/
gclosure.h 54 #define G_CLOSURE_N_NOTIFIERS(cl) ((cl)->meta_marshal + ((cl)->n_guards << 1L) + \
150 volatile guint n_guards : 1; member in struct:_GClosure
gclosure.c 94 ((cl)->n_guards << 1L))
203 SET (closure, n_guards, 0);
224 * meta_marshal n_guards n_guards n_fnotif. n_inotifiers
227 * CLOSURE_N_MFUNCS(cl) = meta_marshal + n_guards + n_guards;
236 * + closure->n_guards is const during PRE_NOTIFY & POST_NOTIFY
276 i = closure->n_guards;
285 i = closure->n_guards;
373 g_return_if_fail (closure->n_guards < CLOSURE_MAX_N_GUARDS)
    [all...]

Completed in 161 milliseconds