Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_generic.cc113 p = p->hash_table_next; in is_in_ht()
121 GPR_ASSERT(!t->hash_table_next); in add_to_ht()
127 p = p->hash_table_next; in add_to_ht()
141 t->hash_table_next = g_timer_ht[i]; in add_to_ht()
152 g_timer_ht[i] = g_timer_ht[i]->hash_table_next; in remove_from_ht()
156 while (p->hash_table_next != nullptr && p->hash_table_next != t) { in remove_from_ht()
157 p = p->hash_table_next; in remove_from_ht()
160 if (p->hash_table_next == t) { in remove_from_ht()
161 p->hash_table_next = t->hash_table_next; in remove_from_ht()
177 t->hash_table_next = nullptr; in remove_from_ht()
[all …]
Dtimer_generic.h35 struct grpc_timer* hash_table_next; member
Dtimer.h38 struct grpc_timer* hash_table_next; member
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtimer_generic.cc115 p = p->hash_table_next; in is_in_ht()
123 GPR_ASSERT(!t->hash_table_next); in add_to_ht()
129 p = p->hash_table_next; in add_to_ht()
143 t->hash_table_next = g_timer_ht[i]; in add_to_ht()
154 g_timer_ht[i] = g_timer_ht[i]->hash_table_next; in remove_from_ht()
158 while (p->hash_table_next != nullptr && p->hash_table_next != t) { in remove_from_ht()
159 p = p->hash_table_next; in remove_from_ht()
162 if (p->hash_table_next == t) { in remove_from_ht()
163 p->hash_table_next = t->hash_table_next; in remove_from_ht()
179 t->hash_table_next = nullptr; in remove_from_ht()
[all …]
Dtimer_generic.h35 struct grpc_timer* hash_table_next; member
Dtimer.h39 struct grpc_timer* hash_table_next; member