Searched refs:g_root_object (Results 1 – 1 of 1) sorted by relevance
46 static grpc_iomgr_object g_root_object; variable56 g_root_object.next = g_root_object.prev = &g_root_object; in grpc_iomgr_init()57 g_root_object.name = (char*)"root"; in grpc_iomgr_init()67 for (obj = g_root_object.next; obj != &g_root_object; obj = obj->next) { in count_objects()77 for (obj = g_root_object.next; obj != &g_root_object; obj = obj->next) { in dump_objects()94 while (g_root_object.next != &g_root_object) { in grpc_iomgr_shutdown()98 if (g_root_object.next != &g_root_object) { in grpc_iomgr_shutdown()113 if (g_root_object.next != &g_root_object) { in grpc_iomgr_shutdown()129 if (g_root_object.next != &g_root_object) { in grpc_iomgr_shutdown()160 obj->next = &g_root_object; in grpc_iomgr_register_object()[all …]