Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dtimer_manager.cc32 struct completed_thread { struct
34 completed_thread* next; argument
52 static completed_thread* g_completed_threads;
69 completed_thread* to_gc = g_completed_threads; in gc_completed_threads()
74 completed_thread* next = to_gc->next; in gc_completed_threads()
90 completed_thread* ct = in start_timer_thread_and_unlock()
91 static_cast<completed_thread*>(gpr_malloc(sizeof(*ct))); in start_timer_thread_and_unlock()
263 static void timer_thread_cleanup(completed_thread* ct) { in timer_thread_cleanup()
286 timer_thread_cleanup(static_cast<completed_thread*>(completed_thread_ptr)); in timer_thread()