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

/external/nist-sip/java/gov/nist/core/
H A DThreadAuditor.java105 ThreadHandle threadHandle = new ThreadHandle(this);
107 threadHandles.put(Thread.currentThread(), threadHandle);
109 return threadHandle;
118 public synchronized void ping(ThreadHandle threadHandle) { argument
119 threadHandle.setThreadActive(true);
139 ThreadHandle threadHandle = (ThreadHandle) it.next();
140 if (!threadHandle.isThreadActive()) {
142 Thread thread = threadHandle.getThread();
174 threadHandle.setThreadActive(false);
188 ThreadHandle threadHandle
[all...]
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DUDPMessageProcessor.java179 ThreadAuditor.ThreadHandle threadHandle = sipStack.getThreadAuditor().addCurrentThread();
186 threadHandle.ping();
H A DUDPMessageChannel.java246 ThreadAuditor.ThreadHandle threadHandle = null;
267 if (threadHandle == null) {
268 threadHandle = sipStack.getThreadAuditor()
273 threadHandle.ping();
279 .wait(threadHandle
H A DSIPTransactionStack.java368 ThreadAuditor.ThreadHandle threadHandle; field in class:SIPTransactionStack.PingTimer
372 threadHandle = a_oThreadHandle;
379 if (threadHandle == null) {
382 threadHandle = getThreadAuditor().addCurrentThread();
386 threadHandle.ping();
389 getTimer().schedule(new PingTimer(threadHandle),
390 threadHandle.getPingIntervalInMillisecs());
/external/nist-sip/java/gov/nist/javax/sip/
H A DEventScanner.java459 ThreadAuditor.ThreadHandle threadHandle = sipStack.getThreadAuditor().addCurrentThread();
482 threadHandle.ping();
485 eventMutex.wait(threadHandle.getPingIntervalInMillisecs());
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 98 milliseconds