Home | History | Annotate | Download | only in gpr

Lines Matching refs:test_node

32 typedef struct test_node {
36 } test_node;
38 static test_node* new_node(size_t i, size_t* ctr) {
39 test_node* n = static_cast<test_node*>(gpr_malloc(sizeof(test_node)));
53 test_node* n = reinterpret_cast<test_node*>(gpr_mpscq_pop(&q));
99 test_node* tn = reinterpret_cast<test_node*>(n);
136 test_node* tn = reinterpret_cast<test_node*>(n);