• 不过如果程序使用gethostbyname或者任何其他同一对象返回信息函数,或者如果每次使用时都会阻塞信号那么就是安全的。

    However, if the program does not use gethostbyname or any other function that returns information in the same object, or if it always blocks signals around each use, you're safe.

    youdao

  • 有一个特殊信号SIGKILL无法阻塞捕捉的,立即终止某个进程

    One special signal, SIGKILL, can't be blocked or caught, and it kills a process immediately.

    youdao

  • GPS信号相对,也易于阻塞

    GPS signals are relatively weak and easy to jam.

    youdao

  • 从消除信号阻塞进程执行一个指令之间,必然时钟周期间隙任何时间窗口发生信号都会丢掉。

    There has to be some gap of clock cycles between the unblocking of signals and the next instruction carried by the process, and any occurrence of a signal in this window of time is lost.

    youdao

  • 一些信号可以某个进程阻塞应用程序可以通过设计显式地捕捉(catch)”信号一种特殊方式每个事件作出反应

    Some signals can be blocked by a process, and applications can be designed to explicitly "catch" signals and react to each event in a special way.

    youdao

  • 这种情况下接收SIGPIPE信号如果信号阻塞write函数返回- 1设置errnoepipe。

    In this case, you'll receive a SIGPIPE signal or, if this signal is blocked, the write function will return a -1 and set errno to EPIPE.

    youdao

  • 这会唤醒这个信号量进行阻塞所有线程

    This wakes up any of the threads blocked on the semaphore.

    youdao

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

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

    youdao

  • 例如如果释放(相当于一直持有信号),导致阻塞问题

    For example, if you are not releasing the lock (equivalent to holding a semaphore), you will create your own blockage problem.

    youdao

  • 一个等待函数中使用同步对象时,等待函数就会阻塞调用线程直到同步对象状态设置信号为止

    When the synchronization object is used in one of the wait functions, the wait function blocks the calling thread until the state of the synchronized object is set to signaled.

    youdao

  • 进程排队等待访问这个数据结构,在这个信号可用之前会一直阻塞

    The writer process (es) lines up to access the data structure, and is held back until the semaphore is made available.

    youdao

  • 汽车轨道运行卫星发出的无线电信号调谐传感器随时精确确定你汽车的方位,告知交通阻塞情况

    Sensors in your car tuned to radio signals from orbiting satellites can locate your car precisely at any moment and warn of traffic jams.

    youdao

  • 如果多个线程完成上面初始调用尝试锁定信号,则这些线程会被阻塞它们请求进入队列直到执行pthread _ mutex_unlock调用。

    If multiple threads attempt to lock a semaphore after the initial call above, they block and their requests are queued until the pthread_mutex_unlock call is performed.

    youdao

  • 为了处理问题,pseudo启动包装器时阻塞某些信号包装器结束时解除阻塞

    To handle this, pseudo blocks certain signals when starting a wrapper, and unblocks them at the end of the wrapper.

    youdao

  • 如果信号从零开始增加,而且pthread_cond中任何线程阻塞,那么请等待这个信号因为其中一个唤醒。

    If the semaphore value is incremented from zero and there is any threads blocked in the pthread_cond, wait for the semaphore because one of them is awakened.

    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

  • 模型具有既能够进行交通控制信号优化交通阻塞机理解析应用,又便于计算机软件实现的优点。

    Thess models have advantages to carry on the traffic control signal optimization and the traffic jam mechanism analysis. Furthermore, it is easily for the computer software realization.

    youdao

  • 毒素A杆菌商业名称一类梭菌肉毒素所产生的神经毒素,阻塞安排肌肉活动的神经信号

    Botox, the commercial name of botulinum toxin type a, is a neurotoxin produced by Clostridium botulinum. It can block the signals that make your muscles move.

    youdao

  • 就暂时阻塞通过神经传递肌肉传递大脑信号

    This temporarily blocks signals that pass through the nerves to the muscles of the body and back to the brain.

    youdao

  • 视频点播服务质量参照话音服务信号阻塞服务无效性来表示

    VOD service quality can, as for telephony, be expressed in terms of blocking or service unavailability.

    youdao

  • 压力微分开关过滤器状态进行监测超过设定值时,就开关发出个“过滤器阻塞”的信号,在计算机指示灯就会发亮。

    Pressure differential switch monitors the status of the filter, when the set point is exceeded, a signal will be given to switch on "filter clogged" indicating lamp on the computer.

    youdao

  • 实现通信消除本地发射机接收机产生的强信号阻塞干扰无线通信领域急待解决并有着十分重要意义问题

    It is very important problem to achieve adjacent channel duplex in radio communication, that result in to eliminate the large signal blocking interference from local transmitter in reciever.

    youdao

  • 循环中一般包括阻塞等待一个信号

    The endless loop typically involves blocking, or waiting, on a semaphore .

    youdao

  • 合理信道资源管理策略设计可以提高3g系统吞吐量降低用户的呼叫阻塞降低信号功率

    Channelization code management can increase the throughput, decrease the blocking probability of call setup requests, and reduce the signal Peak to Average Power Ratio (PAPR) in 3g systems.

    youdao

  • 两种方式实际上定时器结构或者消息结构内置信号量给阻塞了。

    These last two items actually block on a semaphore embedded in the timer or message data structure.

    youdao

  • 下面简单例子是一个任务简单阻塞段定时之后发送一个信号

    Below is a simple example of a task that simply blocks on a timer and signals a semaphore.

    youdao

  • 时间停车关闭引擎,比如等待信号时,铁路平交道口时或者交通阻塞时。

    Switch off the engine when stopping for lengthy period, e. g. at traffic lights, railroad crossings or in traffic congestions.

    youdao

  • 提出一种可以阻塞地传输输入输出任意信号的新型自路由无阻塞多级

    A design for a new self-routing multicast network which can realize arbitrary multicast assignments between its inputs and outputs without any blocking was proposed.

    youdao

  • 患MS神经信号传输受损的地方时,一些信号阻塞或者延迟

    In people with MS, when nerve signals reach a damaged area, some of the signals are blocked or delayed from traveling to or from the brain.

    youdao

  • 患MS神经信号传输受损的地方时,一些信号阻塞或者延迟

    In people with MS, when nerve signals reach a damaged area, some of the signals are blocked or delayed from traveling to or from the brain.

    youdao

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

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

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