Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dev_epollex_linux.cc177 static pollable* pollable_ref(pollable* p);
179 #define POLLABLE_REF(p, r) pollable_ref(p)
182 static pollable* pollable_ref(pollable* p, int line, const char* reason);
184 #define POLLABLE_REF(p, r) pollable_ref((p), __LINE__, (r))
599 static pollable* pollable_ref(pollable* p) { function
601 static pollable* pollable_ref(pollable* p, int line, const char* reason) {