JPH04153837A - Timer request processing system - Google Patents

Timer request processing system

Info

Publication number
JPH04153837A
JPH04153837A JP28043090A JP28043090A JPH04153837A JP H04153837 A JPH04153837 A JP H04153837A JP 28043090 A JP28043090 A JP 28043090A JP 28043090 A JP28043090 A JP 28043090A JP H04153837 A JPH04153837 A JP H04153837A
Authority
JP
Japan
Prior art keywords
timer
request
timer request
execution
interval
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
JP28043090A
Other languages
Japanese (ja)
Inventor
Chieko Takahashi
高橋 千恵子
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP28043090A priority Critical patent/JPH04153837A/en
Publication of JPH04153837A publication Critical patent/JPH04153837A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To enable a processor other than a process which receives an interval timer interruption to perform an execution process for a timer request and to process the timer request efficiently by making a timer request processing execution process independent. CONSTITUTION:Under a basic operating system 1, a process scheduling control means 2, a process execution queue registering means 3, an interval timer interruption control means 4, a timer request actuating means 9, and a timer request executing means 10 are provided. Then the timer request processing execution process is made independent and the timer request executing means 10 is actuated in the process to register the interval timer interruption at the head of an execution queue prior to a stationary process if the interval timer interruption is initiated. Consequently, even multiprocessor constitution enables the timer request processing execution process on other processor even in environment wherein only the fixed process is informed of the interval timer interruption and the processors in an idle state can be utilized effectively.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はタイマ要求処理方式に関し、特にマルチプロセ
ッサ構成の計算機システムにおいて、各プロセッサから
要求されたタイマ要求に対する実行処理を効率よく行え
るタイマ要求処理方式に間する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a timer request processing method, and in particular to a timer request processing method that allows efficient execution of timer requests requested by each processor in a computer system with a multiprocessor configuration. It takes a while to figure out the method.

〔従来の技術〕[Conventional technology]

従来、一定時間間隔で発生するインターバルタイマ割り
込み時に、処理しなければならないタイマ要求がみつか
った場合、そのタイマ要求に対する実行処理は、インタ
ーバルタイマ割り込み時に処理すべき他のすべての定常
処理が終了した後、同一プロセッサで処理するようにな
っていた。
Conventionally, when a timer request is found that must be processed during an interval timer interrupt that occurs at regular intervals, the processing for that timer request is executed after all other routine processing that should be processed during the interval timer interrupt is completed. , were to be processed by the same processor.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来のタイマ要求処理方式は、シングルプロセ
ッサ構成の場合はさほど問題ないが、マルチプロセッサ
構成となった場合には、通常インターバルタイマ割り込
みは1プロセツサにしか通知されないハードウェアアー
キテクチャが採用されているので、インターバルタイマ
割り込みを受けるプロセッサは、インターバルタイマ割
り込み時の規定の処理を終えた後、すぐタイマ要求に対
する実行処理をしなければならず、そのプロセッサのみ
負荷が大きくなるという問題点がある。すなわち、この
時点で他のプロセッサにアイドル状態のものがあっても
、そのプロセッサを有効に活用できないことになる。
The conventional timer request processing method described above does not pose much of a problem in a single processor configuration, but in a multiprocessor configuration, a hardware architecture is usually used in which interval timer interrupts are notified to only one processor. Therefore, the processor that receives the interval timer interrupt must immediately execute the processing for the timer request after completing the specified processing at the time of the interval timer interrupt, resulting in a problem in that only that processor is burdened with a heavy load. In other words, even if other processors are idle at this point, that processor cannot be used effectively.

本発明の目的は、タイマ要求に対する実行処理をインタ
ーバルタイマ割り込みを受けるプロセッサ以外でも処理
可能とし、タイマ要求を効率よく処理できるタイマ要求
処理方式を提供することである。
SUMMARY OF THE INVENTION An object of the present invention is to provide a timer request processing method that allows processing of timer requests to be executed by a processor other than the processor that receives interval timer interrupts, and that can efficiently process timer requests.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のタイマ要求処理方式は、プロセ・yすが処理す
べきプロセスを選択し起動をかけるプロセススケジュー
リング制御手段と、動作させるべきプロセスを登録して
おく実行待ちキューと、この実行待ちキューに必要なプ
ロセスを登録するプロセス実行待ちキュー登録手段と、
タイマ要求が登録されているタイマ要求登録テーブルと
、インターバルタイマ割り込みが発生しなとき起動され
処理すべき事項の全体を制御するインターバルタイマ割
り込み制御手段と、インターバルタイマ割り込み時に前
記タイマ要求登録テーブルを参照して処理すべきタイマ
要求を検索するタイマ要求処理手段と、インターバルタ
イマ割り込み時にシステム全体のアカウント情報を採取
するシステムアカウント採取手段と、インターバルタイ
マ割り込み時に個々のプロセスのアカウント情報を採取
するプロセスアカウント採取手段と、前記プロセススケ
ジューリング制御手段でのプロセス選択の基準となる優
先度の調整を行うプロセスプライオリティ調整手段と、
処理すべきタイマ要求について必要な処理を実行するタ
イマ要求実行手段と、前記タイマ要求実行手段を起動し
て実行させる処理を含むタイマ要求処理実行プロセスと
、インターバルタイマ割り込み時に処理すべきタイマ要
求があったとき前記タイマ要求処理実行プロセスを前記
実行待ちキューに最高優先度で登録させ他にアイドル状
態のプロセッサがあればそのプロセッサの前記プロセス
スケジューリング制御手段を呼び出すタイマ要求起動手
段とを備えて構成されている。
The timer request processing method of the present invention includes a process scheduling control means for selecting and starting a process to be processed by a process, an execution queue in which processes to be executed are registered, and a process necessary for this execution queue. a process execution queue registration means for registering a process;
A timer request registration table in which timer requests are registered, an interval timer interrupt control means that is activated when an interval timer interrupt does not occur and controls all items to be processed, and the timer request registration table is referred to when an interval timer interrupt occurs. a timer request processing means that searches for timer requests to be processed, a system account collection means that collects account information for the entire system at the time of an interval timer interrupt, and a process account collection method that collects account information of individual processes at the time of an interval timer interrupt. and a process priority adjustment means for adjusting the priority as a reference for process selection in the process scheduling control means;
A timer request execution means for executing necessary processing for a timer request to be processed; a timer request processing execution process including processing for activating and executing the timer request execution means; and a timer request to be processed at the time of an interval timer interrupt. and a timer request starting means for registering the timer request processing execution process in the execution waiting queue with the highest priority and calling the process scheduling control means of the other processor if there is another idle processor. There is.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明する
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例の構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

第1図に示すように、基本オペレーティングシステム1
の下に、プロセススケジューリング制御手段2.プロセ
ス実行待ちキュー登録手段3.インターバルタイマ割り
込み制御手段4.タイマ要求起動手段9.タイマ要求実
行手段10があり、インターバルタイマ割り込み制御手
段4の下にはタイマ要求処理手段5.システムアカウン
ト採取手段6.プロセスアカウント採取手段7.プロセ
スプライオリティ調整手段8が配置されている。
As shown in Figure 1, the basic operating system 1
Under the process scheduling control means 2. Process execution queue registration means 3. Interval timer interrupt control means 4. Timer request activation means 9. There is a timer request execution means 10, and below the interval timer interrupt control means 4 there is a timer request processing means 5. System account collection means 6. Process account collection means 7. Process priority adjustment means 8 is arranged.

更に、上記の各手段が使用するタイマ要求処理実行プロ
セス11と、実行待ちキュー12と、タイマ要求登録テ
ーブル13とが設けられている。
Furthermore, a timer request processing execution process 11, an execution queue 12, and a timer request registration table 13 used by each of the above-mentioned means are provided.

第2図はタイマ要求登録テーブル13の構成図である。FIG. 2 is a configuration diagram of the timer request registration table 13.

タイマカウント格納域131は、タイマ要求の発行時に
要求時間間隔値が設定される領域である。設定された値
は時間経過と共に減少して残り時間値が記録されており
、インターバルタイマ割り込みの発生時にタイマ要求処
理手段5により検索される。タイマ通知あて先格納域1
32には、要求のあった時間間隔に達したときにその旨
を通知するあて先、通常は起動すべき間数やプロセスが
格納されている。ここは、タイマ要求実行手段10によ
って検索され使用される。付加情報格納域133は、タ
イマ通知あて先格納域132に格納された関数を起動す
るとき、その関数が必要とする情報の格納場所を指すポ
インタ等の格納領域である。タイマ要求識別子134に
は、各タイマ要求を識別する識別子が格納される。
The timer count storage area 131 is an area where a request time interval value is set when a timer request is issued. The set value decreases with the passage of time, and the remaining time value is recorded, and is retrieved by the timer request processing means 5 when an interval timer interrupt occurs. Timer notification destination storage area 1
32 stores the destination to be notified when the requested time interval is reached, and usually the number of intervals and processes to be activated. This is searched and used by the timer request execution means 10. The additional information storage area 133 is a storage area for storing pointers and the like that point to the storage location of information required by the function when the function stored in the timer notification destination storage area 132 is activated. The timer request identifier 134 stores an identifier for identifying each timer request.

第3図は、インターバルタイマ割り込みが発生してから
タイマ要求処理実行プロセス11が実行待ちキュー12
に登録されるまでの処理のフローチャート、第4図は、
アイドルプロセッサがあった場合にタイマ要求処理実行
プロセス11が起動され、タイマ要求処理が実行される
までの処理のフローチャートである。
FIG. 3 shows that after the interval timer interrupt occurs, the timer request processing execution process 11 is sent to the execution queue 12.
The flowchart of the process up to registration in Figure 4 is as follows.
12 is a flowchart of processing from when a timer request processing execution process 11 is activated to when timer request processing is executed when there is an idle processor.

まず、第1図および第2図を参照しながら第3図のフロ
ーチャートに沿って本実施例の動作を説明する。
First, the operation of this embodiment will be explained along the flowchart of FIG. 3 while referring to FIGS. 1 and 2.

プログラム実行中のプロセッサに、インターバルタイマ
割り込みが発生すると、そのプロセッサの制御は、イン
ターバルタイマ割り込み制御手段4に渡る(ステップ3
1)。
When an interval timer interrupt occurs in a processor executing a program, control of the processor passes to the interval timer interrupt control means 4 (step 3).
1).

インターバルタイマ割り込み制御手段4は、まずタイマ
要求処理手段5に制御を渡し、タイマ要求に対する処理
を開始する(ステップ32)。
The interval timer interrupt control means 4 first passes control to the timer request processing means 5 and starts processing the timer request (step 32).

タイマ要求処理手段5は、システムに1個用意されてい
るタイマ要求登録テーブル13を検索する。具体的には
、テーブル内の各エントリのタイマカウント格納域13
1をみて、現時点で格納値(残り時間)が「0」になっ
た、つまりタイムアウトになった要求であるか否かをチ
エツクする。
The timer request processing means 5 searches a timer request registration table 13 prepared in the system. Specifically, the timer count storage area 13 of each entry in the table
1 and checks whether the stored value (remaining time) has become "0" at the current time, that is, whether the request has timed out.

タイムアウトになった要求が一つでも有れば、タイマ要
求起動手段9に制御を渡しステップ34に移るが、タイ
ムアウトになったものが無い場合はステップ40に行く
(ステップ33)。
If there is even one request that has timed out, control is passed to the timer request activation means 9 and the process moves to step 34, but if no request has timed out, the process moves to step 40 (step 33).

タイマ要求起動手段9は、タイマ要求処理実行プロセス
11が現在休止状態であることを確認するとくステップ
34)、最高の1ライオリテイを指定して実行待ちキュ
ー12にタイマ要求処理実行−rロセス11を登録する
プロセススケジューリング制御手段2に要求する(ステ
ップ35)。
When the timer request starting means 9 confirms that the timer request processing execution process 11 is currently in a dormant state (step 34), it specifies the highest priority of 1 and adds the timer request processing execution process 11 to the execution queue 12. A request is made to the process scheduling control means 2 to be registered (step 35).

プロセススケジューリング制御手段2は、プロセス実行
待ちキュー登録手段3を起動し、タイマ要求処理実行プ
ロセス11が次に動くべき対象プロセスとなるよう、実
行待ちキュー12の先頭に登録する(ステップ36)。
The process scheduling control means 2 activates the process execution queue registration means 3 and registers the timer request processing execution process 11 at the head of the execution queue 12 so that it becomes the next target process to run (step 36).

続いて、プロセススケジューリング制御手段2は、マル
チプロセッサ構成の他のプロセッサでアイドル状態のも
のがないかを検索する(ステップ37)。もし、他にア
イドル状態のプロセッサがあれば、タイマ要求処理実行
プロセス11をそのアイドル状態のプロセッサで実行す
るようスケ−ジュール要求を発行しくステップ38)、
ステップ40を実行して処理を終了する。他にアイドル
状態のプロセッサがない場合は、ステップ4oの終了後
にタイマ要求処理実行プロセス11が実行待ちキュー1
2にあれば、自プロセッサで処理するように要求をあげ
ておく(ステップ39)。
Subsequently, the process scheduling control means 2 searches for any other processor in the multiprocessor configuration that is in an idle state (step 37). If there is another processor in the idle state, issue a schedule request to execute the timer request processing execution process 11 on that processor in the idle state.Step 38)
Step 40 is executed to end the process. If there is no other idle processor, the timer request processing execution process 11 is placed in the execution queue 1 after step 4o is completed.
2, a request is made to be processed by the own processor (step 39).

その後、インターバルタイマ割り込み制御手段4に制御
が戻り、インターバルタイマ割り込み時に行う必要があ
る語処理、システムアカウント採取手段6.プロセスア
カウント採取手段7.プロセスプライオリティ調整手段
8が実行される(ステップ40)。なお、タイマ要求処
理実行プロセス11のプロセスプライオリティは、プロ
セス1ライオリテイ調整手段8の対象とはならないよう
にしておく。
Thereafter, control returns to the interval timer interrupt control means 4, which performs the word processing that needs to be performed at the time of the interval timer interrupt, and the system account collection means 6. Process account collection means 7. Process priority adjustment means 8 is executed (step 40). Note that the process priority of the timer request processing execution process 11 is not subject to the process 1 priority adjustment means 8.

次に、アイドル状態の他のプロセッサに要求をあげた場
合の処理を第4図に従って説明する。
Next, the process when a request is sent to another processor in an idle state will be explained with reference to FIG.

要求を受けたプロセッサは、要求によりアイドル状態が
解除されると(ステップ41)、まず要求の内容を判断
し、スケジュール要求の場合にはプロセススケジューリ
ング制御手段2を起動する(ステップ42)。プロセス
スケジューリング制御手段2は、実行待ちキュー12の
先頭にっながれているタイマ要求処理実行プロセス11
を選び起動をかける(ステップ43)。
When the processor that has received the request is released from the idle state by the request (step 41), it first determines the content of the request, and if it is a schedule request, activates the process scheduling control means 2 (step 42). The process scheduling control means 2 includes a timer request processing execution process 11 connected to the head of the execution queue 12.
is selected and activated (step 43).

この起動により、タイマ要求処理実行プロセス11上で
タイマ要求実行手段10が実行され、タイマ要求登録テ
ーブル13を検索し、タイムアウトになったタイマ要求
に関して、タイマ通知あて先格納域132のあて先に対
して通知される(ステップ44)。なお、スケジュール
要求以外の場合は、それぞれ対応する処理がステップ4
5で実行される。
By this activation, the timer request execution means 10 is executed on the timer request processing execution process 11, searches the timer request registration table 13, and notifies the destination in the timer notification destination storage area 132 regarding the timer request that has timed out. (step 44). In addition, in cases other than schedule requests, the corresponding processing is step 4.
It is executed in 5.

これにより、マルチプロセッサ構成の場合に、インター
バルタイマ割り込みを受けたプロセッサ以外のプロセー
lすでもタイマ要求実行手段10が起動できるようにな
る。
As a result, in the case of a multiprocessor configuration, the timer request execution means 10 can be activated even by a processor other than the processor that received the interval timer interrupt.

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

以上詳細に説明したように、本発明は、タイマ要求処理
実行プロセスを新たに独立させ、この中でタイマ要求実
行手段を起動するように構成し、インターバルタイマ割
り込み発生時に定常処理に先立って実行待ちキューの先
頭に登録するようにしたので、マルチプロセッサ構成の
場合に、インターバルタイマ割り込みが固定のプロセッ
サにしか通知されない環境でも、他のプロセッサ上でタ
イマ要求処理実行プロセスを実行させタイマ要求に対す
る実行処理を行わせることを可能とした。
As explained in detail above, the present invention newly creates an independent timer request processing execution process, configures the timer request execution means to be activated within the process, and waits for execution prior to regular processing when an interval timer interrupt occurs. Since it is registered at the head of the queue, even in a multiprocessor configuration where interval timer interrupts are only notified to a fixed processor, the timer request processing execution process can be executed on other processors and the execution processing for the timer request can be executed. It made it possible to do this.

従って、インターバルタイマ割り込みを受けるプロセッ
サの処理が軽減され、アイドル状態のプロセッサの有効
利用を図ることができ、システム全体のスループットが
上がり、効率のよいシステム運用ができる効果がある。
Therefore, the processing of the processor receiving the interval timer interrupt is reduced, the idle processor can be used effectively, the throughput of the entire system is increased, and the system can be operated efficiently.

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

第1図は本発明の一実施例の構成を示すブロック図、第
2図は第1図中のタイマ要求登録テーブルの構成図、第
3図はインターバルタイマ割り込みが発生してからタイ
マ要求処理実行プロセスがスケジュールされるまでのフ
ローチャート、第4図はアイドルプロセッサがあった場
合にタイマ要求処理実行プロセスが起動されてタイマ要
求処理を実行するまでのフローチャートである。 1・・・・・・基本オペレーティングシステム、2−・
・・・・プロセススケジューリング制御手段、3・・・
・−・プロセス実行待ちキュー登録手段、4・−・・・
・インターバルタイマ割り込み制御手段、5−・・−・
・タイマ要求処理手段、6−・・・・−システムアカウ
ント採取手段、7・−・・・・プロセスアカウント採取
手段、8・・・・・・プロセスプライオリティ調整手段
、9・・・・・・タイマ要求起動手段、10・・−・・
・タイマ要求実行手段、11・・・・・・タイマ要求処
理実行プロセス、12・−・・−・実行待ちキュー、1
3・・・・・・タイマ要求登録テーブル、131・−・
・−・タイマカウント格納域、132・・−・・−タイ
マ通知あて先格納域、133・・・−・−付加情報格納
域、134−・−タイマ要求識別子。
Figure 1 is a block diagram showing the configuration of an embodiment of the present invention, Figure 2 is a configuration diagram of the timer request registration table in Figure 1, and Figure 3 is execution of timer request processing after an interval timer interrupt occurs. Flowchart until a process is scheduled. FIG. 4 is a flowchart from when the timer request processing execution process is activated to executing the timer request processing when there is an idle processor. 1...Basic operating system, 2-...
...Process scheduling control means, 3...
・-・Process execution queue registration means, 4...
・Interval timer interrupt control means, 5-...
・Timer request processing means, 6---System account collection means, 7---Process account collection means, 8---Process priority adjustment means, 9---Timer Request activation means, 10...
- Timer request execution means, 11... Timer request processing execution process, 12... Execution queue, 1
3...Timer request registration table, 131...
- Timer count storage area, 132 - Timer notification destination storage area, 133 - Additional information storage area, 134 - Timer request identifier.

Claims (1)

【特許請求の範囲】[Claims] プロセッサが処理すべきプロセスを選択し起動をかける
プロセススケジューリング制御手段と、動作させるべき
プロセスを登録しておく実行待ちキューと、この実行待
ちキューに必要なプロセスを登録するプロセス実行待ち
キュー登録手段と、タイマ要求が登録されているタイマ
要求登録テーブルと、インターバルタイマ割り込みが発
生したとき起動され処理すべき事項の全体を制御するイ
ンターバルタイマ割り込み制御手段と、インターバルタ
イマ割り込み時に前記タイマ要求登録テーブルを参照し
て処理すべきタイマ要求を検索するタイマ要求処理手段
と、インターバルタイマ割り込み時にシステム全体のア
カウント情報を採取するシステムアカウント採取手段と
、インターバルタイマ割り込み時に個々のプロセスのア
カウント情報を採取するプロセスアカウント採取手段と
、前記プロセススケジューリング制御手段でのプロセス
選択の基準となる優先度の調整を行うプロセスプライオ
リティ調整手段と、処理すべきタイマ要求について必要
な処理を実行するタイマ要求実行手段と、前記タイマ要
求実行手段を起動して実行させる処理を含むタイマ要求
処理実行プロセスと、インターバルタイマ割り込み時に
処理すべきタイマ要求があったとき前記タイマ要求処理
実行プロセスを前記実行待ちキューに最高優先度で登録
させ他にアイドル状態のプロセッサがあればそのプロセ
ッサの前記プロセススケジューリング制御手段を呼び出
すタイマ要求起動手段とを備えたことを特徴とするタイ
マ要求処理方式。
A process scheduling control means for selecting and activating a process to be processed by a processor, an execution queue for registering processes to be run, and a process execution queue registration means for registering necessary processes in the execution queue. , a timer request registration table in which timer requests are registered, an interval timer interrupt control means that is activated when an interval timer interrupt occurs and controls all items to be processed, and refers to the timer request registration table at the time of an interval timer interrupt. a timer request processing means that searches for timer requests to be processed, a system account collection means that collects account information for the entire system at the time of an interval timer interrupt, and a process account collection method that collects account information of individual processes at the time of an interval timer interrupt. means, a process priority adjustment means for adjusting the priority as a criterion for process selection in the process scheduling control means, a timer request execution means for executing necessary processing for a timer request to be processed, and a timer request execution means for executing the timer request. A timer request processing execution process including processing for activating and executing means, and when there is a timer request to be processed at the time of an interval timer interrupt, registering the timer request processing execution process in the execution waiting queue with the highest priority. A timer request processing method comprising: timer request activation means for calling the process scheduling control means of an idle processor if there is one.
JP28043090A 1990-10-18 1990-10-18 Timer request processing system Pending JPH04153837A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP28043090A JPH04153837A (en) 1990-10-18 1990-10-18 Timer request processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP28043090A JPH04153837A (en) 1990-10-18 1990-10-18 Timer request processing system

Publications (1)

Publication Number Publication Date
JPH04153837A true JPH04153837A (en) 1992-05-27

Family

ID=17624947

Family Applications (1)

Application Number Title Priority Date Filing Date
JP28043090A Pending JPH04153837A (en) 1990-10-18 1990-10-18 Timer request processing system

Country Status (1)

Country Link
JP (1) JPH04153837A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001125878A (en) * 1999-10-29 2001-05-11 Nec Corp Cluster type computer system
US6795873B1 (en) * 2000-06-30 2004-09-21 Intel Corporation Method and apparatus for a scheduling driver to implement a protocol utilizing time estimates for use with a device that does not generate interrupts

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001125878A (en) * 1999-10-29 2001-05-11 Nec Corp Cluster type computer system
US6795873B1 (en) * 2000-06-30 2004-09-21 Intel Corporation Method and apparatus for a scheduling driver to implement a protocol utilizing time estimates for use with a device that does not generate interrupts

Similar Documents

Publication Publication Date Title
US5390329A (en) Responding to service requests using minimal system-side context in a multiprocessor environment
US5452452A (en) System having integrated dispatcher for self scheduling processors to execute multiple types of processes
US6006247A (en) Method and system for scheduling threads and handling exceptions within a multiprocessor data processing system
US6430594B1 (en) Real-time operating system and a task management system therefor
JP2561801B2 (en) Method and system for managing process scheduling
JPH04153837A (en) Timer request processing system
JPH11312148A (en) Method and device for synchronizing barrier
JPH07302246A (en) Scheduling system
KR100728899B1 (en) High Performance Embedded Processor with Multiple Register Sets and Hardware Context Manager
JPH01154237A (en) Executing device for time-division task
JPH11203149A (en) Device and method for scheduling task
JPH09160790A (en) Device and method for task schedule
JP2553526B2 (en) Multitasking processor
WO1992003783A1 (en) Method of implementing kernel functions
JPH06119190A (en) Task switching processing system
JP2001184326A (en) Multiprocessor scheduling method and computer system for multiprocessor scheduling
JPH02113363A (en) Time slice controlling system for multiprocessor system
JP2566002B2 (en) Task dispatching method
JPH1063514A (en) Information processor
JPH0495137A (en) Context switching method for operating system
JPH08329022A (en) Input/output process load decentralization control system for multiprocessor system
WO1992003784A1 (en) Scheduling method for a multiprocessing operating system
JPH0612359A (en) Input/output control method and system therefor
JPH05257718A (en) Process controller
JPH02129724A (en) Program executing system