Searched refs:pollable_unref (Results 1 – 1 of 1) sorted by relevance
178 static void pollable_unref(pollable* p);180 #define POLLABLE_UNREF(p, r) pollable_unref(p)183 static void pollable_unref(pollable* p, int line, const char* reason);185 #define POLLABLE_UNREF(p, r) pollable_unref((p), __LINE__, (r))613 static void pollable_unref(pollable* p) { function615 static void pollable_unref(pollable* p, int line, const char* reason) {