JPH0581936B2 - - Google Patents

Info

Publication number
JPH0581936B2
JPH0581936B2 JP58135923A JP13592383A JPH0581936B2 JP H0581936 B2 JPH0581936 B2 JP H0581936B2 JP 58135923 A JP58135923 A JP 58135923A JP 13592383 A JP13592383 A JP 13592383A JP H0581936 B2 JPH0581936 B2 JP H0581936B2
Authority
JP
Japan
Prior art keywords
serialization
processor
task
cpu
designated
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.)
Expired - Lifetime
Application number
JP58135923A
Other languages
Japanese (ja)
Other versions
JPS6027954A (en
Inventor
Yosha Mori
Masaharu Nozaki
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.)
Toshiba Corp
Original Assignee
Tokyo Shibaura Electric Co 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 Tokyo Shibaura Electric Co Ltd filed Critical Tokyo Shibaura Electric Co Ltd
Priority to JP58135923A priority Critical patent/JPS6027954A/en
Publication of JPS6027954A publication Critical patent/JPS6027954A/en
Publication of JPH0581936B2 publication Critical patent/JPH0581936B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/28Error detection; Error correction; Monitoring by checking the correct order of processing

Description

【発明の詳細な説明】 〔発明の技術分野〕 本発明は、システム資源の逐次化を実行するよ
うにした対称均質のプロセツサで構成されるマル
チプロセツサシステムに関する。
TECHNICAL FIELD OF THE INVENTION The present invention relates to a multiprocessor system comprised of symmetric homogeneous processors adapted to perform serialization of system resources.

〔発明の技術的背景〕[Technical background of the invention]

従来、排他専有時間の短いシステム資源の逐次
化は次のように行なわれていた。(1)、シングルプ
ロセツサシステムでは割込み禁止状態にして他の
プログラムが絶対に並行動作されないようにする
ことにより資源を逐次化する。(2)、マルチプロセ
ツサシステムでは、ロツクによつてロツクワード
に資源使用中を設定することにより逐次化する。
この場合、別資源ならば並行処理が可能である。
Conventionally, system resources with short exclusive exclusive use times have been serialized as follows. (1) In a single processor system, resources are serialized by disabling interrupts and ensuring that other programs are never run in parallel. (2) In a multiprocessor system, serialization is achieved by setting the lock word to indicate that the resource is in use.
In this case, parallel processing is possible if the resources are separate.

〔背景技術の問題点〕[Problems with background technology]

(1)で示した方式はマルチプロセツサシステムで
は使うことができず、(2)の方式はロツクの種類が
増すと使い方が複雑となり、又ロツクのオーバー
ヘツドが(1)の方式に比較して大きい等の欠点があ
つた。又、(1)の方式で開発したプログラムをマル
チプロセツサシステムの逐次化方式に適合させる
ために移設する作業に労力がかかるという欠点も
あつた。
The method shown in (1) cannot be used in a multiprocessor system, and the method (2) becomes complicated to use as the number of lock types increases, and the lock overhead is lower than that of method (1). It had some drawbacks, such as being large. Another disadvantage is that it takes a lot of effort to relocate a program developed using method (1) to adapt it to the serialization method of a multiprocessor system.

〔発明の目的〕 本発明の目的は、上記の欠点に鑑み、シングル
プロセツサの割込み禁止方式と同レベルのシステ
ム資源の逐次化を行なうことができる対称均質の
プロセツサで構成されるマルチプロセツサシステ
ムを提供することにある。
[Object of the Invention] In view of the above-mentioned drawbacks, the object of the present invention is to provide a multiprocessor system consisting of symmetric homogeneous processors that can serialize system resources at the same level as the interrupt disabling method of a single processor. Our goal is to provide the following.

〔発明の概要〕[Summary of the invention]

本発明では、複数の対称均質のプロセツサで構
成されるマルチプロセツサシステムに、各プロセ
ツサの正常、異常を検出するCPU状態検出ハー
ドウエアと、このCPU状態検出ハードウエアに
より検出された各プロセツサの正常、異常情報に
基づいて正常に動作するプロセツサの中から1つ
のプロセツサを逐次化用プロセツサに指定すると
共に、指定された逐次化用プロセツサが異常とな
ると他の正常に動作するプロセツサの中から1つ
のプロセツサを逐次化用プロセツサに改めて指定
する逐次化用プロセツサ指定ハードウエアとが備
えさせる一方、 各プロセツサに、タスクに逐次化の指定がなさ
れているか否かを検出する逐次化タスク検出手段
と、この逐次化タスク検出手段により逐次化の指
定がされていないことが検出されると、当該タス
クを実行する一方、逐次化の指定がされているこ
とが検出されると、前記逐次化用プロセツサ指定
ハードウエアによる指定がなされている場合にの
み、当該タスクを割り込み禁止状態で実行するタ
スク実行手段とを備えさせることにより、上記目
的を達成するものである。
In the present invention, a multiprocessor system consisting of a plurality of symmetrical and homogeneous processors includes CPU status detection hardware that detects whether each processor is normal or abnormal, and whether each processor is normal or not detected by this CPU status detection hardware. , one processor is designated as the serialization processor from among the normally operating processors based on the abnormality information, and when the designated serialization processor becomes abnormal, one of the other normally operating processors is designated as the serialization processor. serialization processor designation hardware for designating a processor as a serialization processor anew; If the serialization task detecting means detects that serialization is not specified, the task is executed, while if it is detected that serialization is specified, the serialization processor specified hardware is executed. The above object is achieved by providing a task execution means that executes the task in an interrupt-disabled state only when the task is specified by the software.

〔発明の実施例〕[Embodiments of the invention]

以下本発明のマルチプロセツサシステムにおけ
るシステム資源の逐次化方式の実施例を図面に従
つて説明する。第1図は本発明のマルチプロセツ
サシステムにおけるシステム資源の逐次化方式を
適用したマルチプロセツサシステムの一実施例を
示す構成図である。対称均質なプロセツサ(以下
CPUと称す)1〜4と主記憶装置5は共通バス
6に接続されている。符号7は、CPU1〜4の
中から唯1つのプロセツサを逐次化用のプロセツ
サとして選択する逐次化プロセツサ指定ハードウ
エア(例えばデイプスイツチでもよい)である。
CPU1〜4にはCPUが逐次化用のプロセツサで
あるか否かを示すフラグ71〜74が各CPUに
対応して設けられており、逐次化プロセツサ指定
ハードウエア7は逐次化用に指定したCPUのフ
ラグを逐次化用に設定することができる。
DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of a system resource serialization method in a multiprocessor system according to the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing an embodiment of a multiprocessor system to which the system resource serialization method in a multiprocessor system of the present invention is applied. A symmetric homogeneous processor (below
(referred to as CPUs) 1 to 4 and a main storage device 5 are connected to a common bus 6. Reference numeral 7 denotes serialization processor designation hardware (for example, a depth switch) that selects only one processor from among the CPUs 1 to 4 as a serialization processor.
CPUs 1 to 4 are provided with flags 71 to 74 corresponding to each CPU to indicate whether or not the CPU is a serialization processor, and the serialization processor designation hardware 7 is a CPU designated for serialization. flags can be set for serialization.

第2図は第1図で示したシステムに従い動作す
るオペレーテイングシステム(OS)のタスクデ
イスパツチヤが使用するデータ構造例を示したも
のである。21は実行可能状態のタスクキユーを
示し、220〜240はタスクを代表するTCB
(タスクコントロールブロツク)を示し、221
〜241はこのタスクが逐次化指定か否かを示す
フイールドを示している。
FIG. 2 shows an example of a data structure used by a task dispatcher of an operating system (OS) operating according to the system shown in FIG. 21 indicates a task queue in an executable state, and 220 to 240 indicate TCBs representing tasks.
(task control block), 221
.about.241 indicates a field indicating whether or not this task is specified to be serialized.

次に本実施例の動作について説明する。システ
ム起動時、或るいは逐次化タスク群の実行を開始
する時点でハードウエア7はCPU1〜4の中か
ら適当な1台を逐次化実行プロセツサとして選択
し、この選択されたCPUに対応するフラグを逐
次化用に設定する。各CPU1〜4は主記憶装置
5の中に格納されている実行可能タスクキユー2
1から最もプライオリテイの高いタスクを選択す
る。タスクキユー21の中のTCB220〜24
0はプライオリテイ順に入れられているため、先
頭のTCB220が選択される。この時、フイー
ルド221をチエツクし逐次化指定でなければそ
のタスクを実行する。フイールド221が逐次化
を指定している場合は、そのCPUは自己に対応
するフラグをチエツクし、これによつて当該
CPUが逐次化用であればそのタスクを実行し、
逐次化用CPUでなければ次のTCB230を選択
して同様のチエツクを行なう。逐次化用でない
CPUは決して逐次化指定タスクを実行しない。
一方、逐次化用CPUは逐次化指定タスクと非逐
次化指定タスクの区別せずプライオリテイ順に実
行していく。
Next, the operation of this embodiment will be explained. At the time of system startup or when the execution of a group of serialized tasks is started, the hardware 7 selects an appropriate one from CPUs 1 to 4 as the serialized execution processor, and sets the flag corresponding to this selected CPU. Set for serialization. Each CPU 1 to 4 has an executable task queue 2 stored in the main memory 5.
Select the task with the highest priority from 1. TCB220-24 in Task Queue 21
Since 0 is entered in order of priority, the first TCB 220 is selected. At this time, the field 221 is checked and if serialization is not specified, the task is executed. If field 221 specifies serialization, the CPU checks its corresponding flag and thereby
If the CPU is for serialization, execute that task,
If it is not the serialization CPU, the next TCB 230 is selected and a similar check is performed. Not for serialization
The CPU never executes serialized tasks.
On the other hand, the serialization CPU executes tasks in priority order without distinguishing between serialization-designated tasks and non-serialization-designated tasks.

本実施例によれば、特定のデータ構造、ロジツ
クに関して逐次化の必要なタスク群をマルチプロ
セツサ1〜4の中から逐次化プロセツサ指定ハー
ドウエア7が指定する単一のプロセツサで実行さ
せ、且つ、この逐次化実行用プロセツサを割込み
禁止で動作させてシングルプロセツサの割込み禁
止と同レベルの逐次化を行なうことができる。従
つて、シングルプロセツサシステムで開発された
プログラムをマルチプロセツサシステムに移すた
めの労力を減少させることができる。更に、従来
のようにロツクにより逐次化する方式に比べ、逐
次化のためのオーバーヘツドが少なくてすみ且つ
使用方法も簡単とすることができる。又、本実施
例では逐次化の必要なタスク群以外のタスクは何
ら影響を受けることなく他のプロセツサで処理す
ることができる。
According to this embodiment, a task group that requires serialization regarding a specific data structure or logic is executed by a single processor designated by the serialization processor designation hardware 7 from among the multiprocessors 1 to 4, and By operating this serialization execution processor with interrupts disabled, it is possible to perform serialization at the same level as a single processor with interrupts disabled. Therefore, the effort required to transfer a program developed on a single processor system to a multiprocessor system can be reduced. Furthermore, compared to the conventional method of serialization by locking, the overhead for serialization can be reduced and the method of use can be simplified. Furthermore, in this embodiment, tasks other than the task group that requires serialization can be processed by other processors without being affected in any way.

なお、上記実施例は4台のCPUでマルチプロ
セツサシステムを構成する例について説明した
が、CPUの台数は任意でも同様の効果がある。
但しフラグは各CPU毎に必要である。
Although the above embodiment describes an example in which a multiprocessor system is configured with four CPUs, the same effect can be obtained even if the number of CPUs is arbitrary.
However, a flag is required for each CPU.

第3図は本発明の対称均質マルチプロセツサシ
ステムにおけるシステム資源の逐次化方式を適用
したマルチプロセツサシステムの他の実施例を示
した構成図である。対称均質のプロセツサ
(CPU)1〜4と主記憶装置5は共通バス6に接
続されている。符号7は、CPU1〜4の中から
正常な動作をする唯一のプロセツサを逐次化用の
プロセツサとして選択する逐次化用実行プロセツ
サ指定ハードウエアである。このハードウエア7
には、CPU1〜4が正常に動作するか否かを検
出するCPU状態検出ハードウエア8が接続され
ている。CPU1〜4にはCPUが逐次化用のプロ
セツサであるか否かを示すフラグ71〜74が各
CPUに対応して設けられており、前記ハードウ
エア7は指定したCPUのフラグを逐次化用に設
定する。なお、第3図で示したシステムに従い動
作するオペレーテイングシステムのタスクデイス
パツチヤが使用するデータ構造例は第2図に示し
たものと同じである。
FIG. 3 is a block diagram showing another embodiment of a multiprocessor system to which the system resource serialization method in a symmetric homogeneous multiprocessor system of the present invention is applied. Symmetrically homogeneous processors (CPUs) 1 to 4 and a main memory 5 are connected to a common bus 6. Reference numeral 7 denotes serialization execution processor designation hardware that selects the only normally operating processor from among the CPUs 1 to 4 as the serialization processor. This hardware 7
CPU state detection hardware 8 is connected to detect whether or not the CPUs 1 to 4 operate normally. CPUs 1 to 4 have flags 71 to 74 indicating whether the CPU is a serialization processor or not.
The hardware 7 is provided corresponding to the CPU, and sets the flag of the designated CPU for serialization. The example data structure used by the task dispatcher of the operating system operating according to the system shown in FIG. 3 is the same as that shown in FIG.

次に本実施例の動作について説明する。逐次化
用CPU指定ハードウエアはCPU状態検出ハード
ウエア8の検出したCPU1〜4の正常、異常情
報に基づいて、正常に稼働しているCPUの中か
ら、唯1つのCPUを選択して逐次化用に指定し、
対応するフラグを逐次化用に設定する。各CPU
はタスクデイスパツチヤより実行すべきタスクを
実行可能タスクキユー21(第2図参照)から選
択するが、この時、逐次化用CPUに指定された
CPUのみがフイールド221〜241で示され
る逐次化指定タスクを実行することができる。
Next, the operation of this embodiment will be explained. The CPU specification hardware for serialization selects and serializes only one CPU from among the CPUs that are operating normally, based on the normal/abnormal information of CPUs 1 to 4 detected by the CPU status detection hardware 8. specified for
Set the corresponding flag for serialization. Each CPU
selects the task to be executed from the task dispatcher from the executable task queue 21 (see Figure 2), but at this time, the task specified as the serialization CPU
Only the CPU can execute the serialization designated tasks shown in fields 221-241.

今、CPU1が逐次化用CPUの指定を受け、フ
ラグ71がオン、フラグ72〜74がオフされて
いるとする。この時、CPU1に異常が発生しこ
のCPU1が停止すると、CPU状態検出ハードウ
エア8によつてCPU1の異常が検出され、この
情報が逐次化プロセツサ指定ハードウエア7に通
知される。すると、逐次化プロセツサ指定ハード
ウエア7は直ちにCPU1を逐次化用指定CPUか
ら解除すると共にフラグ71をオフとし、更に正
常なCPU、例えばCPU2を逐次化用CPUに指定
してフラグ72をオンとする。以下同様に、もし
このCPU2が異常を起して停止すれば次にCPU
3が逐次化用CPUとして指定される。
It is now assumed that the CPU 1 has been designated as a serialization CPU, the flag 71 is on, and the flags 72 to 74 are off. At this time, when an abnormality occurs in the CPU 1 and the CPU 1 stops, the CPU status detection hardware 8 detects the abnormality in the CPU 1, and this information is notified to the serialization processor designation hardware 7. Then, the serialization processor designation hardware 7 immediately releases CPU1 from the designated CPU for serialization and turns off the flag 71, and further designates a normal CPU, for example, CPU2, as the CPU for serialization and turns on the flag 72. . Similarly, if this CPU2 causes an error and stops, the next CPU
3 is designated as the serialization CPU.

第1図で示した実施例では、逐次化用に指定さ
れたプロセツサが異常を生じて停止すると、逐次
化を指定したタスク群中のタスクは実行されなく
なる欠点があるが、本実施例によれば、逐次化を
指定したプロセツサが故障した場合は、これを
CPU状態検出ハードウエア8が検出し、この情
報を受けた逐次化用プロセツサ指定ハードウエア
7が次々と正常なプロセツサの中から唯1つの逐
次化用プロセツサを指定して、逐次化を指定した
タスクを実行するため、ソフト的には何ら意識を
することなく割込み禁止による逐次化処理を継続
することができる。なお、本実施例の他の効果は
第1図で示した実施例の効果と同様である。
The embodiment shown in FIG. 1 has the disadvantage that if the processor designated for serialization stops due to an error, the tasks in the task group designated for serialization will not be executed. For example, if a processor that specifies serialization fails,
The CPU status detection hardware 8 detects this information, and upon receiving this information, the serialization processor designation hardware 7 sequentially designates the only serialization processor from among the normal processors, and processes the tasks that have been designated for serialization. Therefore, it is possible to continue serialization processing by disabling interrupts without any software awareness. Note that other effects of this embodiment are similar to those of the embodiment shown in FIG.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明によれば、各プロセ
ツサの正常、異常情報に基づいて正常に動作する
プロセツサの中から1つのプロセツサを逐次化用
プロセツサに指定すると共に、指定された逐次化
用プロセツサが異常となると他の正常に動作する
プロセツサの中から1つのプロセツサを逐次化用
プロセツサに改めて指定するので、タスクの逐次
化による実行が、指定された逐次化用プロセツサ
の異常により中断されてしまうことなく継続され
る。また、逐次化用プロセツサ指定ハードウエア
による指定がなされている場合にのみ、当該タス
クを割り込み禁止状態で実行するようにしている
ので、マルチプロセツサシステムでありながら、
簡単な制御によつてシステム資源の逐次化が行わ
れる。つまり、シングルプロセツサと同様の制御
でシステム資源の逐次化が行われる結果、シング
ルプロセツサにおける割り込み禁止状態によるシ
ステム資源の逐次化を前提にして、開発したプロ
グラムを適合させる場合に好適である。
As explained above, according to the present invention, one processor is designated as a serialization processor from among the processors that operate normally based on the normality/abnormality information of each processor, and the designated serialization processor is If an error occurs, one processor is designated as the serialization processor from among the other normally operating processors, so the serialization execution of tasks may be interrupted due to an error in the specified serialization processor. It will continue without interruption. In addition, the task is executed with interrupts disabled only when the serialization processor specification hardware specifies the task, so even though it is a multiprocessor system,
Serialization of system resources is achieved through simple control. In other words, since system resources are serialized under the same control as in a single processor, it is suitable for adapting a program developed on the premise of serialization of system resources due to the interrupt disabled state in a single processor.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明のマルチプロセツサシステムに
おけるシステム資源の逐次化方式を適用したマル
チプロセツサシステムの一実施例を示す構成図、
第2図は第1図に示したシステムに従い動作する
オペレーテイングシステムのタスクデイスパツチ
ヤが使用するデータ構造例を示した図、第3図は
本発明のマルチプロセツサシステムにおけるシス
テム資源の逐次化方式を適用したマルチプロセツ
サシステムの他の実施例を示した構成図である。 1〜4……プロセツサ、5……主記憶装置、6
……共通バス、7……逐次化プロセツサ指定ハー
ドウエア、8……CPU状態検出ハードウエア、
71〜74……フラグ。
FIG. 1 is a block diagram showing an embodiment of a multiprocessor system to which the system resource serialization method in a multiprocessor system of the present invention is applied;
FIG. 2 is a diagram showing an example of a data structure used by the task dispatcher of an operating system that operates according to the system shown in FIG. 1, and FIG. 3 is a system resource serialization method in the multiprocessor system of the present invention. FIG. 2 is a configuration diagram showing another embodiment of a multiprocessor system to which the above is applied. 1 to 4...Processor, 5...Main storage device, 6
...Common bus, 7...Serialization processor specification hardware, 8...CPU status detection hardware,
71-74...Flag.

Claims (1)

【特許請求の範囲】 1 複数の対称均質のプロセツサで構成されるマ
ルチプロセツサシステムにおいて、 各プロセツサの正常、異常を検出するCPU状
態検出ハードウエアと、 このCPU状態検出ハードウエアにより検出さ
れた各プロセツサの正常、異常情報に基づいて正
常に動作するプロセツサの中から1つのプロセツ
サを逐次化用プロセツサに指定すると共に、指定
された逐次化用プロセツサが異常となると他の正
常に動作するプロセツサの中から1つのプロセツ
サを逐次化用プロセツサに改めて指定する逐次化
用プロセツサ指定ハードウエアとが備えられ、 各プロセツサには、 タスクに逐次化の指定がなされているか否かを
検出する逐次化タスク検出手段と、 この逐次化タスク検出手段により逐次化の指定
がされていないことが検出されると、当該タスク
を実行する一方、逐次化の指定がされていること
が検出されると、前記逐次化用プロセツサ指定ハ
ードウエアによる指定がなされている場合にの
み、当該タスクを割り込み禁止状態で実行するタ
スク実行手段とが備えられていることを特徴とす
るマルチプロセツサシステム。
[Claims] 1. In a multiprocessor system consisting of a plurality of symmetrical and homogeneous processors, there is CPU status detection hardware that detects whether each processor is normal or abnormal; One processor is designated as the serialization processor based on the processor normality/abnormality information, and if the specified serialization processor becomes abnormal, it is designated as the serialization processor among the normally operating processors. serialization processor designation hardware for re-designating one processor as a serialization processor, and each processor includes serialization task detection means for detecting whether serialization has been designated for a task. When this serialization task detection means detects that serialization is not specified, the task is executed, and when it is detected that serialization is specified, the serialization task is executed. A multiprocessor system comprising: task execution means for executing a task in an interrupt-disabled state only when designated by processor designation hardware.
JP58135923A 1983-07-27 1983-07-27 Sequencing system for system resource of multiprocessor system Granted JPS6027954A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58135923A JPS6027954A (en) 1983-07-27 1983-07-27 Sequencing system for system resource of multiprocessor system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58135923A JPS6027954A (en) 1983-07-27 1983-07-27 Sequencing system for system resource of multiprocessor system

Publications (2)

Publication Number Publication Date
JPS6027954A JPS6027954A (en) 1985-02-13
JPH0581936B2 true JPH0581936B2 (en) 1993-11-16

Family

ID=15163005

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58135923A Granted JPS6027954A (en) 1983-07-27 1983-07-27 Sequencing system for system resource of multiprocessor system

Country Status (1)

Country Link
JP (1) JPS6027954A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5654564A (en) * 1979-10-08 1981-05-14 Hitachi Ltd Multiple computer system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5654564A (en) * 1979-10-08 1981-05-14 Hitachi Ltd Multiple computer system

Also Published As

Publication number Publication date
JPS6027954A (en) 1985-02-13

Similar Documents

Publication Publication Date Title
US5095427A (en) Dispatch control of virtual machine
KR100911796B1 (en) Multi processor and multi thread safe message queue with hardware assistance
US4494188A (en) Method of processing an operating system in a multi-processor system
US5966543A (en) Method of using collaborative spinlocks to provide exclusive access to a resource in a multiprocessor computer system
US6697834B1 (en) Mutual exculsion system and method for restarting critical sections of code when preempted during a critical section
US5560018A (en) Providing external interrupt serialization compatibility in a multiprocessing environment for software written to run in a uniprocessor environment
US4725946A (en) P and V instructions for semaphore architecture in a multiprogramming/multiprocessing environment
EP0443557B1 (en) Interrupt controller capable of realizing interrupt nesting function
KR19980086609A (en) Blocking Symbol Control in Computer Systems for Serializing Access to Data Resources by Concurrent Processor Requests
JP2539352B2 (en) Hierarchical multi-computer system
US6295602B1 (en) Event-driven serialization of access to shared resources
US4839895A (en) Early failure detection system for multiprocessor system
Satyanarayanan Special Feature: Commercial Multiprocessing Systems
US7748003B2 (en) Hard real-time response
JP3598282B2 (en) Computer, control method thereof, and recording medium recording the control method
JPH0581936B2 (en)
CN112559136A (en) Method and device for interrupting delivery of computer
JP2986930B2 (en) Task Scheduling Method for Symmetric Multiprocessor
JP2937857B2 (en) Lock flag release method and method for common storage
JPH04302353A (en) Timer interrupting system for symmetrical multi processor computer
JPH02108149A (en) Exclusive control mechanism for multiprocessor
JPH06223047A (en) Exclusive control system
Liedtke A short note on implementing thread exclusiveness and address space locking
JPH02100755A (en) Information processing system
Anderson Tutorial Series 9 Operating Systems