• MISession分析来自gdbMI输出并判断某个信号设置是否改变

    The MISession analyzes the mi output from GDB and determines whether a signal setting is being changed.

    youdao

  • 如果频道更改经常错误则可能电视信号设置过程中没有正确配置红外控制代码

    If channels consistently change incorrectly, the IR control codes might not have been configured correctly during TV signal setup.

    youdao

  • 第一放大器每个彩色像素像素信号设置第一放大因子调整彩色像素灵敏度

    The first amplifier sets a first amplification factor for the pixel signals for each color pixel to adjust the sensitivities of the color pixels.

    youdao

  • 第一种方式SIGBUS信号设置信号处理程序,处理程序中简单执行return语句。

    The first way is to install a signal handler for the SIGBUS signal, and then simply call return in the handler.

    youdao

  • WINCH信号设置一个陷阱同时指定get _ window_size函数作为捕获信号触发器

    Set a trap for the WINCH signal as well, and assign the get_window_size function to be the trigger of the trapped signal.

    youdao

  • 无法分辨一些用户是真的反对行为广告还是坚持微软默认设置,他们可能会忽略DNT信号继续进行

    Unable to tell whether someone really objects to behavioral ads or whether they are sticking with Microsoft's default, some may ignore a DNT signal and press on anyway.

    youdao

  • 信号处理器内部通常应该的一设置一个以后处理的全局标记

    The only thing you should normally do inside a signal handler is set a global flag that will be processed later.

    youdao

  • 如果过去曾经编写事件驱动程序,那么认为发现,对于设置式事件处理循环常见做法,使用信号一个令人耳目一新的变化

    If you've ever done any event-driven programming in the past, I think you'll find signals to be a refreshing change from the common practice of setting up an explicit event processing loop.

    youdao

  • 信号允许进程通过一个单一原子操作测试设置那个整数,以此实现同步

    Semaphores allow synchronization of processes by testing and setting the integer value in a single atomic operation.

    youdao

  • 但是最好只在一个信号处理器设置标记(别的什么都不做),这胜过尝试创建复杂的处理器

    But you're better off setting flags — and nothing else — in a signal handler, as opposed to trying to create sophisticated handlers.

    youdao

  • 对象设置发出信号或者超时时间段结束时这个方法得到通知。

    The method is signaled when the object is set to signal or the time out interval is finished.

    youdao

  • 事件对象调用等待函数会阻塞调用线程直到状态设置信号状态为止。

    The wait function on the event object blocks the calling thread until its state is set to signaled state.

    youdao

  • 可以通过信号处理程序代码设置一个全局标志完成关键部分代码之后检查这个标志来实现

    This can be achieved by setting a global flag in the handler code and checking for the flag after completion of the critical part.

    youdao

  • 为了获得理想核心文件可能需要通过设置环境变量禁用MQ那些信号处理程序

    To get a good core file, MQ might need to disable those signal handlers by setting the environment variables.

    youdao

  • 结果可以电视信号传到笔记本上,服务器播放媒体,或通过互联网设置定时提醒。

    The result - I can stream TV to my laptop, play content from my server and set record timers over the internet.

    youdao

  • 正在等待的线程被释放时,状态就被设置信号的状态。

    When the waiting thread is released, the state is reset to non-signaled state.

    youdao

  • 这个方法允许设置互斥信号对象的相关属性

    This method allows you to set mutex object attributes.

    youdao

  • 使用共享资源之后,可以使用semop信号计数设置1

    After using the Shared resource, the semaphore count can be set to 1 by using semop .

    youdao

  • 使用默认bash终端设置后台运行作业时,bash 通常会捕获SIGCHLD信号打印一个终端输出之后打印消息

    When you run a job in the background with default bash terminal settings, bash normally catches SIGCHLD signals and prints a message after the next terminal output line is printed.

    youdao

  • 假定信号close系统调用设置errno变量返回之前极小时间片段内生成

    Suppose a signal is generated during the very small time gap between setting the errno variable by the close system call and its return.

    youdao

  • 设置 override_signal_handling 可以确保程序终止并进行核心转储,即使应用程序已经这些信号进行了处理

    Setting override_signal_handling ensures that the program terminates and core, even if these signals have been handled by the application.

    youdao

  • 函数SetEvent()用来事件对象状态设置信号状态。

    The function SetEvent() is used to set the state of the event object to signaled state.

    youdao

  • 然后声明愿意具有com. burtonini . dbus . signal接口信号发送时得到通知,将signal_filter设置通知函数然后进入事件循环

    Then it states that it would like to be notified when signals with the com.burtonini.dbus.Signal interface are sent, sets signal_filter as the notification function, and enters the event loop.

    youdao

  • 需要设置适当然后将其传递给这个特殊ioctl触发中断或者内核线程发送信号来触发中断。

    You have to set the appropriate fields and then pass the same to the special ioctl that would in turn either raise the interrupts or signal the kernel thread to raise the interrupts.

    youdao

  • 这样处理方式下,write系统调用返回信号中断字节errno全局变量设置成功

    By doing this the write system call returns with the number of bytes it wrote before it got interrupted and the errno set to success.

    youdao

  • bManualReset标记如果该值为TRUE会创建一个手工重置的事件应该式地调用ResetEvent,将事件对象的状态设置为无信号状态。

    BManualReset is a flag and if it is TRUE, a manual-reset event is created and ResetEvent should be called explicitly to set the state to non-signaled.

    youdao

  • 等待某个事件,则可以使用 semop()函数,并将 sem_op 的设置-1这样就可以阻塞调用进程直到变为信号状态为止。

    To wait on an event, semop() function is used with sem_op value as -1 thus blocking the calling process until it is signaled.

    youdao

  • 手工重置事件(manual reset event)中,对象状态会一直维持为有信号状态,直到使用ResetEvent函数式地重新设置它为止。

    In the manual reset event, the state of the object remains signaled until explicitly reset using the ResetEvent function.

    youdao

  • Windows中,事件对象那些需要使用SetEvent函数显式地状态设置为有信号状态同步对象。

    In Windows, event objects are one of the synchronization objects whose state needs to be explicitly set to signaled using the SetEvent function. Event objects come in two types.

    youdao

  • Windows中,事件对象那些需要使用SetEvent函数显式地状态设置为有信号状态同步对象。

    In Windows, event objects are one of the synchronization objects whose state needs to be explicitly set to signaled using the SetEvent function. Event objects come in two types.

    youdao

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

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

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