• 即使运行一个线程崩溃速度也要30%:获取占用获取无人占用的锁要快得

    Even when run with a single thread, the collapsed version was some 30 percent faster: it is much faster to acquire a lock that you already hold than one that nobody holds.

    youdao

  • libspe2中,这个操作变成同步的了,因此可能会希望后台运行一个线程,并发出自己pthread调用

    In libspe2, the operation is synchronous, so if you want to run a thread in the background, you have to make your own pthread calls.

    youdao

  • 线程运行的时候,不管是上传还是下载可以查询进程状态并且用户一个反馈例如一个进度条)。

    While a thread is running, either uploading or downloading, you can query it to check on its status to provide the user with feedback (e.g. a progress bar).

    youdao

  • 还有一个附加的全局运行队列其中新的线程

    There is also an additional global run queue where new threads are placed.

    youdao

  • 每种策略需要运行一个内核线程

    Each strategy requires that a kernel thread is run.

    youdao

  • 然而这个测试运行运行一个线程所以比较分析用处并不大。

    However, only one thread is running in this test run, so it's not especially useful for comparative analysis.

    youdao

  • 进程可以使用多个spu上下文但是每个给定的时间点上多个SPU上运行这个进程需要包含至少每个正在运行的SPU上下文所使用线程

    A single process can work with multiple SPU contexts, but to run on more than one SPU at a given time, the process needs to contain at least one thread for each running SPU context.

    youdao

  • 这样事件将生成事件交付线程因此许多线程同时运行

    In this way, one event generates a thread of event delivery and thus many threads are running simultaneously.

    youdao

  • 运行对于都有对应线程吗?

    At runtime, does each bundle correspond to a thread?

    youdao

  • 此外解决方案在另不同线程运行每一件事情

    The solution, again, is to run everything from a different thread.

    youdao

  • 并行性通过运行线一个任务调度执行线程实现的,这样任务就会并发执行,而每一个线程是同步执行任务的。

    Parallelism is introduced by running the main thread scheduling child threads for each task so that the tasks execute concurrently while each thread execute the task synchronously.

    youdao

  • 看起来段代码似乎能运行得很好因为创建一个新的线程处理访问网络操作

    At first, this seems to work fine, because it creates a new thread to handle the network operation.

    youdao

  • 一个非空运行队列前端分派线程具有最高优先级

    A thread is dispatched from the front of the nonempty run-queue with the highest priority.

    youdao

  • Debug视图挂起执行线程选择一个运行线程单击Debug视图工具栏中的Suspend

    To suspend the execution of threads in the Debug view, select a running thread and click suspend in the Debug view toolbar.

    youdao

  • 想起前面介绍过,调用Parallel实例run方法时,创建了(n - 1)个线程运行前面(n - 1)个CSProcess实例,然后在自己线程运行最后一个CSProcess实例。

    As you'll recall, when you invoke the run method on an instance of Parallel, it creates (n-1) threads to run the first (n-1) CSProcess instances and runs the last CSProcess instance on its own thread.

    youdao

  • 线程同时开始并且一个循环运行同时访问JLAsink

    Both threads are started at the same time and both run in a loop trying to access JLAsink simultaneously.

    youdao

  • 使用bot时,属性读取每个自定义为主watchit bot一个线程运行

    When the bot is used, this property is read and each custom class is run as a thread of the main Watchit bot.

    youdao

  • presentationreconciler根据每次更新文本外观,而Reconciler运行一个守护线程必将用户界面(UI)挂就能解析文档

    The PresentationReconciler class updates the text's appearance with every keystroke, and the Reconciler class runs in a daemon thread, parsing the document without holding up the user interface (UI).

    youdao

  • 多数情况下对于客户机应用程序每个连接Informix运行sqlexec线程

    In most cases, for each connection by a client application, Informix runs one sqlexec thread.

    youdao

  • 件事需要清楚——在Visual Studio中运行ui线程程序时,总是抛出一个异常

    One thing worth knowing: When you run a program with this UI threading issue from within Visual Studio, it will always throw an exception.

    youdao

  • 线程看见str引用String对象对象中构造函数尚未运行

    One thread could see the STR reference refer to a String object in which the constructor has not run.

    youdao

  • 应用程序运行时,Android系统自动的应用程序创建叫做Main”的线程

    When an application is launched, the system creates a thread called "main" for the application.

    youdao

  • 每个连接发射Node引擎进程中运行事件而不是每个连接生成新的OS线程(为其分配一些配套内存)。

    Instead of spawning a new OS thread for each connection (and allocating the accompanying memory with it), each connection fires an event run within the Node engine's process.

    youdao

  • 运行keventd创建一个新的内核线程

    Keventd should run to create a new kernel thread.

    youdao

  • 进程上下文中一个多个线程运行

    One or more threads run in the context of the process.

    youdao

  • 更好利用CPU时间我们可以创建nhrt处理数据通过维护一个运行线程池,运行的时候存在任何线程启动停止开销了

    To make better use of CPU time, we can create a pool of NHRTs to process the data. By maintaining a pool of running threads, we have no thread startup and shutdown overhead when running.

    youdao

  • 例如假定正在编写游戏程序,一个移动对象维护一个列表此同时,运行与游戏线程无关可移动线程

    For example, suppose you are programming a game and for this game, you maintain a list of every drawable object and have the drawing thread running independently of the game thread.

    youdao

  • 常常出现大多数线程已经完成卸载过程,只有一个线程仍然运行的情况。

    It may so happen that all the threads have finished the unload process but one is still running.

    youdao

  • 如果多个箭头显示环形请求模式由于它们正在相互等候其它线程释放锁,所以线程彼此阻止运行—结果形成一个

    If multiple arrows show a circular lock-request patternthreads prevent each other from running because they are waiting for each other to release a lockthen you have a deadlock.

    youdao

  • 如果多个箭头显示环形请求模式由于它们正在相互等候其它线程释放锁,所以线程彼此阻止运行—结果形成一个

    If multiple arrows show a circular lock-request patternthreads prevent each other from running because they are waiting for each other to release a lockthen you have a deadlock.

    youdao

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

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

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