Home
last modified time | relevance | path

Searched defs:is_any_background_poller_thread (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Diomgr_internal.h39 bool (*is_any_background_poller_thread)(void); member
Dev_posix.h87 bool (*is_any_background_poller_thread)(void); member
Dev_epoll1_linux.cc1258 static bool is_any_background_poller_thread(void) { return false; } in is_any_background_poller_thread() function
Dev_poll_posix.cc1334 static bool is_any_background_poller_thread(void) { return false; } function
Dev_epollex_linux.cc1571 static bool is_any_background_poller_thread(void) { return false; } function