Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Diomgr_internal.h40 bool (*is_any_background_poller_thread)(void); member
Dev_posix.h83 bool (*is_any_background_poller_thread)(void); member
Dev_epoll1_linux.cc1226 static bool is_any_background_poller_thread(void) { return false; } in is_any_background_poller_thread() function
Dev_poll_posix.cc1331 static bool is_any_background_poller_thread(void) { return false; } function
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Diomgr_internal.h40 bool (*is_any_background_poller_thread)(void); member
H A Dev_posix.h83 bool (*is_any_background_poller_thread)(void); member
H A Dev_epoll1_linux.cc1226 static bool is_any_background_poller_thread(void) { return false; } in is_any_background_poller_thread() function
H A Dev_poll_posix.cc1331 static bool is_any_background_poller_thread(void) { return false; } function