其他线程 in English translation

other thread
其他 线程
other threads
其他 线程
a different thread
additional threads

Examples of using 其他线程 in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
线程是独立的,如果在一个线程中发生异常,它不影响其他线程
Threads are independent, if there occurs exception in one thread, it doesn't affect other threads.
否则他将导致JVM继续运行,即使所有其他线程已经全被关闭。
If not, it will keep the JVM running, even when all other threads have been shut down.
与锁不同的是,volatile或atomic变量不能直接用来阻止其他线程干扰较长的代码序列。
Unlike locks, volatile or atomic variables can't be used directly to prevent other threads from interfering with longer code sequences.
只有所有的锁和解锁操作都平衡的时候,锁才真正被释放给其他线程获得。
Only when all of the lock and unlock calls are balanced is the lock actually released so that other threads can acquire it.
获取/释放排序不会阻止存储明显延迟,也不会确保存储以一致的顺序对其他线程可见。
Acquire/release ordering does not prevent stores from getting visibly delayed, and does not ensure that stores become visible to other threads in a consistent order.
因为每一个线程单独与一个客户端进行通信,任何堵塞不影响其他线程执行各自的任务。
Because each of these threads only communicates with one client, any blockage does not prohibit other threads from carrying out their respective tasks.
线程共享它们的安全特权,有问题的线程可能会干扰进程中所有其他线程
Threads share their security privileges, and a malfunctioning thread can interfere with all the other threads in a process.
每个线程需要和其他线程协调其行为,以防止它破坏应用程序的状态信息。
Each thread has to coordinate its actions with other threads to prevent it from corrupting the application's state information.
其他线程均无法继续操作,因为t的标记仍然处于设置状态。
No other thread will be able to proceed, since t's flag is still set.
无论你觉得什么都不适合在其他线程中讨论,你可以在这里讨论。
Whatever you feel is inappropriate to discuss in other threads, you can discuss here.
因为它可以被其他线程释放,最好的解决办法是在释放锁之前retainanObject。
Because it can be released by another thread, a better solution would be to retain anObject before releasing the lock.
这个问题涉及到其他线程,但自从她提起这件事,我将进一步置评。
This issue touches on other threads, but since she brought it up, I will comment further.
如果当前线程在等待时被其他线程中断,则会抛出InterruptedException。
If the current thread is interrupted by another thread while it is waiting, then an InterruptedException is thrown.
这也意味着任何其他线程都不能进入该对象上的synchronized方法或代码块,直到该锁被释放。
This means no other thread can enter the synchronized code until the lock has been released.
记住,如果其他线程可以发现并使用你的数据结构,而你却没有引用计数,那么这基本就是一个bug。
Remember: if another thread can find your data structure, and you don't have a reference count on it, you almost certainly have a bug.
其他线程所述,女人不会因为说不加修饰的真理而得到奖励。
As said in other threads, women aren't as rewarded for speaking unvarnished truths.
只要一个线程拥有一个内部锁,其他线程就不能再要求这个锁。
As long as a thread owns an intrinsic lock, no other thread can acquire the same lock.
对主线程的更改(取消,优先级更改等)可能会影响进程其他线程的行为;
Changes to the main thread(cancellation, priority change, etc.) may affect the behaviour of the other threads of the process;
最后unlock()被调用了,lock对象解锁了,其他线程可以对它进行锁定了。
Finally unlock() is called, and the Lock is now unlocked so other threads can lock it.
它的CPU时间"用量"测量多少的CPU时间不被其他线程使用。
Its CPU time"usage" is a measure of how much CPU time is not being used by other threads.
Results: 77, Time: 0.0305

Top dictionary queries

Chinese - English