Searched defs:run_loop (Results 1 – 8 of 8) sorted by relevance
| /third_party/grpc/src/core/lib/iomgr/ | ||
| D | pollset_uv.h | 26 void (*run_loop)(int blocking); member |
| D | pollset_uv.cc | 57 static void run_loop(size_t timeout) { in run_loop() function |
| D | ev_apple.cc | 62 CFRunLoopRef run_loop; member |
| /third_party/python/Lib/test/test_asyncio/ | ||
| D | test_base_events.py | 609 def run_loop(): function |
| D | test_sendfile.py | 125 def run_loop(self, coro): member in SendfileBase |
| D | test_proactor_events.py | 947 def run_loop(self, coro): member in ProactorEventLoopUnixSockSendfileTests |
| D | test_unix_events.py | 494 def run_loop(self, coro): member in SelectorEventLoopUnixSockSendfileTests |
| /third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ | ||
| D | grpc_gevent.pyx.pxi | 351 cdef void run_loop(size_t timeout_ms) with gil: function |