Home | History | Annotate | Download | only in core

Lines Matching defs:ping

9  *   - Threads register with the auditor at startup and "ping" the auditor every so often.
11 * auditor reports if the threads are healthy or if any of them failed to ping and are
15 * the thread can periodically ping the auditor.
27 /// How often are threads supposed to ping
48 /// Called by the auditor thread to check the ping status of the thread
53 /// Called by the auditor thread to reset the ping status of the thread
63 // Helper function to allow threads to ping using this handle
64 public void ping() {
65 threadAuditor.ping(this);
68 // Helper function to allow threads to get the ping interval directly from this handle
86 /// Indicates how often monitored threads are supposed to ping (0 = no thread monitoring)
91 /// Defines how often monitored threads are supposed to ping
118 public synchronized void ping(ThreadHandle threadHandle) {
173 // Reset the ping status of the thread