Home | History | Annotate | Download | only in jbosh

Lines Matching defs:thread

90  * Instances of this class are thread-safe.
208 * Processor thread runnable instance.
220 * Processor thread runnable instance.
259 * Thread which is used to process responses from the connection
262 private Thread procThread;
656 * transport implementation and starts the receive thread.
664 procThread = new Thread(procRunnable);
668 + "]: Receive thread");
944 * This method is run in the processing thread.
947 LOG.log(Level.FINEST, "Processing thread starting");
979 LOG.log(Level.FINEST, "Processing thread exiting");
994 final Thread thread = Thread.currentThread();
999 if (!thread.equals(procThread)) {
1019 * method of the receive thread.
1204 throw(new AssertionError("Lock is not held by current thread"));
1216 throw(new AssertionError("Lock is held by current thread"));