Searched defs:pollable (Results 1 – 1 of 1) sorted by relevance
79 typedef struct pollable pollable; typedef101 struct pollable { struct102 pollable_type type; // immutable argument114 pollable* next; argument115 pollable* prev; argument124 // We may be calling pollable_add_fd() on the same (pollable, fd) multiple argument164 static char* pollable_desc(pollable* p) { in pollable_desc() argument