Searched refs:g_thread_self (Results 1 – 9 of 9) sorted by relevance
142 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
228 GThread* g_thread_self (void);
3039 #undef g_thread_self 3040 extern __typeof (g_thread_self) g_thread_self __attribute((alias("IA__g_thread_self"), visibility("…
210 #define G_THREAD_SELF g_thread_self ()
3028 extern __typeof (g_thread_self) IA__g_thread_self __attribute((visibility("hidden")));3029 #define g_thread_self IA__g_thread_self macro
164 GThread* currentThread = g_thread_self(); in currentThread()
335 g_idle_add (load_from_service_complete_idle, g_thread_self ()); in load_from_service_thread_func()
550 g_thread_self
3295 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