• 异步请求一个线程处理的。

    An asynchronous request is processed on a different thread.

    youdao

  • 阻塞线但是另一个线程执行代码

    This blocks the main thread but executes the code on another thread.

    youdao

  • 一个线程随处运行,这会导致性能降低。

    The other just goes wherever it wants, and that leads to poorer performance.

    youdao

  • 队列中加入元素生产者等待线程消费者

    The producer adding an element to the queue will wait for a consumer in another thread.

    youdao

  • 结果线程都会等待一个线程保持

    As a result, each thread ends up waiting for a lock held by the other thread.

    youdao

  • 线程线程请求信息时,就可能引起线程切换

    One thread asking another for information can cause a thread switch, or one thread preempting another can cause a thread switch.

    youdao

  • 这种情况下,低优先线程一个线程都会提高优先级。

    In this case, the low-priority thread and that other thread are boosted.

    youdao

  • 当前正在使用另一个线程试图获取,那么就会出现争用

    Lock contention occurs when a lock is currently in use and another thread tries to acquire it.

    youdao

  • 问题同一时间内一个线程同一数据结构进行了一个修改

    The problem is that we have another thread performing the other modifications to the same data structure effectively at the same time.

    youdao

  • 可能导致通过一系列加载存储将对象线程移动一个线程

    This could result in objects being moved from one thread to another through a series of loads and stores.

    youdao

  • Work对象发送另一个线程时将调用run()方法

    The run() method is called when the Work object is dispatched to another thread.

    youdao

  • 一个线程持有可以请求之前必须一个线程释放掉

    A slow lock is owned by another thread and must be relinquished by that other thread before it can be acquired.

    youdao

  • 如果正在使用另一个线程尝试获取,这时会发生争用

    Lock contention occurs when a lock is currently in use and another thread attempts to acquire it by another thread.

    youdao

  • 如果另一个线程尝试获取,那么循环线程需要释放契约就可以了。

    The thread will only release the lease if another thread attempts to acquire the lock.

    youdao

  • 线程称为setter方法一个线程称为retrieval方法。

    One thread calls the setter method and the other thread calls the retrieval method.

    youdao

  • 如果CAS失败意味着另一个线程已经修改堆栈那么过程就会重新开始

    If the CAS fails, it means that another thread has modified the stack, so the process starts again.

    youdao

  • 一支单独箭头指出线程竞争个线程正在等候另一个线程释放一个锁。

    A single arrow indicates a thread contention: One thread is waiting for another thread to release a lock.

    youdao

  • 线程中断另一个线程时,中断的线程不一定要立即停止正在做的事情

    When one thread interrupts another, the interrupted thread does not necessarily stop what it is doing immediately.

    youdao

  • 因为线程不停地取消个线程执行的加一操作,所以产生这个问题

    The problem occurred because one thread repeatedly "cancelled out" the increment performed by the other thread. Let's take a look at some corrected code that USES a mutex to solve the problem.

    youdao

  • 获取这个序列号使用获取薪水之间,另一个线程可能两个删除员工信息

    Between obtaining the serial number and using it to obtain the salary, another thread could remove the employee from both tables.

    youdao

  • 相反中断礼貌地请求另一个线程愿意并且方便的时候停止正在做的事情

    Instead, interruption is a way of politely asking another thread to stop what it is doing if it wants to, at its convenience.

    youdao

  • 接下来对于另一个线程DatamineThread几乎复制完全相同结构

    Next, you almost copy the exact same structure for the next thread pool class, DatamineThread.

    youdao

  • 这个被称为“并行管道”的模型下,线程将会另一线程产出结果同时进行循环处理。

    In this model, called Pipelining, the main thread is used to loop through the results as they are produced by the other threads.

    youdao

  • 通过这种方法使用者可以使用线程发送请求使用另一个线程接收响应

    With this approach, the consumer USES one thread to send the request and another to receive the response.

    youdao

  • 如果线程尝试读取某个文件另一个线程进行写访问,则可能损坏数据

    If one thread attempts to read from a file whilst another is writing to it, the data may become corrupted.

    youdao

  • 线程任务队列尝试一个线程deque尾部窃取另一个任务。

    In the event the thread's task queue is empty, it then tries to steal another task off the tail of another thread's deque.

    youdao

  • 线程使用一个线程中的JNIEnv会导致些小bug难以调试崩溃问题

    Use of the JNIEnv from one thread by another thread can lead to subtle bugs and crashes that are hard to debug.

    youdao

  • 如果安全程序线程没有预防这些中断,那么另一个线程可以干扰安全程序的线程

    If a secure program's thread is not prepared for these interruptions, another thread may be able to interfere with the secure program's thread.

    youdao

  • 如果库需要它们另一个线程,会通过送回字段传递它们,然后通过泛型异常包装它们

    Libraries that needed to move them to another thread passed them as a field to a marshaled callback where they were then wrapped with a generic exception.

    youdao

  • 线程占用一个给定时间越短另一个线程线程占用锁请求该锁的可能性小。

    The shorter the time a thread holds a given lock, the lower the probability that another thread will request it while the first thread is holding it.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定