Searched refs:pollable (Results 1 – 2 of 2) sorted by relevance
79 typedef struct pollable pollable; typedef101 struct pollable { struct114 pollable* next; argument115 pollable* prev; argument164 static char* pollable_desc(pollable* p) { in pollable_desc() argument173 static pollable* g_empty_pollable;175 static grpc_error* pollable_create(pollable_type type, pollable** p);177 static pollable* pollable_ref(pollable* p);178 static void pollable_unref(pollable* p);182 static pollable* pollable_ref(pollable* p, int line, const char* reason);[all …]
64 - pollable_refcount - traces reference counting of 'pollable' objects (only