割り込みハンドラ
Sign in to saveAlso known as interrupt service routine, ISR
computing function triggered by an interrupt
Article · 日本語
割り込みハンドラ(英: Interrupt handler)または割り込みサービスルーチン(英: Interrupt Service Routine, ISR)は、割り込み受け付けによって起動されるオペレーティングシステムやデバイスドライバのコールバックルーチンである。割り込みハンドラは割り込み原因によってそれぞれ存在し、割り込みハンドラがそのタスクを完了するまでにかかる時間も様々である。 割り込みハンドラはイベントハンドラに対応してハードウェアに近いところで動作する。これらのハンドラは、ハードウェアの割り込みかソフトウェアの割り込み命令で起動され、ハードウェア機器のための処理をしたり、システムコールなどのCPUモードの移行を行ったりする。
Abstract from DBpedia / Wikipedia · CC BY-SA
Connections
reentrancy
Entity
systems programming
Entity
Linux
Entity
operating system
Entity
Microsoft Windows
Entity
computer mouse
Entity
computer keyboard
Entity
computer network
Entity
Q11368
Entity
central processing unit
Entity
macOS
Entity
kernel
Entity
user interface
Entity
application programming interface
Entity
computer architecture
Entity
file system
Entity
booting
Entity
device driver
Entity
command-line interface
Entity
operating system shell
Entity