two threads (an interrupt and polling thread)
两个线程(中断线程和轮询线程)
The address of an interrupt service routine.
中断服务程序所在的地址。
Aio_complete can be safely called in an interrupt handler.
可以在中断处理器中安全地调用aio_complete 。
How can I get the corresponding MSI message in an interrupt?
我怎么能在一个中断得到相应的MSI消息?
When the peripheral asserts this signal, we say that an interrupt occurs.
当外设发出这个信号,我们说一个中断发生。
This is commonly done by generating an interrupt whenever a touch is made.
这通常在每次发生触摸时,通过生成一个中断来实现。
If the value is non-zero, then the processor was handling an interrupt.
如果值为非0的值,则处理器正在处理中断。
The host controller will automatically post an interrupt at a specified interval.
主控器会以特定的间隔自动发出一个中断。
If there is any change in the status register, it means an interrupt has occurred.
如果状态寄存器发生了变化,就意味着已经触发了一个中断。
Clear channel assessment, CCA, is available through an interrupt in receive mode.
清楚的渠道评估,CCA,是可利用的通过中断接受方式。
Usually a thread waits on a semaphore that is signaled asynchronously by an interrupt handler.
通常情况下线程等待一个由中断服务发出异步信号的信号量。
The time between an interrupt going off and the interrupt being serviced by the operating system.
从发送一个中断请求开始到操作系统开始执行中断为止的一个时间段。
NAPI can yield better performance under high loads by avoiding taking an interrupt for each incoming frame.
NAPI在高负载的情况下可以产生更好的性能,它避免了为每个传入的帧都产生中断。
Since context recovery is a process, it takes some time to get back to maximum speed after an interrupt
由于上下文的恢复是一个过程,因此在中断之后其需要一些时间来重返回到最高速度上。
Just because a task is cancelable does not mean it needs to respond to an interrupt request immediately.
仅仅因为一个任务是可取消的,并不意味着需要立即对中断请求作出响应。
So what about development Turnaround - should that be considered an interrupt and how much does it add to the cost?
那么,开发的周转期又是怎样的呢——这应该被视作是一种中断吗?在成本方面带来了多少的增加?
If a serious error occurs, for example, an invalid opcode, the SPU is stopped and an interrupt is delivered to the ppe.
如果发生了一个非常严重的错误,例如一个无效的操作码,那么SPU就会停止,并向PPE发送一个中断。
When an interrupt occurs the current state of the processor is saved and an interrupt service routine is executed.
当一个中断发生,当前的处理器状态被保存并且中断服务程序开始运行。
Whenever an interrupt wakes up the thread, process the interrupt the same way the actual API and application process it.
不管中断何时唤醒这个线程,就使用与实际api和应用程序相同的方法来处理这个中断。
When an interrupt occurs, the current state of the processor is saved and an interrupt service routine is executed.
当一个中断发生,当前的处理器状态被保存并且中断服务程序开始运行。
If the serial interface is not able to generate an interrupt, set this value to any unused interrupt vector address.
如果串行接口是无法产生一个中断,将此值设置为任何未使用的中断向量地址。
Whenever an interrupt occurs, one thread will be woken up (wake_up_interruptible) and resume execution based on the interrupt.
当中断触发时,就会有一个线程被唤醒(wake_up _ interruptible)并基于中断恢复执行。
It also registers an interrupt service routine's address to service interrupts generated when wireless data is sent or received.
它还会注册一个中断服务例程的地址以服务收发无线数据时产生的中断。
The values in the prev and intpri fields help in determining whether the processor is running a thread or an interrupt handler.
prev和intpri字段中的值帮助判断处理器是在运行线程还是在运行中断处理程序。
A watchdog timer can automatically reset the system or generate an interrupt should the system stop due to a program bug or EMI.
如果系统由于电脑病毒或emi中止,监视时钟可能自动地重新设置系统或引起中断。
Only when a page fault is hit, for example, because the accessed page has been swapped out to disk, does the PPE receive an interrupt.
例如,只有在由于所访问的页面已经被交换到磁盘上而发生页面失效的情况时,PPE 才会接收到一个中断。
To bind an interrupt to a CPU or group of CPUs, first determine which CPUs should process the interrupt and lay out the bitmask accordingly.
为了将一个中断绑定到某个或某组cpu,首先要决定应该让哪些CPU处理这个中断,然后相应地编写位掩码。
You set some registers and issue a system call instruction (or an interrupt) and have the kernel code called directly from the trap handler.
你可以设置一些寄存器,并发出一个系统调用指令(或中断),并由陷阱处理程序直接调用内核代码。
Driven on the device side. The device sends a hardware signal (by generating an interrupt) to the kernel when it needs the kernel's attention.
设备驱动模式,在设备须要内核关注时,由设备主动发送一个硬件信号(通常是通过一个中断)给内核。
Driven on the device side. The device sends a hardware signal (by generating an interrupt) to the kernel when it needs the kernel's attention.
设备驱动模式,在设备须要内核关注时,由设备主动发送一个硬件信号(通常是通过一个中断)给内核。
应用推荐