Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_manager.cc31 struct completed_thread { struct
33 completed_thread* next; argument
51 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()