Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Diomgr.cc51 static grpc_iomgr_object g_root_object; variable
61 g_root_object.next = g_root_object.prev = &g_root_object; in grpc_iomgr_init()
62 g_root_object.name = const_cast<char*>("root"); in grpc_iomgr_init()
74 for (obj = g_root_object.next; obj != &g_root_object; obj = obj->next) { in count_objects()
84 for (obj = g_root_object.next; obj != &g_root_object; obj = obj->next) { in dump_objects()
101 while (g_root_object.next != &g_root_object) { in grpc_iomgr_shutdown()
105 if (g_root_object.next != &g_root_object) { in grpc_iomgr_shutdown()
120 if (g_root_object.next != &g_root_object) { in grpc_iomgr_shutdown()
136 if (g_root_object.next != &g_root_object) { in grpc_iomgr_shutdown()
179 obj->next = &g_root_object; in grpc_iomgr_register_object()
[all …]