Home
last modified time | relevance | path

Searched refs:pollable_unref (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dev_epollex_linux.cc178 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) { function
615 static void pollable_unref(pollable* p, int line, const char* reason) {