Searched refs:completed_thread (Results 1 – 1 of 1) sorted by relevance
31 struct completed_thread { struct33 completed_thread* next; argument51 static completed_thread* g_completed_threads;66 completed_thread* to_gc = g_completed_threads; in gc_completed_threads()71 completed_thread* next = to_gc->next; in gc_completed_threads()87 completed_thread* ct = in start_timer_thread_and_unlock()88 static_cast<completed_thread*>(gpr_malloc(sizeof(*ct))); in start_timer_thread_and_unlock()248 static void timer_thread_cleanup(completed_thread* ct) { in timer_thread_cleanup()271 timer_thread_cleanup(static_cast<completed_thread*>(completed_thread_ptr)); in timer_thread()