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

  /external/bluetooth/glib/glib/
gthread.c 142 GRealThread* main_thread = (GRealThread*) g_thread_self ();
422 GRealThread *self = (GRealThread*) g_thread_self ();
443 GRealThread *self = (GRealThread*) g_thread_self ();
627 /* This has to happen before G_LOCK, as that might call g_thread_self */
686 GRealThread* real = (GRealThread*) g_thread_self ();
752 g_thread_self (void) function
gthread.h 228 GThread* g_thread_self (void);
galiasdef.c 3039 #undef g_thread_self macro
    [all...]
gmain.c 210 #define G_THREAD_SELF g_thread_self ()
214 #define G_THREAD_SELF NULL
    [all...]
galias.h 3029 #define g_thread_self macro
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp 164 GThread* currentThread = g_thread_self();
  /external/dbus/tools/
dbus-viewer.c 335 g_idle_add (load_from_service_complete_idle, g_thread_self ());

Completed in 357 milliseconds