• Everyone USES it, so when you read something like this, you know this code will be probably called from another thread.

    每个人都所以读到类似代码时,你知道这些代码大致可以其他线程中去调用

    youdao

  • Whenever you will be writing a variable that may next be read by another thread, or reading a variable that may have last been written by another thread, you must synchronize.

    不论什么时候,只要编写变量接下来可能一个线程读取或者您将读取的变量最后被另一个线程写入的,那么您必须进行同步

    youdao

  • In nonblocking mode, the thread will read whatever amount of data is available and return to perform other tasks.

    非阻塞模式中,线程读取已经可用数据(不论多少),然后返回执行其它任务

    youdao

  • Keep a bag handy. Slip a pencil, paper, articles or mail to read, clothing darning needle and thread.

    准备手边袋子,放入铅笔文章书信、缝衣针线

    youdao

  • Note: the kernel thread will read the global structure, and interrupts will be generated based on the elements in the global structure.

    内核线程读取这个全局结构根据这个全局结构中的元素生成中断

    youdao

  • So far, if a reader thread wanted to read data from a queue that had no data, you just threw an exception and moved on.

    目前如果线程试图没有数据队列读取数据,仅仅抛出异常继续执行。

    youdao

  • As the nonblocking channel is read, it is written into a pipe that is being consumed by a second thread.

    读取阻塞通道时,把写到第二个线程消费管道

    youdao

  • A background thread might read this sensor every few seconds and update a volatile variable containing the current temperature.

    后台线程可能会每隔读取一次传感器更新包含当前文档的volatile变量

    youdao

  • When the execution thread returns to the invoking application, it is the application's responsibility to read the value of the neededReports attribute and fetch the necessary reports accordingly.

    执行线程返回调用方应用程序时,读取neededReports属性并相应获取所需报告就是应用程序职责

    youdao

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

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

    youdao

  • Blocking methods, such as read , will be counted as the total time, including the time the thread spends being unscheduled and waiting for the call to complete.

    对于阻塞方法(例如Read)显示总共时间包括线程正在等待调度以及方法返回的时间。

    youdao

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

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

    youdao

  • Each thread can read and write only to its own slot, rather than to the complete buffer.

    每个线程能够读写自己的槽位不是整个缓冲区。

    youdao

  • In blocking mode, a thread will block on a read or a write until the operation is completely finished.

    阻塞模式中,线程在读时阻塞,一直到读或写操作彻底完成

    youdao

  • The main thread writes bytes read from the channel into the pipe.

    主线程把通道读取数据写到管道中。

    youdao

  • The operating system scheduler determines which thread gets control of the mutex next-typically, the reader thread that has waited the longest gets to read the data first.

    操作系统调度程序决定哪个线程获得互斥控制权—通常,等待时间最长线程先读取数据

    youdao

  • If during a read, data has not completely arrived at the socket, the thread will block on the read operation until all the data is available.

    如果在读的时候,数据尚未完全到达接字,线程在读操作阻塞一直到数据可用。

    youdao

  • It was heartening to read the thread of debate that followed my piece on Shakespeare yesterday, because so many people were adding their own knowledge to the argument.

    令人高兴那些在昨天有关莎士比亚帖子下面的争论因为那么表达自己的看法参与这个争论。

    youdao

  • Any read-only tree operation is thread-safe as long as there isn't any thread modifying it.

    所有只读操作线程安全的,只要没有线程修改它。

    youdao

  • The queue is then read by a thread pool, which acquires the measurement and completes the trace process.

    然后线程读取队列获取测量数据完成跟踪流程

    youdao

  • I come back to this thread to read your reply.

    回来条螺纹回复

    youdao

  • In a thread-safe program, only one writing thread can modify the variable; other threads can read the up-to-date value by declaring the variable volatile.

    线程安全的程序中,只有线程能够修改这个变量而其他线程可以读取volatile声明变量最新

    youdao

  • It would be better to run 7 queues instead of one, i. e. one per source thread, and read them in the order necessary.

    更好运行7个队列而不是个,一个线必要阅读顺序

    youdao

  • However, read a long thread in Gmail, and your risk of getting lost is very realistic, as scrollbars are involved, and any click on a banner rearranges the contents of the window and its scrollbars.

    但是,如果很长的GMail 贴子,迷路危险现实因为滚动条,点击任何栏都会重新排列窗口内容及其滚动条。

    youdao

  • At a later point in time, the reader thread invokes the read operation on the channel (this is also a synchronized method, so the reader thread must acquire the monitor lock before proceeding).

    稍后阅读器线程调用通道read操作(也是一个同步方法所以阅读器线程在继续处理之前必须得到监视器)。

    youdao

  • Read this discussion thread for more info.

    阅读这个讨论主题更多信息

    youdao

  • If you process a request in a different thread which is running in another process context, you would not be able to read user mode memory across process boundaries.

    如果处理不同线程请求,而这个线程又运行另外一个进程上下文中,你也许不能正常的跨越进程分界线读取用户内存

    youdao

  • If a thread wishes to modify or read a value from a Shared resource, the thread must first gain the lock.

    如果线程一个共享资源中修改或者一个,它必须获取

    youdao

  • This is because the torn page protection modifies the page, making it unsuitable for any other thread to read.

    是因为残缺保护会修改该页使适合任何其他线程读取。

    youdao

  • It's way out of my price range, but I am sure this is going to be a great thread to read.

    出路价格范围相信一个伟大的线程阅读

    youdao

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

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

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