JPH07262022A - Interruption processing system - Google Patents

Interruption processing system

Info

Publication number
JPH07262022A
JPH07262022A JP4761494A JP4761494A JPH07262022A JP H07262022 A JPH07262022 A JP H07262022A JP 4761494 A JP4761494 A JP 4761494A JP 4761494 A JP4761494 A JP 4761494A JP H07262022 A JPH07262022 A JP H07262022A
Authority
JP
Japan
Prior art keywords
interrupt
interruption
processing
control parameter
software
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP4761494A
Other languages
Japanese (ja)
Inventor
Hiroe Osaka
弘江 大坂
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP4761494A priority Critical patent/JPH07262022A/en
Publication of JPH07262022A publication Critical patent/JPH07262022A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To provide a flexible interruption processing optimum for a system at all times. CONSTITUTION:An interruption control parameter setting part 111 sets a parameter for optimizing interruption control to an interruption control parameter table 21 by recognizing the configuration of an OS when starting the OS. The interruption asynchronously generated is reported from an external device 30 to a CPU 10. An interruption storage control part 112 registers the reported interruption on an interruption queue stack 22. A software interruption generating part 113 generates interruption (software interruption) at any arbitrary timing. At the timing of software interruption generation, an interruption processing part 114 successively reads non-processed interruption from the interruption queue stack 22, decides the possibility of interruption such as system resource competition while referring to the table 21 and processes the interruption.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、割込みが非同期に発
生、通知される計算機システムにおける割込みの処理方
式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an interrupt processing method in a computer system in which an interrupt is asynchronously generated and notified.

【0002】[0002]

【従来の技術】割込みハンドリング処理とその他のソフ
トウエア処理がレジスタ等のシステム資源を共有してい
る計算機システムにおいて、非同期に発生する割込みハ
ンドリング処理とその他のソフトウエア処理との間の資
源の競合の発生しない割込みのみを判別して処理する必
要がある。
2. Description of the Related Art In a computer system in which an interrupt handling process and other software processes share a system resource such as a register, resource conflict between the interrupt handling process and other software processes occurs asynchronously. Only interrupts that do not occur need to be determined and processed.

【0003】割込みが非同期に発生、通知される計算機
システムにおいて、従来技術では、割込み要因毎に優先
順位を設定、バス制御部内に割込み優先順位に従って割
込みを通知するハードウェア(H/W)機構を設け、ソ
フトウエアがH/Wに適宜優先順位に従った指示を与え
ることによって、OSに複数発生しうる割込みを一つず
つ通知、処理させてシステム資源の競合を防いでいた。
In a computer system in which an interrupt is generated and notified asynchronously, in the prior art, a hardware (H / W) mechanism for setting a priority for each interrupt factor and notifying an interrupt according to the interrupt priority in the bus control unit. By providing an instruction to the H / W according to the priority order, the software notifies the OS of interrupts that may occur and processes them one by one to prevent system resource contention.

【0004】[0004]

【発明が解決しようとする課題】従来技術では、OSは
発生した割込みが複数であっても、一つずつ受け付け処
理を行う。従って、システム資源の競合は起こらない
が、デバイス種が同じでハンドリング処理を行う割込み
が複数発生していたり、また、別種であるが連続してハ
ンドリング処理を行ってもシステム資源の競合は発生し
ない割込みが複数存在していても、OSは、割込みハン
ドリング処理の前処理や後処理のオーバーヘッド部分を
割込み毎に実行しなければならなかった。また、優先順
位の高い割込みが頻発した場合、優先順位の低い割込み
が発生していてもOSが認識できないため処理されず、
いわゆる沈み込みが発生する可能性があった。
In the prior art, even if the OS has a plurality of interrupts, the OS performs the acceptance process one by one. Therefore, system resource conflict does not occur, but there are multiple interrupts that perform the handling process for the same device type, and system resource conflict does not occur even if the handling processes of different types are performed consecutively. Even if there are a plurality of interrupts, the OS had to execute the overhead part of the pre-processing and post-processing of the interrupt handling processing for each interrupt. Also, if high-priority interrupts occur frequently, even if low-priority interrupts occur, they cannot be processed because the OS cannot recognize them.
So-called subduction could occur.

【0005】本発明の目的は、発生した割込みを複数受
け付け、記憶しておき、任意のタイミングで記憶されて
いる割込みの割込みハンドリング処理を行うことで、割
込み処理に伴うオーバヘッドの削減や割込みの発生順序
に拘束されない柔軟な割込み処理を実現することにあ
る。
An object of the present invention is to reduce the overhead associated with interrupt processing and generate interrupts by accepting and storing a plurality of generated interrupts and performing interrupt handling processing of the interrupts stored at any timing. It is to realize flexible interrupt processing that is not restricted by the order.

【0006】また、本発明の他の目的は、OS立ち上げ
時にシステム構成に即した割込み優先順位や沈み込み防
止のためのフェイルセーフを目的としたパラメータ等を
設定し、これを参照することにより、常に最適化された
割込み処理を可能とし、割込み処理を高速化、システム
性能を向上させることにある。
Another object of the present invention is to set an interrupt priority order according to the system configuration and a parameter for fail-safe to prevent sinking at the time of booting the OS, and refer to these parameters. , Always enabling optimized interrupt processing, speeding up interrupt processing, and improving system performance.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するため
に、本発明は、非同期に発生、通知される割込みを記憶
する手段と、割込み処理の開始を任意のタイミングで発
生する手段と、該発生した割込み開始タイミングを契機
に、前記記憶されている未処理の割込みの処理を行う手
段とを有することを特徴とするものである。
In order to achieve the above object, the present invention comprises means for storing interrupts that are asynchronously generated and notified, means for generating the start of interrupt processing at an arbitrary timing, and And a means for processing the stored unprocessed interrupt, triggered by the generated interrupt start timing.

【0008】さらに、本発明は、システム立ち上げ時に
システム構成認識を行い、割込み制御パラメータを設定
する手段を設け、割込み処理に先立って、該割込み制御
パラメータを参照して当該割込み処理の可否を判定する
ことを特徴とするものである。
Further, according to the present invention, a means for recognizing the system configuration at the time of system startup and setting an interrupt control parameter is provided, and prior to interrupt processing, the interrupt control parameter is referred to to determine whether or not the interrupt processing is possible. It is characterized by doing.

【0009】[0009]

【作用】非同期に発生、通知された割込みを逐次記憶
し、あらためて任意のタイミングで割込み処理開始を指
示し(ソフトウェア割込み発生)、それを契機に、記憶
されている未処理の割込みを一括処理する。これによ
り、通知された割込みを逐次、発生した順に処理する必
要がなくなり、柔軟な割込み制御を実現できる。また、
システム立ち上げ時に、デバイス等のシステム構成認識
を行い、動的にデバイス構成に応じた最適な割込み処理
を行うためのパラメータを設定しておくことにより、常
にシステムに最適な割込み制御を実現することができ
る。
[Function] The interrupts that are generated and notified asynchronously are sequentially stored, the interrupt processing start is newly instructed (software interrupt generation), and the stored unprocessed interrupts are collectively processed at that time. . As a result, it is not necessary to process the notified interrupts sequentially and in the order in which they occur, and flexible interrupt control can be realized. Also,
Realize optimal interrupt control for the system by recognizing the system configuration of devices at system startup and dynamically setting the parameters for optimal interrupt processing according to the device configuration. You can

【0010】[0010]

【実施例】以下、本発明の一実施例について図面により
詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described in detail below with reference to the drawings.

【0011】図1は本発明の一実施例のシステム構成を
示す図である。本システムは処理装置(CPU)10、
記憶装置20及び複数の外部デバイス30からなる。C
PU10上にはOS(オペレーティングシステム)があ
り、計算機システム全体の制御・管理を司るソフトウェ
アシステムを構成しているが、本実施例では、割込み制
御パラメータ設定部111、割込み記憶制御部112、
ソフトウェア割込み発生部113、割込み処理部114
を設ける。また、記憶装置20には、割込み制御パラメ
ータテーブル21と割込みキュースタック22を設け
る。
FIG. 1 is a diagram showing a system configuration of an embodiment of the present invention. This system includes a processing unit (CPU) 10,
It comprises a storage device 20 and a plurality of external devices 30. C
The PU 10 has an OS (Operating System) and constitutes a software system that controls and manages the entire computer system. In the present embodiment, the interrupt control parameter setting unit 111, the interrupt storage control unit 112,
Software interrupt generation unit 113, interrupt processing unit 114
To provide. Further, the storage device 20 is provided with an interrupt control parameter table 21 and an interrupt queue stack 22.

【0012】以下に図1に従い動作を説明する。OS1
1の割込み制御パラメータ設定部111により、システ
ム立ち上げ時にシステムに接続されているデバイス等の
システム構成認識を行い、現システムに最適な割込み制
御が行われるよう各種パラメータを算出し、後に割込み
記憶制御部112、割込み処理部114が参照できるよ
うに、記憶装置20の割込み制御パラメータテーブル2
11に設定する。外部デバイス30からの割込みは、発
生順にCPU10へ通知される。割込み記憶制御部11
2は、割込み制御パラメータテーブル211の情報に基
づき、発生した割込みを順次、割込みハンドリング処理
に必要な情報と共に記憶装置20の割込みキュースタッ
ク212に記憶する。OS11は、割込み制御パラメー
タテーブル211に設定されているパラメータに従い、
割込みキュースタック22に記憶されている割込みハン
ドリング処理を実行するため、ソフトウエア割込み発生
部113を用いて割込みを発生させる。ソフトウエア割
込み発生部113による割込みが発生すると、割込み処
理部114において、割込み制御パラメータテーブル2
1を参照して、割込みキュースタック22に記憶されて
いる割込みの処理が可能かどうかを判断し、割込み処理
が可能な割込みを順次処理する。
The operation will be described below with reference to FIG. OS1
The interrupt control parameter setting unit 111 of No. 1 recognizes the system configuration of the devices connected to the system when the system is started up, calculates various parameters so that the interrupt control most suitable for the current system is performed, and then interrupt memory control The interrupt control parameter table 2 of the storage device 20 so that the unit 112 and the interrupt processing unit 114 can refer to it.
Set to 11. Interrupts from the external device 30 are notified to the CPU 10 in the order of occurrence. Interrupt storage controller 11
2 sequentially stores the generated interrupts in the interrupt queue stack 212 of the storage device 20 together with the information necessary for the interrupt handling processing based on the information in the interrupt control parameter table 211. The OS 11 follows the parameters set in the interrupt control parameter table 211,
In order to execute the interrupt handling processing stored in the interrupt queue stack 22, the software interrupt generation unit 113 is used to generate an interrupt. When an interrupt is generated by the software interrupt generation unit 113, the interrupt processing unit 114 causes the interrupt control parameter table 2
By referring to 1, it is determined whether the interrupts stored in the interrupt queue stack 22 can be processed, and the interrupts that can be processed are sequentially processed.

【0013】図2は、システム立ち上げ時、割込み制御
パラメータ設定部111が行う動作の処理フローチャー
トである。割込み制御パラメータを設定するため、割込
み制御パラメータ設定部111は、まず、システムの持
つプロセッサ数やシステムに現在接続されている外部デ
バイス30のデバイス種別と接続位置を特定し、一時テ
ーブルに設定する(ステップ201)。次に、テーブル
の内容に従い、現在接続されているデバイスの割込みハ
ンドリングに要する時間、割込み頻度等を考慮し、割込
み制御最適化パラメータとして、割込みをキューイング
する際参照される割込み優先順位や沈み込みを防ぐ為の
変数値、割込みキュースタック22に登録された未処理
の割込み処理のため行うソフトウエア割込み発生部11
3の起動予約の際参照するキューイング係数等の情報を
算定し(ステップ202)、記憶装置20の割込み制御
パラメータテーブル21に設定する(ステップ20
3)。なお、マルチプロセッサシステムの場合はシステ
ム資源の競合の発生しない割込みの平行処理も可能とな
るので、プロセッサ毎のキュー化情報等も合わせて設定
する。
FIG. 2 is a processing flowchart of the operation performed by the interrupt control parameter setting unit 111 when the system is started up. In order to set the interrupt control parameter, the interrupt control parameter setting unit 111 first specifies the number of processors of the system and the device type and connection position of the external device 30 currently connected to the system, and sets the temporary table ( Step 201). Next, according to the contents of the table, considering the time required for interrupt handling of the currently connected device, the interrupt frequency, etc., the interrupt priority and sunk that are referenced when queuing interrupts are used as interrupt control optimization parameters. Value for preventing the interrupt, software interrupt generator 11 for processing unprocessed interrupts registered in the interrupt queue stack 22
Information such as a queuing coefficient to be referred to at the time of activation reservation of No. 3 is calculated (step 202) and set in the interrupt control parameter table 21 of the storage device 20 (step 20).
3). Note that in the case of a multiprocessor system, parallel processing of interrupts that does not cause system resource conflicts is possible, so queue information for each processor is also set.

【0014】図5に、割込み制御パラメータテーブル2
1の構成例を示す。ここで、競合禁止資源名称以外の全
てのパラメータは、デバイス接続数により、動的に設定
される。割込み処理待ち可能最大時間は、沈み込みを防
ぐためのパラメータである。最大キュー長はキュー長の
許容限界のパラメータである。現在のキュー長が最大キ
ュー長に達するか、または、割込み処理待ち可能最大時
間の超過により、ソフトウェア割込みの起動がかかる。
また、競合禁止資源名称により、マルチプロセッサシス
テム構成の場合、競合禁止資源が重複していないデバイ
スの割込みは平行して処理可能となる。
FIG. 5 shows the interrupt control parameter table 2
1 shows an example configuration. Here, all parameters other than the contention prohibited resource name are dynamically set according to the number of device connections. The maximum waiting time for interrupt processing is a parameter for preventing sinking. The maximum queue length is a parameter of the allowable limit of queue length. A software interrupt is activated when the current queue length reaches the maximum queue length or when the maximum waiting time for interrupt processing is exceeded.
Further, in the case of the multiprocessor system configuration, the conflict prohibition resource name enables the interrupts of the devices in which the conflict prohibition resources are not duplicated to be processed in parallel.

【0015】図3は、外部デバイス30から割込みが通
知された場合に、割込み記憶制御部112が行う処理の
フローチャートである。割込みがCPU10に通知され
ると、割込み記憶制御部112は割込み要因と割込みハ
ンドリング処理に必要な情報を、割込み制御パラメータ
テーブル21に設定されている優先順位、沈み込みを防
ぐ為の変数値などの情報を得(ステップ301)、通知
された割込みを割込みキュースタック22に登録する
(ステップ302)。次に、割込み制御パラメータテー
ブル21の情報を参照して(ステップ303)、割込み
キュースタック22内に記憶されている割込み処理を実
行する必要があるか判定し(ステップ304)、必要が
あると判断されたなら、ソフトウエア割込み発生部11
3に起動予約を行って処理を終了する(ステップ30
5)。
FIG. 3 is a flowchart of a process performed by the interrupt storage control unit 112 when an interrupt is notified from the external device 30. When the interrupt is notified to the CPU 10, the interrupt storage control unit 112 provides information about interrupt factors and information necessary for interrupt handling processing, such as the priority order set in the interrupt control parameter table 21 and variable values for preventing sinking. Information is obtained (step 301), and the notified interrupt is registered in the interrupt queue stack 22 (step 302). Next, referring to the information in the interrupt control parameter table 21 (step 303), it is determined whether the interrupt processing stored in the interrupt queue stack 22 needs to be executed (step 304), and it is determined that there is a need. If so, the software interrupt generator 11
The start reservation is made in step 3 and the process ends (step 30).
5).

【0016】図6に、割込みキュースタック22の構成
例を示す。ここで、図6(a)は、デバイス種別に関係
なく、割込みレベルに着目して各デバイスの割込みを発
生順にキューイングする例であり、図6(b)は、デバ
イス種別に着目し、各デバイス種別毎にその割込みレベ
ル順にキューイングする例である。なお、(a)の例
は、割込みレベルA,Bの割込みが発生していないた
め、割込みキュー先頭ポインタは割込みレベルCを指し
ている場合を示している。割込みキュースタック22
は、いずれか一方、あるいは両方を組み合せて構成する
ことが可能である。
FIG. 6 shows a configuration example of the interrupt queue stack 22. Here, FIG. 6A shows an example in which interrupts of each device are queued in the order of occurrence regardless of the device type, and FIG. 6B shows each of the device types by paying attention to the device type. This is an example of queuing in the order of interrupt levels for each device type. Note that the example of (a) shows a case where the interrupt queue head pointer points to the interrupt level C because the interrupts of the interrupt levels A and B have not occurred. Interrupt queue stack 22
It is possible to configure either one or a combination of both.

【0017】ソフトウェア割込み発生部113は、起動
予約がある場合、任意のタイミングで割込みを発生す
る。その二、三の例を挙げると以下の通りである。
When there is a start reservation, the software interrupt generation section 113 generates an interrupt at an arbitrary timing. A few examples are as follows.

【0018】(1)フラグ設定方式 割込み処理を行う必要が生じると(起動予約)、フラグ
を立てる。プロセススイッチ処理や、時計割込みハンド
ラ処理など、ある程度一定時間毎に呼び出される処理中
でフラグチエックを行い、フラグがオンであれば割込み
を発生する。
(1) Flag setting method When it becomes necessary to carry out interrupt processing (start reservation), a flag is set. A flag check is performed during a process called by a process switch process, a clock interrupt handler process, and the like at certain intervals, and if the flag is on, an interrupt is generated.

【0019】(2)タイマ方式 タイマをかけ、ある一定時間毎に割込み処理要求が出さ
れているか否かの判定を行い、割込み処理開始要求がで
ていたら割込みを発生する。
(2) Timer method A timer is started, and it is determined whether or not an interrupt processing request is issued at a certain fixed time. If an interrupt processing start request is issued, an interrupt is generated.

【0020】(3)シグナル通知方式 割込み処理を行うプロセスを生成しておき、割込み処理
を行う際にプロセスにシグナル送信、起動することによ
って割込み処理を開始させる。
(3) Signal Notification Method A process for performing interrupt processing is generated, and when the interrupt processing is performed, a signal is sent to the process and activated to start the interrupt processing.

【0021】図4は、ソフトウェア割込み発生部113
によるソフトウェア割込みが発生した後の割込み処理部
114での処理フローチャートである。ソフトウエア割
込み発生部13の起動により割込みが発生すると、割込
み処理部114は、割込みキュースタック22の割込み
キューの先頭から割込みを取り出し(ステップ40
1)、割込み制御パラメータテーブル402を参照して
(ステップ402)、割込みがシステム資源の競合を発
生するか否か等の割込み処理可否の判定を行う(ステッ
プ403)。そして、取り出した割込みの処理が許可さ
れれば、割込み処理を行う(ステップ404)。以下、
ステップ403で取り出した割込みの処理の実行ができ
ないと判定されるか、ステップ405で割込みキュー内
の割込みがなくなったことが判定されない限り、割込み
キューから割込みを取り出し、割込み処理を繰り返す。
FIG. 4 shows the software interrupt generator 113.
5 is a processing flowchart in the interrupt processing unit 114 after a software interrupt due to is generated. When an interrupt is generated by the activation of the software interrupt generation unit 13, the interrupt processing unit 114 takes out an interrupt from the head of the interrupt queue of the interrupt queue stack 22 (step 40
1) With reference to the interrupt control parameter table 402 (step 402), it is determined whether or not interrupt processing is possible, such as whether or not an interrupt causes conflict of system resources (step 403). Then, if the processing of the taken out interrupt is permitted, the interrupt processing is performed (step 404). Less than,
Unless it is determined in step 403 that the processing of the interrupt taken out cannot be executed or it is determined in step 405 that there is no interrupt in the interrupt queue, the interrupt is taken out from the interrupt queue and the interrupt processing is repeated.

【0022】[0022]

【発明の効果】以上説明したように、本発明は、発生し
た割込みを記憶、任意のタイミングで割込みハンドリン
グ処理を開始できる機構を持つことにより、割込みの種
別や通知順序によらない柔軟な割込み制御が実現でき
る。さらに、システム立ち上げ時に、OSがデバイス等
のシステム構成認識を行い、割込み制御を最適化するた
めのパラメータを設定しておくことによって、常にシス
テム構成に最適な割込み制御が実現できる。
As described above, according to the present invention, by having a mechanism for storing the generated interrupt and starting the interrupt handling process at an arbitrary timing, the flexible interrupt control does not depend on the interrupt type or the notification order. Can be realized. Further, when the system is started up, the OS recognizes the system configuration of the device and the like and sets the parameters for optimizing the interrupt control, so that the interrupt control most suitable for the system configuration can be always realized.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明による割込み制御方式の一実施例を示す
システム構成図である。
FIG. 1 is a system configuration diagram showing an embodiment of an interrupt control system according to the present invention.

【図2】割込み制御パラメータ設定部の処理フローチャ
ートである。
FIG. 2 is a processing flowchart of an interrupt control parameter setting unit.

【図3】割込み記憶制御部の処理フローチャートであ
る。
FIG. 3 is a processing flowchart of an interrupt storage control unit.

【図4】割込み処理部の処理フローチャートである。FIG. 4 is a processing flowchart of an interrupt processing unit.

【図5】割込み制御パラメータテーブルの構成例を示す
図である。
FIG. 5 is a diagram showing a configuration example of an interrupt control parameter table.

【図6】割込みキュースタックの構成例を示す図であ
る。
FIG. 6 is a diagram showing a configuration example of an interrupt queue stack.

【符号の説明】[Explanation of symbols]

10 処理装置 11 オペレーティングシステム 111 割込み制御パラメータ設定部 112 割込み記憶制御部 113 ソフトウェア割込み発生部 114 割込み処理部 20 記憶装置 21 割込み制御パラメータテーブル 22 割込みキュースタック 30 外部デバイス 10 Processing Device 11 Operating System 111 Interrupt Control Parameter Setting Unit 112 Interrupt Storage Control Unit 113 Software Interrupt Generation Unit 114 Interrupt Processing Unit 20 Storage Device 21 Interrupt Control Parameter Table 22 Interrupt Queue Stack 30 External Device

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 割込みが非同期に発生、通知される計算
機システムにおける割込み処理方式であって、非同期に
発生、通知される割込みを記憶する手段と、割込み処理
の開始を任意のタイミングで発生する手段と、該発生し
た割込み開始タイミングを契機に、前記記憶されている
未処理の割込みの処理を行う手段とを有することを特徴
とする割込み処理方式。
1. An interrupt processing method in a computer system in which interrupts are asynchronously generated and notified, and means for storing interrupts that are asynchronously generated and notified, and means for generating the start of interrupt processing at arbitrary timing. And an interrupt processing method characterized by having means for processing the stored unprocessed interrupt in response to the generated interrupt start timing.
【請求項2】 請求項1記載の割込み処理方式におい
て、システム立ち上げ時にシステム構成認識を行い、割
込み制御パラメータを設定する手段を設け、割込み処理
に先立って、該割込み制御パラメータを参照して当該割
込み処理の可否を判定することを特徴とする割込み処理
方式。
2. The interrupt processing method according to claim 1, further comprising means for recognizing a system configuration and setting an interrupt control parameter at system startup, and referring to the interrupt control parameter prior to interrupt processing. An interrupt processing method characterized by determining whether or not interrupt processing is possible.
JP4761494A 1994-03-18 1994-03-18 Interruption processing system Pending JPH07262022A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4761494A JPH07262022A (en) 1994-03-18 1994-03-18 Interruption processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4761494A JPH07262022A (en) 1994-03-18 1994-03-18 Interruption processing system

Publications (1)

Publication Number Publication Date
JPH07262022A true JPH07262022A (en) 1995-10-13

Family

ID=12780112

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4761494A Pending JPH07262022A (en) 1994-03-18 1994-03-18 Interruption processing system

Country Status (1)

Country Link
JP (1) JPH07262022A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004046926A1 (en) * 2002-11-21 2004-06-03 Fujitsu Limited Method, device and processor system for notifying event
JP2007172030A (en) * 2005-12-19 2007-07-05 Nec Electronics Corp Interruption controller and interruption control method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004046926A1 (en) * 2002-11-21 2004-06-03 Fujitsu Limited Method, device and processor system for notifying event
US7617389B2 (en) 2002-11-21 2009-11-10 Fujitsu Limited Event notifying method, event notifying device and processor system permitting inconsistent state of a counter managing number of non-notified events
JP2007172030A (en) * 2005-12-19 2007-07-05 Nec Electronics Corp Interruption controller and interruption control method

Similar Documents

Publication Publication Date Title
US7448036B2 (en) System and method for thread scheduling with weak preemption policy
US8572626B2 (en) Symmetric multi-processor system
JP3699806B2 (en) Interrupt controller and control system
US7103631B1 (en) Symmetric multi-processor system
US20040117793A1 (en) Operating system architecture employing synchronous tasks
JP2005056067A (en) Dma transfer controller
JPH0454255B2 (en)
US6295602B1 (en) Event-driven serialization of access to shared resources
US20170212852A1 (en) Method and accelerator unit for interrupt handling
US5241676A (en) Method for controlling process priority in semaphore operation
JPH07262022A (en) Interruption processing system
JP3005562B1 (en) Task management device and task scheduling method
JPH05250188A (en) Priority control system of process
US11461134B2 (en) Apparatus and method for deferral scheduling of tasks for operating system on multi-core processor
JPH09282188A (en) Interruption processing method and system using the method
JPH11184828A (en) Test system for multiprocessor system
JPH07244595A (en) Process switch controller and process controlling method
JPH08278896A (en) Interruption processor
JPH04287234A (en) Process multiplicity control system
WO2005085994A2 (en) Multi-tasking data processing system
JP2004199558A (en) Interruption processing adjustment device
JPH05143370A (en) Multi-task computer
JPH10320217A (en) Processing controller
JPH0658654B2 (en) Interrupt acceptance control method
JPH06149592A (en) Interruption processing system for microcomputer