Home
last modified time | relevance | path

Searched refs:heartbeat (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/tools/testrunner/local/
H A Dpool_test.py30 if result.heartbeat:
31 # Any result can be a heartbeat due to timings.
41 if result.heartbeat:
42 # Any result can be a heartbeat due to timings.
54 if result.heartbeat:
55 # Any result can be a heartbeat due to timings.
H A Dpool.py54 def __init__(self, heartbeat, value):
55 self.heartbeat = heartbeat
121 the timeout is reached, a heartbeat is signalled and timeout is reset.
152 MaybeResult either indicates a heartbeat of the runner, i.e. indicating
188 # this will return a normal result immediately or a heartbeat on
189 # heartbeat timeout (default 1 second).
296 Returns: A wrapped result if one was available within heartbeat timeout,
297 a heartbeat result otherwise.
/third_party/node/test/fixtures/debugger/
H A Dalive.js2 function heartbeat() { function
5 setInterval(heartbeat, 50);
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dbase.py94 def heartbeat(self): member in TestProc
96 self._prev_proc.heartbeat()
149 def heartbeat(self): member in TestProcObserver
151 super(TestProcObserver, self).heartbeat()
H A Dexecution.py86 if pool_result.heartbeat:
87 self.heartbeat()
/third_party/libwebsockets/include/libwebsockets/abstract/
H A Dprotocols.h65 int (*heartbeat)(lws_abs_protocol_inst_t *d); member
/third_party/mesa3d/.gitlab-ci/lava/
H A Dlava_job_submitter.py242 def heartbeat(self): member in LAVAJob
390 job.heartbeat()
431 job.heartbeat()
/third_party/libwebsockets/lib/abstract/transports/
H A Draw-skt.c48 if (priv->abs->ap->heartbeat) in heartbeat_cb()
49 priv->abs->ap->heartbeat(priv->abs->api); in heartbeat_cb()
78 * are using our abstract protocol, and pass the heartbeat in callback_abs_client_raw_skt()
H A Dunit-test.c183 if (priv->abs->ap->heartbeat) in unit_test_sequencer_cb()
184 priv->abs->ap->heartbeat(priv->abs->api); in unit_test_sequencer_cb()
/third_party/ltp/lib/
H A Dtst_test.c1372 static void heartbeat(void) in heartbeat() function
1397 heartbeat(); in run_tests()
1412 heartbeat(); in run_tests()
1458 heartbeat(); in testrun()
1480 heartbeat(); in testrun()
1585 heartbeat(); in tst_set_max_runtime()
/third_party/libwebsockets/lib/abstract/protocols/smtp/
H A Dsmtp.c379 .heartbeat = NULL,

Completed in 7 milliseconds