JPS6160137A - Inter-task synchronizing control system - Google Patents

Inter-task synchronizing control system

Info

Publication number
JPS6160137A
JPS6160137A JP18229084A JP18229084A JPS6160137A JP S6160137 A JPS6160137 A JP S6160137A JP 18229084 A JP18229084 A JP 18229084A JP 18229084 A JP18229084 A JP 18229084A JP S6160137 A JPS6160137 A JP S6160137A
Authority
JP
Japan
Prior art keywords
task
tcb
space
information
tasks
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
JP18229084A
Other languages
Japanese (ja)
Inventor
Toshinao Komuro
小室 敏直
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP18229084A priority Critical patent/JPS6160137A/en
Publication of JPS6160137A publication Critical patent/JPS6160137A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To attain the easy and assured synchronization between tasks with a data processor by allocating a proper identification number ID having the unitary property to a task control block TCB for each generation of a task. CONSTITUTION:A master scheduler 11 extracts numbers one by one out of the unique number trains (#1, #2...) every time a task is produced and allocates these numbers to the TCB ID to connect them to the TCB cues 3, 4, etc. Therefore all tasks existing inside and outside spaces I and II have unique IDs. When a task 17 asks a task 18 for file transfer, the task 17 exchanges the TCB ID and the space information of its own task and registers the TCB ID and the space information (including an exit and an ECB address of the information light obtained in the end of its own task) of both its own task side and a task of the remote side to monitor tables 20 and 21. When the task of the remote side is over, the POST is given to an ECB or an exit routine is schedules.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、データ処理装置において、同期が必要なタス
ク間で事象完了の通知を行うための同期制御方式に関す
る。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a synchronization control method for notifying completion of an event between tasks that require synchronization in a data processing device.

〔従来の技術〕[Conventional technology]

一般にデータ処理装置において、プログラムの実行は、
タスクを単位として制御される。タスクはATTACH
マクロにより、創成され、TCB(Task Cont
rol Block)を介して管理される。
Generally, in a data processing device, program execution is
Controlled on a task-by-task basis. Task is ATTACH
Created by macro, TCB (Task Cont
rol Block).

いま互いに関連する複数のタスクがあり、たとえばタス
クαがタスクβの実行結果を利用する処理を行うもので
ある場合のように、タスク間に一定の同期関係が設定さ
れている場合には、その同期制御が必要となる。
If there are multiple tasks that are related to each other, and a certain synchronization relationship is set between the tasks, such as when task α performs processing that uses the execution results of task β, then Synchronous control is required.

たとえば実行状態にあるタスクαは、ある事象の完了を
待つ必要が生しるとWAITマクロ命令を発信して待ち
状態に移り、他方タスクβはある事象が完了するとPO
3Tマクロ命令を用いて事象完了通知を行う。
For example, when task α in the execution state needs to wait for the completion of a certain event, it issues a WAIT macro instruction and moves to the waiting state, while task β, on the other hand, issues a PO when a certain event is completed.
Event completion notification is performed using a 3T macro instruction.

このような事象の完了待ちおよび事象完了をタスク側か
ら通知するために、ECB(Eνent Contro
l Block)にWAITビットおよび完了ビットが
設けられ、スーパーバイザがこれらの表示を監視して同
期制御を行う。
In order to notify the task side of waiting for the completion of such an event and the completion of the event, ECB (Eνent Control) is used.
1Block) is provided with a WAIT bit and a completion bit, and the supervisor monitors these displays and performs synchronization control.

事象完了通知を行う方法はその他にも種々、あり、タス
ク創成時にA↑TAC11マクロでECB指定をする方
法、F、NENTSマクロを用いる方法などがある。
There are various other methods for notifying event completion, such as specifying ECB using the A↑TAC11 macro when creating a task, and using the F, NENTS macro.

次に一層複雑な例として、特に空間(リージョン)゛を
跨いで別布間にファイル転送要求を出す場合に、従来行
われている同期制御の方法を第2図より詳しく説明する
。図において、1は空間1.2は空間■、3は共通空間
、4は依頼先タスク(依頼先と略称する)、5ば依頼元
タスク(依頼元と略称する)、61.7.8はそれぞれ
退避領域A、B、Cそして9はアクティビティである。
Next, as a more complicated example, a conventional method of synchronization control, particularly when issuing a file transfer request between different locations across spaces (regions), will be explained in detail with reference to FIG. In the figure, 1 is the space 1, 2 is the space ■, 3 is the common space, 4 is the request destination task (abbreviated as request destination), 5 is the request source task (abbreviated as request source), and 61.7.8 is The save areas A, B, C and 9 are activities, respectively.

■乃至■は処理手順を示す。■ to ■ indicate processing procedures.

■依頼先(実際にファイル転送処理するタスク)の空間
情報を、SVCマクロ経由で共通空間の退避領域Aに退
避する。空間情報は次のものからなる。
(2) Save the space information of the request destination (the task that actually performs file transfer processing) to the save area A of the common space via the SVC macro. Spatial information consists of:

・空間ID ・TCBアドレス ・依頼先でPO3TするECBのアドレス・依頼元の情
報を受は取る為の領域 ■依頼元は、SVCマクロ経由で依頼先の空間情報を退
避領域へから取り出す。
・Space ID ・TCB address ・Address of the ECB to be PO3Ted at the request destination ・Area for receiving and receiving the information of the request source ■The request source takes out the space information of the request destination from the save area via the SVC macro.

■依頼元は、SVCマクロ経由でファイル転送の要求を
行う。SVCルーチンは、ファイル転送情報及び依頼元
の空間情報を共通空間の退避領域Bに退避する。空間情
報は次のものからなる。
■The requester requests file transfer via the SVC macro. The SVC routine saves the file transfer information and the space information of the request source to the save area B of the common space. Spatial information consists of:

・空間ID ・TC′Bアドレス ・依頼先でPO3TするECBのアドレス・依頼先の情
報を受は取る為の領域 ■依頼元は、XMPO3Tマクロを用いて、依頼先から
依φR先への情報通知を行う。
・Space ID ・TC'B address ・Address of the ECB to be PO3Ted at the request destination ・A field for receiving and receiving information about the request destination ■The request source uses the XMPO3T macro to notify information from the request destination to the φR destination. I do.

■依頼元は、ファイル転送が完了したら、完了情報(O
K、NG等)をSVCマクロ経由で通知する。
■Once the file transfer is complete, the requester will receive completion information (O
K, NG, etc.) are notified via the SVC macro.

■SVCルーチンは、完了情報を共通空間の退避領域C
に退避した後、依頼元の空間に実行優先度の高いアクテ
ィビティをスケジュールする(退避領域Bの情報に基づ
いて行う)。
■The SVC routine saves the completion information to the save area C in the common space.
After evacuating to the request source space, an activity with a high execution priority is scheduled in the request source space (based on the information in the evacuation area B).

■アクティビティは、依頼先タスクの正当性チェック(
TCBアトルス、“及びタスクの領域をのぞく等)を行
い、共通空間の退避領域Cにある完了情報を通知(MO
VB)する。
■The activity checks the validity of the requested task (
TCB Atlus, “and peek into the task area, etc.) and notify the completion information in the evacuation area C of the common space (MO
VB).

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上記の例のように、別布間にある依頼先から依頼先へ事
象完了通知を行う場合には、依頼先のタスクが存在して
いる必要がある。もし何らかの理由で依頼元タスクが終
了となり、消失していると処理エラーや処理の無駄が生
じる。
As in the above example, when an event completion notification is to be sent from a requestee located in a separate location to a requestee, the task of the requestee must exist. If the requesting task ends for some reason and disappears, a processing error or wasteful processing will occur.

しかし依頼元タスクが存在しているか否かは、依頼先の
空間にアクティビティをスケジュールするまで判らず、
またスケジュールが成功してTCBアドレスの正当性チ
ェックが行われてもそ五だけでは存在の確実な証明には
ならないという問題がある。
However, it is not known whether the requesting task exists or not until the activity is scheduled in the requesting space.
Furthermore, even if the schedule is successful and the validity of the TCB address is checked, there is a problem in that this alone does not provide reliable proof of existence.

さらに依頼元のタスクがすでに終了していて空間が存在
していない場合にアクティビティをスケジュールすると
、そのスケジュール元が異常終了させられるため、依頼
先のタスクが再立上げされるまで、事象完了通知を待つ
などの異常終了の吸収処理が必要となる。
Furthermore, if you schedule an activity when the requesting task has already finished and no space exists, the scheduler will be terminated abnormally, so event completion notifications will not be sent until the requesting task is restarted. Abnormal termination processing such as waiting is required.

このように従来は、事象完了通知を行う側から、相手側
のタスクの存在を確認する有効な手段がなかった。
As described above, conventionally, there has been no effective means for the side sending the event completion notification to confirm the existence of the task on the other side.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、上記問題点を解決するため、タスクが創成さ
れるごとに一義性をもつ固有なずなわちユニークなI’
 D’ (識別番号)をそのTCBに割当てることによ
り、タスクの確実な認識を可能にするもので、同期を取
り合うタスク間でタスクのTC’B’IDを含むi別情
報を授受し、各タスクは受は取った相手側タスクの識別
情報と自タスクめ識別情報とをそれぞれシステム領域に
登録しておき、相手側タスクの終了時に使用されるよう
にする。
In order to solve the above-mentioned problems, the present invention provides a unique I' that has uniqueness every time a task is created.
By assigning a D' (identification number) to its TCB, it is possible to reliably recognize a task, and i-specific information including the task's TC'B' ID is exchanged between tasks that maintain synchronization, and each task The identification information of the task on the receiving side and the identification information of the own task are respectively registered in the system area, so that they are used when the task on the other side ends.

そしてこれに基づく本発明の構成は、データ処理装置に
おいて、タスク創成時にタスクごとに固有のI’Dを付
与する手段と、創成されたタスクが存在している間、空
間ごとに」−記固有のI Dを用いてタスクを管理する
手段とをそなえ、同期関係にある各タスクがそれぞれ自
タスクと相手側タスクの固有のIf)および空間情報を
共通空間に登録するごとにより、相手側タスクの終了を
固有のIDを用いて監視することを特徴としている。
The configuration of the present invention based on this includes means for assigning a unique I'D to each task at the time of task creation in a data processing device, and means for assigning a unique I'D to each task while the created task exists. Each time each task in a synchronous relationship registers its own task and the other task's unique If) and spatial information in the common space, the other task's ID is provided. The feature is that the termination is monitored using a unique ID.

〔発明の作用〕[Action of the invention]

第1図は、ユニークなタスクIDすなわちTCB  [
Dを使用する本発明の同期制御方式の概念図である。
Figure 1 shows the unique task ID or TCB [
FIG. 2 is a conceptual diagram of a synchronous control method of the present invention using D.

第1図において、11はマスクスケジューラ、12はユ
ニーク番号列(たとえば追番)、13および14はスケ
ジュールされた空間I、■のTCBキュー、15および
16はそれぞれ空間lと空間■、17および18はそれ
ぞれTCB  j’D#1のタスクとTCB  [D#
2のタスクを表す。
In FIG. 1, 11 is a mask scheduler, 12 is a unique number string (for example, serial number), 13 and 14 are scheduled space I, TCB queue of ■, 15 and 16 are space I and space ■, 17 and 18, respectively. are the tasks of TCB j'D#1 and TCB [D#
2 tasks.

また19はC3A (仮想空間相互通信領域)等の共通
空間、20および21はそれぞれタスク17および18
のタスク監視テーブルを表す。
19 is a common space such as C3A (virtual space intercommunication area), and 20 and 21 are tasks 17 and 18, respectively.
represents the task monitoring table.

マスクスケジューラ11は、タスクが創成され#4、・
・・)から順番に1つずつ番号を取り出し、TCB I
Dに割当ててからTCBキュー3.4等につなく。これ
により、空間の内外を問わず、存在している全てのタス
クはユニークなIDをもつことになる。
The mask scheduler 11 receives task #4 when the task is created.
), take out the numbers one by one in order, and select TCB I
After assigning it to D, connect it to TCB queue 3.4 etc. As a result, all existing tasks will have a unique ID, regardless of whether they are inside or outside the space.

たとえばタスク17がタスク18にファイル転送処理を
依頼したものとする。このときタスク17.18はお互
いに、自タスクのTCB  ID、空間情報を交換し、
自タスクおよび相手側タスクのTe13  jD、空間
情報(自タスクが終了(EOT)した場合の出口または
通知先のECBアドレスを含む)を、それぞれのタスク
監視テーブル20.21に登録する。
For example, assume that task 17 requests task 18 to perform file transfer processing. At this time, tasks 17 and 18 exchange their TCB IDs and spatial information with each other,
The Te13 jD and space information (including the ECB address of the exit or notification destination when the self task ends (EOT)) of the self task and the other task are registered in the respective task monitoring tables 20.21.

これにより、相手側タスクが終了(F、OT)したとき
、ECBにPO3Tされるか、出口ルーチンがスケジュ
ールされるようにす−る。
As a result, when the other task ends (F, OT), it is PO3Ted to the ECB or an exit routine is scheduled.

また相手側タスクのTCB  IDをシステムに教える
ことにより、そのタスクの状態すなわち存在の有無を通
知してもらうようにすることができる。
Furthermore, by informing the system of the TCB ID of the task on the other side, it is possible to have the system notify the status of the task, that is, the presence or absence of the task.

〔実施例〕〔Example〕

以下に、本発明の詳細を実施例にしたがって説明する。 The details of the present invention will be explained below based on examples.

第3図は本発明の1実施例の説明図である。図において
、1乃至9は第2図と共通であり、1は空間I、2は空
間■、3は共通空間、4は依頼先タスク(依頼元と略称
)、5は依頼元タスク(依頼元と略称)、6.7.9は
それぞれ退避領域A、B、C19はアクティビティ、3
1および32は本発明にもとづいて設けられたタスク監
視テーブルを表す。
FIG. 3 is an explanatory diagram of one embodiment of the present invention. In the figure, 1 to 9 are the same as in Figure 2, 1 is space I, 2 is space ), 6.7.9 is the evacuation area A, B, C19 is the activity, 3
1 and 32 represent task monitoring tables provided according to the present invention.

同期関係にある依頼元と依頼元の2つのタスク4.5ば
、互いに相手側タスクを監視し、相手側タスクが終了(
EOT)したとき、定められた出口処理をスケジュール
して貰うために、それぞれタスク監視テーブル31.3
2を作成する。
4.5 If the two tasks of the requester and the requestor are in a synchronous relationship, each side monitors the other side's task, and the other side's task is completed (
EOT), the task monitoring table 31.3 is used to schedule a predetermined exit process.
Create 2.

タスク監視テーブルに登録しておく情報は、第4図に示
すように、 ・監視対象タスクのTCB  、ID ・監視対象タスクの空間ID ・監視元タスクのTCB  ID ・監視元タスクの空間ID ・、監視元タスクの出ロメはECBアドレス(監視対象
が終了したときの通知先)とする。
The information to be registered in the task monitoring table is as shown in Figure 4: - TCB and ID of the monitored task - Space ID of the monitored task - TCB ID of the monitoring source task - Space ID of the monitoring source task - The output of the monitoring source task is the ECB address (destination to be notified when the monitoring target ends).

またタスク監視テーブルは、1つのタスクに対して複数
登録することが可能である。さらにタスク監視テーブル
は、共通空間(、S、、QA等)にキュー管理すること
によりスケジュールを容易にする。
Furthermore, multiple task monitoring tables can be registered for one task. Additionally, the task monitoring table facilitates scheduling by managing queues in a common space (,S,,QA, etc.).

第5図↓よ、本実施例における各種テーブルおよびキ、
ニーの関連図である。図において、51は各制御ブロッ
ク、へのポインタを集中的に管理するCVT (Com
munication Vector Table) 
、、  5’2はタス、り監視テーブルのキう−、53
は各仮想空間ごとに設けられたアドレス空間制御ブロッ
クAS、CI3 (Address 5pace Co
ntrol Block)、54は各ASCBごとに配
下の動作中タスクをTe13  、IDで管理する動作
管理テーブル、55は空間■のTCBキュー、56は空
間■のTCBキューを示す。
Figure 5↓, various tables and keys in this embodiment,
It is a related diagram of the knee. In the figure, 51 is a CVT (Com
Communication Vector Table)
,, 5'2 is the key to the monitoring table, 53
are address space control blocks AS and CI3 (Address 5pace Co) provided for each virtual space.
Reference numeral 54 indicates an operation management table for managing the running tasks under each ASCB by Te13 and ID, 55 indicates a TCB queue for space (2), and 56 indicates a TCB queue for space (2).

第6図は、第5図の動作管理テーブル54の形式を示し
たものである。動作管理テーブル54は、ASCB配下
の各タスクごとにTCB  IDと、それぞれのタスク
で使用できる1語の領域とを含んでいる。タスクで使用
できる1語の領域は、タスクでパラメータ領域として自
由に使用できる領域で、別学間へ情報を渡すために獲得
した共通空間領域をおぼえておくためなどに使用される
。また、空間ごとのASCB53につながっており、S
 Q A (System Queue Area)等
の共通空間に置かれる。タスクが創成され、あるいは消
去されるたびに、その空間の動作管理テーブルが更新さ
れる。
FIG. 6 shows the format of the operation management table 54 shown in FIG. The operation management table 54 includes a TCB ID for each task under the ASCB and a one-word area that can be used for each task. The one-word area that can be used in a task is an area that can be freely used as a parameter area in a task, and is used to remember the common space area acquired in order to pass information between different schools. It is also connected to ASCB53 for each space, and S
It is placed in a common space such as Q A (System Queue Area). Every time a task is created or deleted, the operation management table for that space is updated.

このテーブルを用いれば、ある空間のタスクより他の空
間のタスクの状態を知ることが可能となる。
By using this table, it is possible to know the status of tasks in another space from the tasks in one space.

次に第3図の実施例の動作を■乃至■の手順にしたがっ
て説明する。
Next, the operation of the embodiment shown in FIG. 3 will be explained according to the steps ① to ②.

■依頼先(実際に処理するタスク)のTCB  I[)
と空間情報をSVCマクロ経由で共通空間の退避領域A
に退避する。空間情報とは、・空間ID ・TCBアドレス 】1 ・依頼元でPO3TするECBのアドレス・依頼元の情
報を受は取る為の領域 である。
■TCB I[) of request destination (task actually processed)
and spatial information to the common space save area A via the SVC macro.
evacuate to. Space information is: - Space ID - TCB address] 1 - Address of the ECB for PO3T at the requester - This is an area for receiving information about the requester.

■依頼元は、SVC経出で依頼先のTCB  IDと空
間情報を退避領域Aから取り出す。
■The requester retrieves the requestee's TCB ID and spatial information from the evacuation area A using the SVC exit.

■依頼先のTCB  IDと空間情報および自分のTC
B  IDと空間情報をSVCマクロ経由でタスク監視
テーブル32に登録する。依頼先の空間情報を監視対象
、自分の空間情報を監視元とする。
■Requester's TCB ID and spatial information and your own TC
B ID and space information are registered in the task monitoring table 32 via the SVC macro. The request destination's spatial information is the monitoring target, and the own spatial information is the monitoring source.

■依頼元は、SVCマクロ経由でファイル転送の要求を
行う。SVCルーチンは、ファイル転送情報及び依頼元
のTCB  IDと空間情報を共通空間の退避領域Bに
退避する。
■The requester requests file transfer via the SVC macro. The SVC routine saves the file transfer information, the TCB ID of the requester, and the space information to the save area B of the common space.

空間情報とは、 ・空間ID ・TCBアドレス ・依頼先でPO3TするECBのアドレス・依頼元の情
報を受は取る為の領域 である。
Space information is an area for receiving and receiving the following information: - Space ID - TCB address - Address of the ECB to be PO3Ted at the request destination - Information on the request source.

■依頼先へXMPO3T (依頼元からの情報通知)を
行う。
■Send XMPO3T (information notification from the requester) to the requester.

■依頼元のTCB  IDと空間情報および自分のTC
B’  IDと空間情報をSVCマクロ経由でタスク監
視テーブル31に登録する。依頼元の空間情報を監視対
象、自分の空間情報を監視元とする。
■Requester's TCB ID and spatial information and your own TC
B' Register the ID and space information in the task monitoring table 31 via the SVC macro. The requester's spatial information is the monitoring target, and your own spatial information is the monitoring source.

■ファイル転送が完了したら、完了情報(OK、NG等
)をSVC経由で通知する。
■When the file transfer is completed, the completion information (OK, NG, etc.) is notified via SVC.

■SVCルーチンは、完了情報を共通空間の退避領域C
に退避し、依頼元の空間にアクティビティをスケジュー
ルする(退避領域Bの情報に基づいて行う)。
■The SVC routine saves the completion information to the save area C in the common space.
and schedule the activity in the requesting space (based on the information in evacuation area B).

■アクティビティは、共通空間の退避領域Cにある完了
情報を依頼元に通知(MOV B)する。
■The activity notifies the requester of the completion information in the save area C of the common space (MOV B).

ここで監視対象タスクが終了したときには、その通知処
理を空間内のどの処理よりも優先させて行う。なお、タ
スク監視テーブルの抹消要求は、・依頼元は、依頼すべ
てが完了した時点に行う。□・依頼元は、依頼元からの
依頼すべてに対しての完了情報の通知が完了した時点に
行う。
Here, when a monitored task is completed, its notification processing is given priority over any other processing within the space. Note that the task monitoring table deletion request is made by the requester when all requests are completed. □・The requester will complete the notification of completion information for all requests from the requester.

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

監視元のタスクが終了(EOT状態)した時、空間内で
最優先して出口がスケジュールされるので出口ではスケ
ジュールの状態により、■依頼元へ完了情報の通知を行
った後であれば、完了情報通知のキャンセル(アクティ
ビティのスケジュールをキャンセルする) ■依頼元の要求の処理中(ファイル転送中)であれば、
完了情報の通知を保留又は通知は行わない。
When the monitoring source task ends (EOT state), the exit is scheduled with the highest priority in the space, so depending on the schedule status, the exit will be completed if the completion information is notified to the request source. Cancel information notification (cancel activity schedule) ■If the requester's request is being processed (file transfer in progress),
Notification of completion information is suspended or not notified.

の処理が可能となり、タスク間の同期を確実容易にとる
ことができるので、従来のように完了情報を渡すとき相
手の状態を意識する必要がなく、処理効率を向上させる
ことができる。
This makes it possible to reliably and easily synchronize tasks, so there is no need to be aware of the other party's status when passing completion information as in the past, and processing efficiency can be improved.

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

第1図は本発明方式の概念図、第2図は従来方式の説明
図、第3図は本発明方式の1実施例の説明図、第4図は
タスク監視テーブルの説明図、第5図はテーブルおよび
キューの関連図、第6図は動作管理テーブルの説明図で
ある。 図中、11はマスクスケジューラ、12はユニーク番号
列、13.14はそれぞれTCBキュー、15.16は
それぞれTCB  ID#1と#2のタスク、19は共
通空間、20.21はタスク監視テーブルを表す。
FIG. 1 is a conceptual diagram of the method of the present invention, FIG. 2 is an explanatory diagram of the conventional method, FIG. 3 is an explanatory diagram of an embodiment of the method of the present invention, FIG. 4 is an explanatory diagram of the task monitoring table, and FIG. 6 is a diagram showing the relationship between tables and queues, and FIG. 6 is an explanatory diagram of the operation management table. In the figure, 11 is a mask scheduler, 12 is a unique number string, 13.14 is a TCB queue, 15.16 is a task with TCB ID #1 and #2, 19 is a common space, and 20.21 is a task monitoring table. represent.

Claims (1)

【特許請求の範囲】[Claims] データ処理装置において、タスク創成時にタスクごとに
固有のIDを付与する手段と、創成されたタスクが存在
している間、空間ごとに上記固有のIDを用いてタスク
を管理する手段とをそなえ、同期関係にある各タスクが
それぞれ自タスクと相手側タスクの固有のIDおよび空
間情報を共通空間に登録することにより、相手側タスク
の終了を固有のIDを用いて監視することを特徴とする
タスク間の同期制御方式。
The data processing device includes means for assigning a unique ID to each task at the time of task creation, and means for managing the task using the unique ID for each space while the created task exists, A task characterized in that each task in a synchronous relationship registers the unique ID and spatial information of its own task and the other task in a common space, thereby monitoring the completion of the other task using the unique ID. Synchronous control method between
JP18229084A 1984-08-31 1984-08-31 Inter-task synchronizing control system Pending JPS6160137A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP18229084A JPS6160137A (en) 1984-08-31 1984-08-31 Inter-task synchronizing control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP18229084A JPS6160137A (en) 1984-08-31 1984-08-31 Inter-task synchronizing control system

Publications (1)

Publication Number Publication Date
JPS6160137A true JPS6160137A (en) 1986-03-27

Family

ID=16115693

Family Applications (1)

Application Number Title Priority Date Filing Date
JP18229084A Pending JPS6160137A (en) 1984-08-31 1984-08-31 Inter-task synchronizing control system

Country Status (1)

Country Link
JP (1) JPS6160137A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS634339A (en) * 1986-06-25 1988-01-09 Hitachi Ltd Task control system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS634339A (en) * 1986-06-25 1988-01-09 Hitachi Ltd Task control system

Similar Documents

Publication Publication Date Title
JPS61289456A (en) Job demand communication for decentralized processing system
JPS6160137A (en) Inter-task synchronizing control system
CN115617480A (en) Task scheduling method, device and system and storage medium
US7478050B1 (en) System for managing resources used among groups
JPH02245864A (en) Multiprocessor system
JPH05290003A (en) Asynchronous remote-procedure calling device
JPH05204875A (en) Scheduling system for thread
JPS63146153A (en) System for processing interprocessor exclusive control
JPH02143353A (en) Program for terminal distribution system
CN111859447A (en) Spark workflow scheduling method and system with privacy protection function
JPH05113894A (en) File resource managing system in virtual computer system
JPH02118841A (en) Input queue control system
JPH03138751A (en) Method of controlling resource
JPS6327944A (en) Resource control system of multi-processor system
JPH06105928B2 (en) Half-duplex line data transmission / reception method
JPH0322067A (en) Information processor
JPH05165702A (en) File management method
JPH05204794A (en) File transfer method
JPS5985554A (en) File control processor
JPS6278669A (en) System for managing and controlling shared resources between plural computers
JPS63197139A (en) Routing control system
JPS60176161A (en) Simultaneous processing system of peripheral device group
JPH03172038A (en) Centralized control system for alarm message edition processing
JPH05342136A (en) Resources common use method
JPH02165340A (en) Job schedule device