Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_tests/tests/testing/
D_time_test.py67 self._time.call_in(time_noter, _QUANTUM)
88 future = self._time.call_in(time_noter, _QUANTUM * 2)
104 possibly_cancelled_futures[test_event] = self._time.call_in(
108 self._time.call_in(threading.Event().set,
127 first_future_at_one = self._time.call_in(time_noter, _QUANTUM)
128 second_future_at_one = self._time.call_in(time_noter, _QUANTUM)
129 first_future_at_three = self._time.call_in(time_noter, _QUANTUM * 3)
130 second_future_at_three = self._time.call_in(time_noter, _QUANTUM * 3)
/third_party/grpc/src/python/grpcio_testing/grpc_testing/
D_time.py175 def call_in(self, behavior, delay): member in StrictRealTime
200 def call_in(self, behavior, delay): member in StrictFakeTime
D__init__.py587 def call_in(self, behavior, delay): member in Time
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DsetTimeout-js.cpp33 …int id = mbed::js::EventLoop::getInstance().getQueue().call_in(interval, jerry_call_function, args… in DECLARE_GLOBAL_FUNCTION()