Searched defs:non_polling_worker (Results 1 – 2 of 2) sorted by relevance
93 typedef struct non_polling_worker { struct94 gpr_cv cv;95 bool kicked;96 struct non_polling_worker* next;97 struct non_polling_worker* prev;98 } non_polling_worker; typedef
90 typedef struct non_polling_worker { struct91 gpr_cv cv;92 bool kicked;93 struct non_polling_worker* next;94 struct non_polling_worker* prev;95 } non_polling_worker; typedef