Searched refs:g_thread_all_threads (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgthread.c126 static GRealThread *g_thread_all_threads = NULL; variable
510 thread = g_thread_all_threads;
568 for (t = g_thread_all_threads, p = NULL; t; p = t, t = t->next)
575 g_thread_all_threads = t->next;
668 result->next = g_thread_all_threads;
669 g_thread_all_threads = result;
708 for (t = g_thread_all_threads, p = NULL; t; p = t, t = t->next)
715 g_thread_all_threads = t->next;
775 thread->next = g_thread_all_threads;
776 g_thread_all_threads
[all...]

Completed in 26 milliseconds