Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Diomgr.cc46 static grpc_iomgr_object g_root_object; variable
56 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 …]
/external/rust/crates/grpcio-sys/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 …]