JPH02204838A - Task priority managing system - Google Patents

Task priority managing system

Info

Publication number
JPH02204838A
JPH02204838A JP2386589A JP2386589A JPH02204838A JP H02204838 A JPH02204838 A JP H02204838A JP 2386589 A JP2386589 A JP 2386589A JP 2386589 A JP2386589 A JP 2386589A JP H02204838 A JPH02204838 A JP H02204838A
Authority
JP
Japan
Prior art keywords
task
priority
resource
exclusive control
resources
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
JP2386589A
Other languages
Japanese (ja)
Inventor
Kazuaki Sakakibara
榊原 和章
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 JP2386589A priority Critical patent/JPH02204838A/en
Publication of JPH02204838A publication Critical patent/JPH02204838A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To decrease the delay of a processing by changing the task priority of a task which is being occupied to the same as the task priority of the subsequent task or the higher priority in a resources occupancy period. CONSTITUTION:With respect to the occupancy request of resources for requesting an exclusive control from a task, an exclusive control module executes the change processing of the task priority of a task which is being occupied and a drawback processing to the task priority saving area 7 of the task priority by executing the queuing processing of a resources occupancy request task using an occupancy waiting pointer 3 by the exclusive control of resources, and comparing the task priority of the task which is occupying the resources and the task for requesting newly the occupancy. Also, in the case of allocating the resources for requesting the exclusive control to the task by first-in first-out, the task which is waiting for the occupancy is also brought to change processing as to the priority. Subsequently, with respect to the occupancy release request of the resources for requesting the exclusive control from the task, a resources release module executes the occupancy release of the resources which are being occupied and the reallocation to the occupancy waiting task, and also, the recovery of the task priority from the task priority saving area 7 of the task which is being occupied. In such a manner, the delay of the processing is decreased.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は多重プログラミング処理システムにおけるCP
Uおよびそれ以外の資源を効率良くタスクに割付けるた
めの管理方式に関する。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention is directed to a CP in a multiple programming processing system.
This invention relates to a management method for efficiently allocating U and other resources to tasks.

〔従来の技術〕[Conventional technology]

従来の多重プログラミングシステムにおいてタスクへの
CPU割付けを決定するタスク優先順位はタスクへの割
付けを行なう排他制御を要求する資源のタスク間におけ
る競合とは独立であったり、あるいは特開昭58−10
7961号公報に記載のようにタスク優先順位を排他制
御を要求する資源の占有要求を宣言時、該資源に定義さ
れたタスク優先順位に変更するものであった。
In conventional multiplex programming systems, the task priorities that determine CPU allocation to tasks are independent of competition between tasks for resources that require exclusive control for allocation to tasks, or as disclosed in Japanese Patent Laid-Open No. 58-10
As described in Japanese Patent No. 7961, when a request to occupy a resource requiring exclusive control is declared, the task priority is changed to the task priority defined for the resource.

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

上記従来技術は排他制御を要求する資源を占有中のタス
ク優先順位と後から占有要求を行なったタスクの優先順
位の関係について配慮がされておらず、占有状態にある
排他制御を要求する資源に対して占有しているタスクよ
りタスク優先順位が高いタスクが占有要求を行なった場
合、先に該資源を占有しているタスクのタスク優先順位
に従かった処理時間を該資源が解放されるまで待つこと
になり高いタスク優先順位を設定した効果が得られない
問題があった。
The above conventional technology does not take into consideration the relationship between the priority of the task that is occupying the resource that requests exclusive control and the priority of the task that subsequently requests occupancy. If a task with a higher task priority than the task occupying the resource makes an occupation request, the processing time according to the task priority of the task occupying the resource first will be spent until the resource is released. There was a problem in which the effect of setting a high task priority was not obtained because the task had to wait.

本発明の目的は占有状態にある排他制御を要求する資源
に対し占有しているタスクのタスク優先順位より高いタ
スク優先順位のタスクが占有要求を行なった場合、占有
中のタスクのタスク優先順位を該資源占有期間中後から
のタスクのタスク優先順位と同じあるいはそれ以上に変
更することによって後からのタスク優先順位の高いタス
クがタスク優先順位の低いタスクによる処理の遅れを少
なくすることにある。
An object of the present invention is to change the task priority of the occupying task when a task with a higher task priority than the task priority of the occupying task makes an exclusive control request for the resource that is in the occupied state and requests exclusive control. By changing the task priority of later tasks during the resource occupancy period to be the same as or higher than that of later tasks, the task of later tasks with higher task priorities can reduce the delay in processing caused by tasks with lower task priorities.

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

上記目的を達成するために、第1図に示す各排他制御を
要求する資源に対応して資源管理テーブル1に外資源が
占有中であるかを示すための占有中フラグ2、該資源が
占有中の場合、占有が解放されるのを待っているタスク
をキューイングするための占有待ちタスクポインタ2、
そして該資源を占有しているタスクを示す占有タスクポ
インタ4を設ける。そして第2図に示すタスク管理テー
ブル5にシステムによって定義されるタスク優先順位6
を退避するためのタスク優先順位退避領域7を設ける。
In order to achieve the above purpose, in response to each resource requesting exclusive control shown in FIG. If it is inside, occupancy waiting task pointer 2 for queuing tasks waiting for occupancy to be released;
An occupied task pointer 4 indicating the task occupying the resource is provided. Then, the task priority order 6 defined by the system is shown in the task management table 5 shown in FIG.
A task priority save area 7 is provided for saving.

さらに上記テーブルを使って排他制御モジュール及び占
有解放モジュールによって排他制御を要求する資源に対
するタスクからの占有、解放要求時の資源の排他制御と
タスクの優先順位の管理を行なう。
Further, using the above table, the exclusive control module and the exclusive release module perform exclusive control of the resource and manage the priority of the task when a task occupies a resource requesting exclusive control and requests release.

〔作用〕[Effect]

排他制御モジュールは、タスクからの排他制御を要求す
る資源の占有要求に対し該資源の排他制御による占有待
ちポインタ3を使った資源占有要求タスクのキューイン
グ処理、さらに該資源占有中のタスクと新たに占有要求
のあったタスクとのタスク優先順位の比較により占有中
タスクのタスク優先順位の変更処理とタスク優先順位の
タスク優先順位退避領域7への退避処理を行なう。又先
入れ先出しによって排他制御を要求する資源をタスクに
割付ける場合、占有待ちとなっているタスクも優先順位
を変更処理を行なう。
The exclusive control module performs queuing processing of a resource occupation requesting task using the exclusive control exclusive control wait pointer 3 for a resource occupation request in response to a resource occupation request requesting exclusive control from a task. By comparing the task priority with that of the task for which the occupation request was made, the task priority of the occupied task is changed and the task priority is saved to the task priority save area 7. Furthermore, when resources requesting exclusive control are allocated to tasks on a first-in, first-out basis, tasks that are waiting for exclusive use also have their priorities changed.

そして資源解放モジュールは、タスクからの排他制御を
要求する資源の占有解放要求に対して占有中資源の占有
解放と占有待ちタスクへの再割付け、さらに占有中であ
ったタスクのタスク優先順位退避領域7からのタスク優
先順位の回復を行なう。
The resource release module responds to a resource release request that requests exclusive control from a task by releasing the occupied resource and reallocating it to the task waiting for occupation, and also in the task priority save area for the occupied task. The task priority is restored from 7.

〔実施例〕〔Example〕

以下、本発明の一実施例を第3図により説明する。排他
制御モジュールは、タスクより排他制御を要求する資源
に対して占有要求があると次に示す処理を行なうプログ
ラムである。
An embodiment of the present invention will be described below with reference to FIG. The exclusive control module is a program that performs the following processing when a task makes an exclusive request for a resource that requires exclusive control.

要求元のタスクのタスク管理テーブル5に設定されてい
るタスク優先順位6をタスク優先順位退避領域7に退避
し、該資源が他のタスクによって占有中かどうか該*S
の資源管理テーブル1の占有中フラグによって判断し占
有中でないならその占有中フラグをオンにして該資源が
占有中であるとし、さらに要求元のタスクのタスク管理
テーブル2を該資源の資源管理テーブル1の占有タスク
ポインタ4に登録して占有要求のあったタスクに該資源
を割付ける。もしタスクから占有要求のあった資源が他
のタスクによって占有中であるなら該資源の資源管理テ
ーブル1の占有待ちタスクポインタ3に新たに占有要求
のあったタスクをキューイングする。さらに該資源を占
有中のタスクと新たに要求のあったタスクとのタスク優
先順位を比較する。占有中のタスクが新たに占有要求の
あったタスクよりタスク優先順位が等しいか高い場合は
何も処理しないが、反対に低い場合、該資源の占有中の
タスクのタスク優先順位を新たに占有要求のあったタス
クのタスク優先順位と同じに変更するため該資源を占有
中のタスクのタスク管理テーブル2のタスク優先順位6
を変更する。同じく排他制御を要求する資源に対するタ
スクからの占有解放要求を処理する占有解放処理モジュ
ールのプログラム処理を次に示す。占有解放モジュール
は排他制御を要求する資源を占有しているタスクから占
有要求があると資源の占有解放要求のタスクのタスク優
先順位を回復するために、占有解放要求元のタスクのタ
スク管理テーブル2のタスク優先順位退避領域7に退避
しであるタスク優先順位を使ってタスク優先順位6を元
に戻す。さらに該資源の資源管理テーブル1の占有待ち
タスクポインタによって他に該資源を占有要求している
タスクがあるか判断する。該資源を占有要求するタスク
があるとそのタスクのタスク管理テーブル2を該資源の
資源管理テーブル1の占有タスクポインタ4に登録する
と同時に占有待ちタスクのキューから外し新たなタスク
に該資源を割付ける。
Saves the task priority 6 set in the task management table 5 of the requesting task to the task priority save area 7, and checks *S whether the resource is occupied by another task.
If it is not occupied, the occupied flag is turned on to determine that the resource is occupied, and the task management table 2 of the requesting task is changed to the resource management table of the resource. 1 in the occupied task pointer 4, and allocates the resource to the task that has requested exclusive use. If the resource for which a task has requested occupancy is being occupied by another task, the task for which a new occupancy request has been made is queued in the occupancy waiting task pointer 3 of the resource management table 1 of the resource. Furthermore, the task priorities of the task occupying the resource and the task newly requested are compared. If the task priority of the occupying task is equal to or higher than the task that has made a new occupation request, nothing is processed; however, if it is lower, a new occupation request is made to change the task priority of the task that is occupying the resource. The task priority level 6 of the task management table 2 of the task occupying the resource is changed to the same as the task priority level of the task that occupied the resource.
change. The program processing of the exclusive release processing module that processes an exclusive release request from a task for a resource that also requests exclusive control is shown below. When there is an occupation request from a task that occupies a resource that requests exclusive control, the occupation release module restores the task priority of the task requesting exclusive control by using the task management table 2 of the task that requested exclusive control. The task priority level 6 is restored using the task priority level 6 saved in the task priority level save area 7. Furthermore, it is determined whether there is any other task requesting exclusive use of the resource based on the occupation waiting task pointer in the resource management table 1 of the resource. When there is a task that requests exclusive use of the resource, the task management table 2 of that task is registered in the occupied task pointer 4 of the resource management table 1 of the resource, and at the same time, it is removed from the queue of tasks waiting for exclusive use and the resource is allocated to a new task. .

もし該資源を要求するタスクがないと該資源の資源管理
テーブル1の占有中フラグ2及び占有タスクポインタを
リセットする。
If there is no task requesting the resource, the occupied flag 2 and the occupied task pointer in the resource management table 1 for the resource are reset.

次に本発明の実施例による1つの排他制御を要求する資
源8に対してタスク優先順位の異なるタスクにて競合が
発生した時のタスクの処理完了時間について本発明実施
前と比較する。タスク9゜タスク10、タスク11は順
次タスク優先順位が高いものとし、排他制御を要求する
資′g8をタスク9とタスク11で競合したものとする
。第4図αは本発明実施前のタスクの処理完了時間であ
る。
Next, the task processing completion time when a conflict occurs between tasks with different task priorities for one resource 8 requesting exclusive control according to the embodiment of the present invention will be compared with that before the present invention was implemented. Task 9 It is assumed that tasks 10 and 11 have sequentially higher task priorities, and tasks 9 and 11 compete for resource g8 that requests exclusive control. FIG. 4 α shows the task processing completion time before implementation of the present invention.

時刻j、、Oにてタスク9にCPUが割付けられ、時欝
1尤1にて排他制御を要求する資源8を占有する。
The CPU is assigned to task 9 at times j, , O, and occupies the resource 8 for which exclusive control is requested at time 1.

時刻上2にてタスク11がレディ状態となる。そのため
タスク11はタスク9よりタスク優先順位が高いのでC
PUはタスク11に割付けられタスク9はウェイト状態
となる。時刻上3にてタスク11は排他制御を要求する
資源8の占有要求を行なうがタスク9により占有中であ
るため排他制御を要求する資源8の占有待ちとなりウェ
イト状態となる。そのためCPUは再びタスク9に割付
けられる。時刻上4にてタスク10がレディとなる。
At time 2, the task 11 becomes ready. Therefore, task 11 has a higher task priority than task 9, so C
The PU is assigned to task 11 and task 9 is placed in a wait state. At time 3, task 11 makes a request to occupy resource 8 for which exclusive control is requested, but since task 9 is currently occupying resource 8, task 11 waits to occupy resource 8 for which exclusive control is requested and enters a wait state. Therefore, the CPU is assigned to task 9 again. Task 10 becomes ready at time 4.

そのためタスク10はタスク9よりタスク優先順位が高
いのでCPUはタスク10に割付けられタスク9はウェ
イト状態となる。時刻上5にてタスク10は処理完了等
でCPUを開放する。タスク11は排他制御を要求する
資源8の占有待ちのためCPUはタスク9に割付けられ
時刻上6にて処理が完了して排他制御を要求する資源8
を開放する。その結果タスク11は排他制御を要求する
資源8の占有待ちが解除され時刻上7にて処理が完了す
る。次に第4図すにて本発明実施時のタスクの処理完了
時間を示す。時刻上1にてタスク9にCPUが割付けら
れ時刻、1.0にてタスク9にCPUが割付けられ時刻
上1にて排他制御を要求する資源8を占有する。時刻上
2にてタスク11がレディ状態となる。そのためタスク
11はタスク9よりタスク優先順位が高いのでCPUは
タスク11に割付けられタスク9はウェイト状態となる
。時刻上3にてタスク11は排他制御を要求する資源8
の占有要求を行なうがタスク9により占有中であるため
排他制御を要求する資源8の占有待ちとなりウェイト状
態となる。この時本発明の効果によりタスク9はタスク
11と同しタスク優先順位となる。そしてCPUはタス
ク9に割付けられる0時刻上4にてタスク10がレディ
となるが、タスク9はタスク10よりもタスク優先順位
が高いのでタスクスイッチは行こらずタスク9に引続き
CPUは割付けられる。時刻上8にてタスク9は処理が
完了して排他制御を要求する資源8を解放する。その時
本発明の効果によりタスク9のタスク優先順位は元に戻
る。その結果タスク11の排他制御を要求する資源8の
占有待ちが解除されレディ状態となる。この時タスク1
0とタスク11とではタスク11がタスク優先順位が高
いのでタスク11にCPUが割付けられる。時刻上9に
てタスク11の処理が完了し排他制御を要求する資源が
解放され、さらにCPUはタスク10に割付けられる。
Therefore, since task 10 has a higher task priority than task 9, the CPU is allocated to task 10 and task 9 is placed in a wait state. At time 5, the task 10 completes processing and releases the CPU. Since task 11 is waiting to occupy resource 8, which requests exclusive control, the CPU is assigned to task 9, and the process is completed at time 6, and resource 8, which requests exclusive control, is allocated to task 9.
to open. As a result, the task 11 is released from waiting to occupy the resource 8 for which exclusive control is requested, and the process is completed at time 7. Next, FIG. 4 shows the processing completion time of a task when the present invention is implemented. A CPU is assigned to task 9 at time 1, a CPU is assigned to task 9 at time 1.0, and resource 8, which requests exclusive control, is occupied at time 1. At time 2, the task 11 becomes ready. Therefore, since task 11 has a higher task priority than task 9, the CPU is allocated to task 11 and task 9 is placed in a wait state. At time 3, task 11 requests exclusive control of resource 8.
However, since it is being occupied by task 9, it is in a wait state, waiting for the resource 8 for which exclusive control is requested to be occupied. At this time, due to the effect of the present invention, task 9 has the same task priority as task 11. Then, task 10 becomes ready at time 4, when the CPU is assigned to task 9, but since task 9 has a higher task priority than task 10, task switching is not performed and the CPU is assigned to task 9 successively. At time 8, task 9 completes its processing and releases resource 8 for which exclusive control is requested. At that time, the task priority of task 9 returns to its original level due to the effect of the present invention. As a result, the resource 8 that requests exclusive control of the task 11 is released from the waiting state for occupancy and becomes ready. At this time task 1
Between task 0 and task 11, task 11 has a higher task priority, so the CPU is allocated to task 11. At time 9, the processing of task 11 is completed, the resources requesting exclusive control are released, and the CPU is further allocated to task 10.

時刻1oにてタスク1oの処理が完了する。The processing of task 1o is completed at time 1o.

以上に示すようにタスク優先順位の一番高いタスク11
の処理が完了するのは本発明実施前では時刻上7である
が、本発明を実施した場合時刻上9であり尤7〉尤9と
なりタスク11が優先的に処理されるのがわかる。又タ
スクスイッチの発生は本発明実施前では5回に対し本発
明実施後は4回となり、タスクスイッチによる処理オー
バヘッドの削減も可能となる。
As shown above, task 11 with the highest task priority
Before implementing the present invention, the process is completed at time 7, but when the present invention is implemented, it is time 9, which means that task 11 is processed preferentially. Furthermore, task switching occurs five times before implementing the present invention, but only four times after implementing the present invention, making it possible to reduce processing overhead due to task switching.

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

本発明によれば、排他制御を要求する資源に対し複数の
タスクで競合した場合、該資源を占有中のタスクのタス
ク優先順位を該資源を占有要求するタスクの一番高いタ
スク優先順位に変更できるので排他制御を要求する資源
の競合によってタスク優先順位の高いタスクがタスク優
先順位の低いタスクのCPU割付は待ち時間を待つこと
なく優先的に処理することができる。さらにタスクスイ
ッチの減少により、処理オーバーヘッドも削減すること
ができる。
According to the present invention, when multiple tasks compete for a resource requesting exclusive control, the task priority of the task occupying the resource is changed to the highest task priority of the task requesting exclusive control. Therefore, due to contention for resources requesting exclusive control, a task with a high task priority can process the CPU allocation of a task with a low task priority preferentially without waiting for waiting time. Furthermore, by reducing the number of task switches, processing overhead can also be reduced.

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

第1図は本発明の一実施例を示す排他制御を要求する資
源の資源管理テーブルの構成図、第2図はタスクのタス
ク管理テーブルの構成図、第3図は排他制御を要求する
資源に対する占有要求時及び解放要求時の排他制御モジ
ュールと占有解放モジュールのプログラムフロー図、第
4図は本発明を実施前と実施後のタスクの処理完了時間
を示す説明図である。 1・・・資源管理テーブル、2・・・占有中フラグ、3
・・・占有待ちタスクポインタ、4・・・占有タスクポ
インタ、5・・・タスク管理テーブル、6・・・タスク
優先順位、7・・・タスク優先順位退避領域、8・・・
排他制御を要求する資源、9〜11タスク、尤0〜尤1
0 ・・処理時刻。 集 図 集 図
FIG. 1 is a configuration diagram of a resource management table for resources requesting exclusive control, showing an embodiment of the present invention. FIG. 2 is a configuration diagram of a task management table of tasks. FIG. 3 is a configuration diagram of a resource management table for resources requesting exclusive control. FIG. 4 is a program flow diagram of the exclusive control module and the exclusive release module at the time of an occupation request and a release request. FIG. 4 is an explanatory diagram showing the task processing completion time before and after implementing the present invention. 1... Resource management table, 2... Occupied flag, 3
...Occupied waiting task pointer, 4...Occupied task pointer, 5...Task management table, 6...Task priority, 7...Task priority save area, 8...
Resources requiring exclusive control, 9 to 11 tasks, 0 to 1
0...Processing time. collection of illustrations

Claims (1)

【特許請求の範囲】[Claims] 1、タスク優先順位にてCPUを割付けるとともに、各
タスクで共通に利用するCPU以外の資源をタスクに対
して排他的に割付ける多重プログラミング処理システム
において、排他制御を要求する資源を占有しているタス
クの優先順位が、後より該資源の占有を要求したタスク
を比較して低い場合、先に該資源を占有しているタスク
の優先順位を、該資源を占有している期間後より該資源
の占有の要求を行なったタスクの優先順位と同じか、あ
るいはそれ以上に再設定する機能を設けたことを特徴と
するタスク優先順位管理方式。
1. In a multiprogramming processing system that allocates CPUs based on task priority and allocates resources other than the CPU that are commonly used by each task exclusively to tasks, it is not possible to occupy resources that require exclusive control. If the priority of the task that currently occupies the resource is lower than the task that later requested the resource, the priority of the task that occupies the resource first is changed to A task priority management method characterized by providing a function of resetting the priority to the same or higher priority than the priority of the task that requested the occupation of a resource.
JP2386589A 1989-02-03 1989-02-03 Task priority managing system Pending JPH02204838A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2386589A JPH02204838A (en) 1989-02-03 1989-02-03 Task priority managing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2386589A JPH02204838A (en) 1989-02-03 1989-02-03 Task priority managing system

Publications (1)

Publication Number Publication Date
JPH02204838A true JPH02204838A (en) 1990-08-14

Family

ID=12122336

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2386589A Pending JPH02204838A (en) 1989-02-03 1989-02-03 Task priority managing system

Country Status (1)

Country Link
JP (1) JPH02204838A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04195432A (en) * 1990-11-28 1992-07-15 Nec Corp Task management device
JPH05204675A (en) * 1992-01-30 1993-08-13 Toshiba Corp Scheduling system
JPH06187175A (en) * 1992-12-18 1994-07-08 Erugu Kk Exclusion control method for multi-task computing system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04195432A (en) * 1990-11-28 1992-07-15 Nec Corp Task management device
JPH05204675A (en) * 1992-01-30 1993-08-13 Toshiba Corp Scheduling system
JPH06187175A (en) * 1992-12-18 1994-07-08 Erugu Kk Exclusion control method for multi-task computing system

Similar Documents

Publication Publication Date Title
EP0425320A2 (en) Multiprocessor system and process synchronisation method therefor
US5666523A (en) Method and system for distributing asynchronous input from a system input queue to reduce context switches
CN111897637B (en) Job scheduling method, device, host and storage medium
CN114461365A (en) Process scheduling processing method, device, equipment and storage medium
JPH0628323A (en) Process execution control method
JPH02204838A (en) Task priority managing system
JP3644042B2 (en) Multitask processing device
JP2667575B2 (en) Task scheduling method
JPH1049388A (en) Input and output controller
JPH05120041A (en) Resource allocation management system
JPS62177641A (en) Exclusive priority control system
JPH05120039A (en) Task scheduling system
JP2692647B2 (en) Multitask control method and control system
JPH05204875A (en) Scheduling system for thread
JPH0640315B2 (en) Central processing unit allocation control method
JPH01258135A (en) Transaction execution control system
JPS62290958A (en) Task schedule system
JPH11249917A (en) Parallel computers, their batch processing method, and storage medium
JPS58107961A (en) Controlling method for information processor
JPH0586574B2 (en)
CN116483527A (en) Multitask scheduling method and system based on uCOS-II
JPH04128957A (en) Exclusive control method for shared resource in multi-processor system
JPS5924349A (en) Task schedule system of multi-task computer system
JPH09282185A (en) Real-time system and resource managing method for the same
WO1992003784A1 (en) Scheduling method for a multiprocessing operating system