Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dpollset_uv.h26 void (*run_loop)(int blocking); member
Dpollset_uv.cc57 static void run_loop(size_t timeout) { in run_loop() function
Dev_apple.cc62 CFRunLoopRef run_loop; member
/third_party/python/Lib/test/test_asyncio/
Dtest_base_events.py609 def run_loop(): function
642 def run_loop(): function
680 def run_loop(): function
2005 def run_loop(self, coro): member in BaseLoopSockSendfileTests
Dtest_sendfile.py125 def run_loop(self, coro): member in SendfileBase
Dtest_proactor_events.py947 def run_loop(self, coro): member in ProactorEventLoopUnixSockSendfileTests
Dtest_unix_events.py494 def run_loop(self, coro): member in SelectorEventLoopUnixSockSendfileTests
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_gevent.pyx.pxi351 cdef void run_loop(size_t timeout_ms) with gil: function