Home
last modified time | relevance | path

Searched refs:hash_table_next (Results 1 – 3 of 3) 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