- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for joinThread (0.07 sec)
-
src/main/java/jcifs/netbios/NameServiceClientImpl.java
} } private static void waitForQueryThreads ( QueryThread q1x, QueryThread q20 ) { interruptThreadSafely(q1x); joinThread(q1x); interruptThreadSafely(q20); joinThread(q20); } private static void interruptThreadSafely ( QueryThread thread ) { try { thread.interrupt(); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Aug 14 14:26:22 UTC 2022 - 38.2K bytes - Viewed (0)