Home
last modified time | relevance | path

Searched refs:g_thread_self (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/glib/glib/
Dgthread.c142 GRealThread* main_thread = (GRealThread*) g_thread_self (); in g_thread_init_glib()
422 GRealThread *self = (GRealThread*) g_thread_self (); in g_static_private_get()
443 GRealThread *self = (GRealThread*) g_thread_self (); in g_static_private_set()
686 GRealThread* real = (GRealThread*) g_thread_self (); in g_thread_exit()
752 g_thread_self (void) in g_thread_self() function
Dgthread.h228 GThread* g_thread_self (void);
Dgaliasdef.c3039 #undef g_thread_self
3040 extern __typeof (g_thread_self) g_thread_self __attribute((alias("IA__g_thread_self"), visibility("…
Dgmain.c210 #define G_THREAD_SELF g_thread_self ()
Dgalias.h3028 extern __typeof (g_thread_self) IA__g_thread_self __attribute((visibility("hidden")));
3029 #define g_thread_self IA__g_thread_self macro
/external/webkit/JavaScriptCore/wtf/gtk/
DThreadingGtk.cpp165 GThread* currentThread = g_thread_self(); in currentThread()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt550 g_thread_self
/external/bluetooth/glib/
DChangeLog.pre-2-03295 g_thread_create, g_thread_self and g_thread_cleanup accordingly.
4357 the locking call might use g_thread_self ().
5911 * gthread.c (g_thread_self): Do not test the system_thread to be