Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dwakeup_fd_posix.cc35 int has_real_wakeup_fd = 1; variable
46 has_real_wakeup_fd = 0; in grpc_wakeup_fd_global_init()
52 int grpc_has_wakeup_fd(void) { return has_real_wakeup_fd; } in grpc_has_wakeup_fd()