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

  /external/bluetooth/glib/tests/
atomic-test.c 19 g_atomic_int_inc (&atomic);
  /external/bluetooth/glib/glib/
gatomic.h 79 #define g_atomic_int_inc(atomic) (g_atomic_int_add ((atomic), 1)) macro
gmain.c 327 g_atomic_int_inc (&context->ref_count);
    [all...]
giochannel.c 118 g_atomic_int_inc (&channel->ref_count);
    [all...]
  /external/bluetooth/glib/gio/
gfileattribute.c 894 g_atomic_int_inc (&priv->ref_count);
    [all...]
gfileinfo.c     [all...]
  /external/bluetooth/glib/gobject/
gparam.c 204 g_atomic_int_inc ((int *)&pspec->ref_count);
    [all...]
gsignal.c 581 g_atomic_int_inc ((int *)&handler->ref_count);
    [all...]

Completed in 329 milliseconds