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

  /external/bluetooth/glib/glib/
gthread.c 154 g_private_set (g_thread_specific_private, main_thread);
628 g_private_set (g_thread_specific_private, data);
772 g_private_set (g_thread_specific_private, thread);
gthread.h 211 #define g_private_set(private_key, value) G_THREAD_CF (private_set, \ macro
gmessages.c 438 g_private_set (g_log_depth, GUINT_TO_POINTER (depth));
512 g_private_set (g_log_depth, GUINT_TO_POINTER (depth));
gslice.c 448 /* g_private_get/g_private_set works in the single-threaded xor the multi-
452 g_private_set (private_thread_memory, tmem);
    [all...]

Completed in 36 milliseconds