Home
last modified time | relevance | path

Searched defs:run_loop (Results 1 – 12 of 12) 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.cc65 CFRunLoopRef run_loop; member
/third_party/cef/libcef/common/chrome/
Dchrome_main_runner_delegate.cc46 base::RunLoop* run_loop) { in BeforeMainMessageLoopRun()
/third_party/cef/libcef/common/
Dmain_runner_delegate.h25 virtual void BeforeMainMessageLoopRun(base::RunLoop* run_loop) {} in BeforeMainMessageLoopRun()
/third_party/cef/libcef/browser/
Dcontext.cc253 base::RunLoop run_loop; in CefDoMessageLoopWork() local
Dmain_runner.cc280 base::RunLoop run_loop; in RunMessageLoop() local
/third_party/python/Lib/test/test_asyncio/
Dtest_base_events.py616 def run_loop(): function
649 def run_loop(): function
687 def run_loop(): function
2020 def run_loop(self, coro): member in BaseLoopSockSendfileTests
Dtest_sendfile.py131 def run_loop(self, coro): member in SendfileBase
Dtest_proactor_events.py965 def run_loop(self, coro): member in ProactorEventLoopUnixSockSendfileTests
Dtest_unix_events.py504 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