• 因此依赖构造函数初始化线程相关静态字段

    Therefore, you should not rely on class constructors to initialize thread-relative static fields.

    youdao

  • 正确初始处理NotesThreads以及离开初始化线程之间我们陷入了两难的境地,可能会造成LotusDomino服务器不稳定

    We faced a dilemma between properly initializing and disposing of NotesThreads and leaving the threads initialized, but resulting in a possibly unstable Lotus Domino server.

    youdao

  • 类似地,在初始化期间可以创建个解析器池(每个线程创建一个)。

    Similarly, you can create a pool of parsers-one per thread-at initialization time.

    youdao

  • 如果初始代价高昂或者多个线程中同时调用代码,则一重复创建影响仍然可能成为问题

    If the initialization is expensive, or the code is called simultaneously from multiple threads, the impact of this repeated creation may still be an issue.

    youdao

  • 还有一种可能启动时派生单独低优先级线程系统空闲时再完成初始化不过这种方法需要特别注意处理好同步

    Another possibility is to fork a separate low-priority thread during startup to perform initialization when the system is idle, although this choice requires more care to handle synchronization.

    youdao

  • 可以通过一个高优先级rt线程执行应用程序初始化避免这个问题

    You can avoid this problem by performing application initialization from a high-priority RT thread.

    youdao

  • 用来对这些线程进行初始化销毁代码都在 #ifdef INTR_SIMULATION 之下,这样普通模式编译代码不会影响驱动程序对象发行版本

    The code to initialize and destroy the threads will be under #ifdef INTR_SIMULATION, so that under normal compilation this code will not affect the release version of the driver object.

    youdao

  • ThreadLocal变量常规变量不同处在于每个线程都有各自初始化变量实例通过get()set()方法予以评估。

    ThreadLocal variables are different from normal variables in that each thread has its own individually initialized instance of the variable, which it accesses via get() or set() methods.

    youdao

  • 如果no -os线程变量初始化变量结构中已经设置,对C_Initialize调用将会失败

    If the no-os threads argument is set in the initialize arguments structure, the call to C_Initialize will fail.

    youdao

  • 使用调试方法确认了我们猜测一些线程用于促进HTTP请求并且线程都要求LotusNotes初始化

    Using the debugging perspective confirmed our suspicion that several threads were used to facilitate HTTP requests with each thread requiring Lotus Notes initialization.

    youdao

  • 线程1通过运行Singleton对象构造函数引用返回,来完成该对象的初始

    Thread 1 completes the initialization of the Singleton object by running its constructor and returns a reference to it.

    youdao

  • 初始任何类型常规实时线程可以初始类,包括NHRT(可能导致意外的MemoryAccessError)。

    Class initialization Any type of regular or real-time thread can initialize a class, including a NHRT, which can cause unexpected MemoryAccessError.

    youdao

  • 我们意图Zero接收到传入请求初始化zeroHTTP线程随后处理NotesThread呈现输出

    Our intention is to initialize the Zero HTTP thread when the incoming request is received in Zero and subsequently dispose of the NotesThread prior to rendering the output.

    youdao

  • 这两者都体现了延迟初始特性(因此称为futures)。前者后者则是一个轻量的,但并非“绝对”线程安全结构

    Both support the idea of deferred initialization, also known as futures, the former is a class and the later a lightweight and slightly less safe structure.

    youdao

  • 这样我们将可以传递实现每一个子线程初始化场所对象

    Then we can pass along the locale object with each child thread initiation.

    youdao

  • 首先初始这些系统需要线程支持执行这些静态初始

    First, it initializes those system classes that don't require thread support by executing their static initializers.

    youdao

  • 现在剩下次要任务 ——初始互斥锁启动线程运行可上传的文件列表

    This just leaves us with a couple of minor bookkeeping tasks -- initializing the mutex and starting a thread to run through the list of uploadable files.

    youdao

  • 一旦线程初始,它们2个作为一对存在

    Once the thread is properly initialized, the 2 will always exist as a pair.

    youdao

  • 完成初始化之后HTTP线程必须得到正确处理

    The HTTP threads, once initialized, must be properly disposed.

    youdao

  • 然后线程进入synchronized初始化instance一个线程阻断。

    Then, one thread enters the synchronized block to initialize instance, while the other is blocked.

    youdao

  • 即使使用线程处理,也要预先初始化xerces - C+ +避免多次调用这个函数然后在应用程序结束时将其终止

    Even if you don't use multithreading, initialize Xerces-C + + up front to avoid multiple calls to this function and then terminate when your application terminates.

    youdao

  • 使用双重检查锁定使用Initialize - on - demandHolderClassidiom提供了迟缓初始化线程安全的,而且双重检查锁定更快且没那么混乱

    Instead of double-checked locking, use the Initialize-on-demand Holder Class idiom, which provides lazy initialization, is thread-safe, and is faster and less confusing than double-checked locking.

    youdao

  • 使用自定义组件范围的线程3)时,将使用WorkManager创建守护程序线程初始化中的每个工作线程

    When using custom component-scoped thread pools (Figure 3), each worker thread in the pool is initialized with a daemon thread created by the WorkManager.

    youdao

  • 这些指令大多数为了检查i初始以及使用执行线程安全的初始化

    Most of these instructions are in place to check for the initialization of I, and to perform a thread-safe initialization using a lock.

    youdao

  • 如何等待其他线程初始化清理正确之后

    How to wait for other thread to init and clean up correctly afterwards?

    youdao

  • 为什么对象有时无效初始线程访问

    Why is an object sometimes null, when it gets initialized in a thread and accessed from main?

    youdao

  • 然而如何运行这两个指标同时显示初始化吗?看来需要不同线程处理这个问题

    However, how to run both the initialization and the display of busy indicator simultaneously? It seems that I need different threads to handle this issue.

    youdao

  • 初始调用确保不死的情况下,完成每个线程初始

    This initial call ensures that the per-thread initialization can complete without deadlock.

    youdao

  • 进程交换(注入)一个新的线程线程初始化执行

    The process is spawning a new thread. Any per-thread initialization should be performed.

    youdao

  • 如果没有使用COM互操作初始化线程

    If COM interop is not used, then the thread is not initialized.

    youdao

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

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

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