JPH10247161A - Memory management system - Google Patents

Memory management system

Info

Publication number
JPH10247161A
JPH10247161A JP6548297A JP6548297A JPH10247161A JP H10247161 A JPH10247161 A JP H10247161A JP 6548297 A JP6548297 A JP 6548297A JP 6548297 A JP6548297 A JP 6548297A JP H10247161 A JPH10247161 A JP H10247161A
Authority
JP
Japan
Prior art keywords
processing
memory
acquisition
release
exception
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
JP6548297A
Other languages
Japanese (ja)
Inventor
Norio Ohashi
範夫 大橋
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 JP6548297A priority Critical patent/JPH10247161A/en
Publication of JPH10247161A publication Critical patent/JPH10247161A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To accept the synchronous processing such as an interrupt, etc., and to always perform the acquisition/release processing even in a synchronous processing mode by preserving the processing situation right before the acquisition/release processing, restoring the preserved processing situation against the report of an exception, and then executing again the acquisition/ release processing. SOLUTION: The processing situation obtained before the acquisition/release processing is preserved when the acquisition/release processing of a memory is started in a process A (101). When the asynchronous processing like an interrupt, etc., occurs during the memory acquisition/release processing of the process A and then this acquisition/release processing is executed (103), the process A discriminates whether the memory acquisition/release processing is presently executed or not (104). If this processing is executed, the occurrence of the exception processing is notified to the said processing (105). In an exception processing mode, the preserved situation is restored (107) and the memory acquisition/ release processing is started.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、システムのメモリ
を複数の割込み処理によって動的に獲得/開放するメモ
リ管理方式に関し、特に割込みなどの外部事象に対する
応答性が重要なシステムにおけるメモリ管理方式に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a memory management system for dynamically acquiring / releasing a memory of a system by a plurality of interrupt processes, and more particularly to a memory management system in a system in which responsiveness to an external event such as an interrupt is important. .

【0002】[0002]

【従来の技術】従来、この種のメモリの管理において
は、ある処理によるメモリの獲得/解放処理中は割込み
など非同期処理の実行を禁止したうえで実行する、ある
いは、メモリの獲得/解放処理を非同期処理のなかでは
行なってはならない、といった制限を設けているのが一
般的である。
2. Description of the Related Art Conventionally, in this type of memory management, execution of asynchronous processing such as interrupts is prohibited during memory acquisition / release processing by a certain processing, or memory acquisition / release processing is performed. In general, there is a restriction that it must not be performed in asynchronous processing.

【0003】このような制限のため、ある処理でメモリ
の獲得/解放処理中には、割込み処理などの非同期処理
でメモリの獲得/解放処理を行なうことはできなかっ
た。また、非同期処理でメモリの獲得/解放処理を常時
行なえるようにするために、メモリの獲得/解放中は割
込みを実行できなかった。
[0003] Due to such a limitation, during the memory acquisition / release processing in a certain processing, the memory acquisition / release processing cannot be performed by asynchronous processing such as interrupt processing. Further, in order to enable the memory acquisition / release processing to be always performed in the asynchronous processing, an interrupt cannot be executed during the memory acquisition / release.

【0004】つまり、メモリの獲得/解放処理中の割り
込み等の非同期処理の実行を禁止しているため、例えば
あるアプリケーションがメモリ獲得中には割り込みによ
る他のタスクへの切り替えはできない。
That is, execution of asynchronous processing such as interruption during memory acquisition / release processing is prohibited. For example, while a certain application is acquiring memory, it is not possible to switch to another task by interruption.

【0005】この種のメモリを動的に管理するシステム
としては、例えば特開平3−68044号公報に開示さ
れるメモリ制御方式があり、各ユーザタスクに対するシ
ステム共用メモリの確保の適切な許可/禁止を制御する
ことにより、特定のユーザタスクの暴走等により他のユ
ーザタスクが迷惑を被ることをなくすようにした方式が
提案されている。
As a system for dynamically managing this kind of memory, for example, there is a memory control system disclosed in Japanese Patent Application Laid-Open No. 3-68044. Appropriate permission / prohibition of securing a system shared memory for each user task. Has been proposed so that other user tasks are not inconvenienced due to runaway of a specific user task or the like by controlling the user task.

【0006】[0006]

【発明が解決しようとする課題】上述したように、従来
のメモリ管理方式では、メモリの獲得/解放処理中に、
割込み処理などの非同期処理がメモリの獲得/解放処理
を行なうことを禁止し、あるいは、非同期処理でメモリ
の獲得/解放処理を常時行なえるようにするために、メ
モリの獲得/解放中は割込みを禁止にしていた。
As described above, in the conventional memory management method, during the memory acquisition / release processing,
In order to prohibit asynchronous processing such as interrupt processing from performing memory acquisition / release processing, or to enable memory acquisition / release processing to be performed constantly in asynchronous processing, interrupts must be issued during memory acquisition / release. Had been banned.

【0007】しかしながら、メモリの獲得/解放処理に
かかる時間はメモリの利用状況に応じて変化するため、
従来のメモリ管理方法では、最悪時の割込み禁止時間が
予測しにくく、システムの実時間応答性の保証が困難で
あるという問題があった。
However, since the time required for the memory acquisition / release processing changes according to the memory utilization status,
The conventional memory management method has a problem that it is difficult to predict the worst case interrupt prohibition time, and it is difficult to guarantee the real-time responsiveness of the system.

【0008】また、上述した特開平3−68044号公
報のように、複数のタスクでメモリを共用するための技
術は各種提案されているが、ある処理でのメモり獲得/
解放処理中に、割り込みを受け付け、かつ割り込み処理
によるメモリの獲得/解放処理を可能にするための技術
は提案されていない。
Although various techniques for sharing a memory with a plurality of tasks have been proposed as in the above-mentioned Japanese Patent Application Laid-Open No. 3-68044, memory acquisition / processing in a certain process has been proposed.
No technique has been proposed for accepting an interrupt during the release processing and enabling memory acquisition / release processing by the interrupt processing.

【0009】本発明の目的は、メモリの獲得/解放処理
中にも割込みなどの非同期処理を受け付けることを可能
とし、さらにその非同期処理においても常時メモリの獲
得/解放処理が行なえるようにして、実時間応答性が要
求される非同期処理であっても常時受け付けることがで
きるメモリ管理方式を提供することにある。
An object of the present invention is to make it possible to accept an asynchronous process such as an interrupt even during a memory acquisition / release process, and to perform a memory acquisition / release process at all times even in the asynchronous process. It is an object of the present invention to provide a memory management method that can always accept asynchronous processing requiring real-time responsiveness.

【0010】[0010]

【課題を解決するための手段】上記目的を達成する本発
明のメモリ管理方式は、第1の処理でメモリの獲得/解
放処理を行なう場合、当該獲得/解放処理の直前の処理
状況を保存するステップと、前記メモリの獲得/解放処
理中に割り込みによる第2の処理がメモリの獲得/解放
処理を行なう場合、前記第1の処理に対して例外の発生
を通知するステップと、前記第1の処理によるメモリの
獲得/解放処理中に前記例外の通知を受けた場合、前記
第1の処理において保存した前記処理状況を復元し、再
度メモリの獲得/解放処理を実行するステップとを備え
ることを特徴とする。
According to the memory management method of the present invention which achieves the above object, when a memory acquisition / release processing is performed in the first processing, a processing status immediately before the acquisition / release processing is stored. A step of notifying an occurrence of an exception to the first processing when the second processing by interruption performs a memory acquisition / release processing during the memory acquisition / release processing; Recovering the processing status saved in the first processing and executing the memory acquisition / release processing again when the notification of the exception is received during the memory acquisition / release processing by the processing. Features.

【0011】請求項2の本発明のメモリ管理方式は、前
記割り込みによる第2の処理がメモリの獲得/解放処理
終了時に、前記第1の処理でメモリの獲得/解放中であ
るかを判別し、メモリの獲得/解放中であれば、当該第
1の処理に対して前記例外の発生を通知し、メモリの獲
得/解放中でなければ、割り込みから復帰することを特
徴とする。
According to a second aspect of the present invention, when the second process by the interruption is the acquisition / release of the memory, it is determined whether the acquisition / release of the memory is being performed in the first process. If the memory is being acquired / released, the occurrence of the exception is notified to the first process, and if the memory is not being acquired / released, the process returns from the interrupt.

【0012】請求項3の本発明のメモリ管理方式は、前
記保存した処理状況を復元する処理を例外処理として定
義し、前記例外の通知によって前記例外処理が呼び出さ
れるようにしたことを特徴とする。また、前記第1の処
理は、前記例外の通知がなければ、前記メモリの獲得/
解放処理をそのまま続行することを特徴とする。
According to a third aspect of the present invention, in the memory management method, the process of restoring the saved processing status is defined as an exception process, and the exception process is called upon notification of the exception. . In addition, the first processing is performed when the memory is not acquired / acquired unless the exception is notified.
The release processing is continued as it is.

【0013】[0013]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して詳細に説明する。図1は本発明の実施
の形態による実時間応答性を保証するメモリ管理方式の
処理内容を説明するフローチャートである。
Next, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a flowchart for explaining the processing content of a memory management method that guarantees real-time responsiveness according to an embodiment of the present invention.

【0014】ある処理Aがメモリの獲得/解放処理を始
める場合、獲得/解放前の処理の状況を保存する(ステ
ップ101)。すなわち、メモリの獲得/解放処理直前
の各種レジスタ及びプログラムカウントの内容(処理の
状況;context)を保存する。これにより、その
保存した処理の状況を復元することで、メモリの獲得/
解放処理前の状態に戻ることを可能としている。状況の
保存が終了した後、メモリの獲得/解放処理を行なう
(ステップ102)。
When a certain process A starts a memory acquisition / release process, the status of the process before acquisition / release is stored (step 101). That is, the contents of various registers and the program count (processing status; context) immediately before the memory acquisition / release processing are stored. As a result, by restoring the saved processing status, the memory acquisition /
It is possible to return to the state before the release processing. After the status has been saved, a memory acquisition / release process is performed (step 102).

【0015】処理Aのメモリ獲得/解放処理中に、割込
みなどの非同期処理である処理Bが発生し、その処理B
でメモリの獲得/解放処理を行なうと(ステップ10
3)、処理Bは他の処理(処理A)によってメモリ獲得
/解放処理中であるかを判別して(ステップ104)、
他の処理でメモリ獲得/解放処理中であれば、当該処理
に対して例外処理の発生を通知する(ステップ10
5)。他の処理でメモリ獲得/解放処理中でない場合、
あるいは例外処理発生の通知終了後割り込みから復帰す
る。
During the memory acquisition / release processing of the processing A, a processing B, which is an asynchronous processing such as an interrupt, occurs.
When the memory acquisition / release processing is performed in (step 10
3) The process B determines whether the memory acquisition / release process is being performed by another process (process A) (step 104).
If the memory acquisition / release processing is being performed in another processing, the occurrence of exception processing is notified to the processing (step 10).
5). If memory acquisition / release processing is not being performed in other processing,
Alternatively, the process returns from the interrupt after the end of the notification of the occurrence of the exception process.

【0016】非同期処理からの復帰し、割り込まれた処
理Aに制御が戻ると、例外処理の通知があったかを判別
し(ステップ106)、例外処理の通知があれば、例外
処理を開始する。
When the process returns from the asynchronous process and returns to the interrupted process A, it is determined whether or not the exception process has been notified (step 106). If the exception process has been notified, the exception process is started.

【0017】例外処理においては、ステップ101で保
存していた状況を復元する(ステップ107)。
In the exception processing, the situation saved in step 101 is restored (step 107).

【0018】そして、状況が復元した結果、再度ステッ
プ102のメモリ獲得/解放処理が開始される。
Then, as a result of the restoration of the situation, the memory acquisition / release processing of step 102 is started again.

【0019】メモリ獲得/解放処理中に、例外が発生し
なければ、ステップ102のメモリ獲得/解放処理が成
功し、メモリの獲得/解放処理が終了する。
If no exception occurs during the memory acquisition / release processing, the memory acquisition / release processing in step 102 succeeds, and the memory acquisition / release processing ends.

【0020】以上の処理によって、メモリの獲得/解放
処理中にも割込みなどの非同期処理を受け付けることを
可能となり、その非同期処理においても常時メモリの獲
得/解放処理が行なえる。
With the above processing, it is possible to accept an asynchronous process such as an interrupt even during the memory acquisition / release processing, and the memory acquisition / release processing can always be performed in the asynchronous processing.

【0021】[0021]

【実施例】次に、本発明の実施例について図2を参照し
て詳細に説明する。図2に示す実施例は、本発明のメモ
リ管理方式を実現するC言語によるプログラム例を示し
ている。この実施例では、メモリの獲得処理のみについ
て記述したものであるが、メモリの解放処理についても
同様に実施できる。また、本実施例では非同期処理の例
として外部割込みを仮定している。
Next, an embodiment of the present invention will be described in detail with reference to FIG. The embodiment shown in FIG. 2 shows an example of a program in C language for realizing the memory management method of the present invention. In this embodiment, only the process of acquiring the memory is described, but the process of releasing the memory can be similarly performed. In this embodiment, an external interrupt is assumed as an example of the asynchronous processing.

【0022】ここで、「ID」は処理の流れの識別子の
型であり、「struct context」は、処理
の状況を保存するためのデータ領域の構造体名である。
Here, "ID" is a type of an identifier of a processing flow, and "struct context" is a structure name of a data area for storing a processing state.

【0023】図2において、手続き「mem_new」
がメモリを獲得する処理である。このメモリ獲得ルーチ
ンはメモリ獲得処理中の処理の「ID」をリスト「li
st」に登録している。このリストの構造が「idli
st」構造体である。「idlist」構造体には処理
の「ID」を格納するフィールド「ID」、状況を格納
するフィールド「cx」、及びリストのリンク用フィー
ルドがある。
In FIG. 2, the procedure "mem_new"
Is a process for acquiring a memory. This memory acquisition routine lists the “ID” of the process during the memory acquisition process in the list “li”.
st ". The structure of this list is "idli
st ”structure. The “idlist” structure includes a field “ID” for storing the processing “ID”, a field “cx” for storing the status, and a list link field.

【0024】手続き「mem_exception」は
例外処理である。この処理は手続き「raise_ex
ception」によって例外が通知された場合に呼び
出されるように設定されているものとする。
The procedure "mem_exception" is an exception process. This processing is performed by the procedure “raise_ex
It is assumed that it is set to be called when an exception is notified by “ception”.

【0025】次に、図2に示す実施例の内容について説
明する。
Next, the contents of the embodiment shown in FIG. 2 will be described.

【0026】(1)手続き「mem_new」は処理を
開始するとき、手続き「save_context」に
よって現在の処理の状況(各種レジスタ及びプログラム
カウントの内容)を保存する。
(1) When the procedure "mem_new" starts processing, the procedure "save_context" saves the current processing status (contents of various registers and program counts).

【0027】(2)現在の処理のIDを求め、リスト
「list」に登録する。
(2) Obtain the ID of the current process and register it in the list "list".

【0028】(3)メモリの獲得処理を行なう。ここで
は、メモリのフリーリストを探索し、要求サイズを満た
す空きメモリ領域を探し、獲得したメモリのブロック分
のサイズを減らす処理を行なっている。
(3) Perform memory acquisition processing. Here, the free list of the memory is searched, a free memory area satisfying the required size is searched, and the process of reducing the size of the acquired memory block is performed.

【0029】(4)メモリの獲得処理が終了すると、リ
ストに登録して現在の自処理を削除する。
(4) When the memory acquisition processing is completed, the processing is registered in the list and the current processing is deleted.

【0030】(5)もし、リストが空でなければ、他の
処理が自処理のメモリ獲得中に割り込んで、メモリ獲得
処理をしたことを意味する。
(5) If the list is not empty, it means that another process has interrupted the memory acquisition of its own process and performed the memory acquisition process.

【0031】(6)この場合、リストlistにつなが
っているメモリ獲得中の処理に例外を通知する。
(6) In this case, an exception is notified to the processing during acquisition of the memory connected to the list list.

【0032】(7)例外を通知された処理は、例外処理
「mem_exception」が呼び出される。この
処理は、(6)の「raise_ exception
」で例外が通知された処理に復帰した後、割り込まれ
た処理を継続する直前に呼び出されるようにしておく。
(7) In the process notified of the exception, an exception process “mem_exception” is called. This processing is performed in “raise_exception” in (6).
After returning to the process to which the exception has been notified, the process is called immediately before the interrupted process is continued.

【0033】(8)例外処理「mem_excepti
on」では、手続き「recover_contex
t」によって、(1)で保存した状況が復元する。その
結果、(2)のメモリ獲得/解放処理から再度実行する
ことになる。
(8) Exception processing “mem_excepti”
on ", the procedure" recover_contex "
By "t", the situation saved in (1) is restored. As a result, the processing is executed again from the memory acquisition / release processing of (2).

【0034】以上好ましい実施の形態及び実施例をあげ
て本発明を説明したが、本発明は必ずしも上記実施の形
態及び実施例に限定されるものではない。
Although the present invention has been described with reference to the preferred embodiments and examples, the present invention is not necessarily limited to the above embodiments and examples.

【0035】[0035]

【発明の効果】以上説明したように本発明のメモリ管理
方式によれば、第1の処理でメモリの獲得/解放処理を
行なう場合、当該獲得/解放処理の直前の処理状況を保
存し、メモリの獲得/解放処理中に割り込みによる第2
の処理がメモリの獲得/解放処理を行なう場合、第1の
処理に対して例外の発生を通知し、第1の処理によるメ
モリの獲得/解放処理中に例外の通知を受けた場合、保
存した処理状況を復元し、再度メモリの獲得/解放処理
を実行することにより、メモリの獲得/解放処理中にも
割込みなどの非同期処理を受け付けることが可能とな
り、さらにその非同期処理においても常時メモリの獲得
/解放処理が行なえるようなり、実時間応答性が要求さ
れる非同期処理であっても常時受け付けることができる
メモリ管理が実現する。
As described above, according to the memory management method of the present invention, when the memory acquisition / release processing is performed in the first processing, the processing status immediately before the acquisition / release processing is stored, and By interrupt during acquisition / release processing of
When the process performs memory acquisition / release processing, the occurrence of an exception is notified to the first processing, and when the exception is received during the memory acquisition / release processing by the first processing, the information is saved. By restoring the processing status and executing the memory acquisition / release processing again, asynchronous processing such as an interrupt can be accepted even during the memory acquisition / release processing, and the memory is always acquired during the asynchronous processing. / Release processing can be performed, and memory management that can always accept asynchronous processing that requires real-time responsiveness is realized.

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

【図1】 本発明の実施の形態に係るメモリ管理方式の
内容を説明するフローチャートである。
FIG. 1 is a flowchart illustrating the contents of a memory management method according to an embodiment of the present invention.

【図2】 本発明のメモリ管理方式を実現する実施例と
してのプログラム例を示す図である。
FIG. 2 is a diagram showing a program example as an embodiment for realizing the memory management method of the present invention.

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

101 状況保存処理 102 メモリの獲得/解放処理 103 割り込みによるメモリ獲得/解放処理 105 例外の発生通知処理 107 保存状況の復元処理 101 Status Save Process 102 Memory Acquisition / Release Process 103 Memory Acquisition / Release Process by Interrupt 105 Exception Occurrence Notification Process 107 Save Status Restore Process

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 第1の処理でメモリの獲得/解放処理を
行なう場合、当該獲得/解放処理の直前の処理状況を保
存するステップと、 前記メモリの獲得/解放処理中に割り込みによる第2の
処理がメモリの獲得/解放処理を行なう場合、前記第1
の処理に対して例外の発生を通知するステップと、 前記第1の処理によるメモリの獲得/解放処理中に前記
例外の通知を受けた場合、前記第1の処理において保存
した前記処理状況を復元し、再度メモリの獲得/解放処
理を実行するステップとを備えることを特徴とするメモ
リ管理方式。
When performing a memory acquisition / release process in a first process, a step of saving a processing status immediately before the acquisition / release process; and a second process performed by an interrupt during the memory acquisition / release process. When the process performs a memory acquisition / release process, the first
Notifying the occurrence of an exception to the processing of step (a), and restoring the processing state saved in the first processing if the notification of the exception is received during the memory acquisition / release processing by the first processing And executing a memory acquisition / release process again.
【請求項2】 前記割り込みによる第2の処理がメモリ
の獲得/解放処理終了時に、前記第1の処理でメモリの
獲得/解放中であるかを判別し、メモリの獲得/解放中
であれば、当該第1の処理に対して前記例外の発生を通
知し、メモリの獲得/解放中でなければ、割り込みから
復帰することを特徴とする請求項1に記載のメモリ管理
方式。
2. At the end of the memory acquisition / release processing in the second processing due to the interruption, it is determined whether the memory is being acquired / released in the first processing. 2. The memory management method according to claim 1, wherein the occurrence of the exception is notified to the first process, and if the memory is not being acquired / released, the process returns from the interrupt.
【請求項3】 前記保存した処理状況を復元する処理を
例外処理として定義し、前記例外の通知によって前記例
外処理が呼び出されるようにしたことを特徴とする請求
項1に記載のメモリ管理方式。
3. The memory management method according to claim 1, wherein a process of restoring the saved processing status is defined as an exception process, and the exception process is called upon notification of the exception.
【請求項4】 前記第1の処理は、前記例外の通知がな
ければ、前記メモリの獲得/解放処理をそのまま続行す
ることを特徴とする請求項1に記載のメモリ管理方式。
4. The memory management method according to claim 1, wherein in the first processing, if the exception is not notified, the memory acquisition / release processing is continued as it is.
JP6548297A 1997-03-04 1997-03-04 Memory management system Pending JPH10247161A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6548297A JPH10247161A (en) 1997-03-04 1997-03-04 Memory management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6548297A JPH10247161A (en) 1997-03-04 1997-03-04 Memory management system

Publications (1)

Publication Number Publication Date
JPH10247161A true JPH10247161A (en) 1998-09-14

Family

ID=13288371

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6548297A Pending JPH10247161A (en) 1997-03-04 1997-03-04 Memory management system

Country Status (1)

Country Link
JP (1) JPH10247161A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009134499A (en) * 2007-11-30 2009-06-18 Nec Electronics Corp Data processor, and control method for data processor
US7869702B2 (en) 2005-12-07 2011-01-11 Panasonic Corporation Image blur correcting device and camera

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7869702B2 (en) 2005-12-07 2011-01-11 Panasonic Corporation Image blur correcting device and camera
JP2009134499A (en) * 2007-11-30 2009-06-18 Nec Electronics Corp Data processor, and control method for data processor

Similar Documents

Publication Publication Date Title
KR100934533B1 (en) Computer-readable recording medium recording arithmetic processing system, task control method on computer system, and computer program
US6006247A (en) Method and system for scheduling threads and handling exceptions within a multiprocessor data processing system
JP3600095B2 (en) Interrupt management device and interrupt management method
US20090059951A1 (en) Program control device
KR20000060827A (en) method for implementation of transferring event in real-time operating system kernel
WO2023125359A1 (en) Task processing method and apparatus
JP2001117786A (en) Process scheduling device and process scheduling method
JPH10247161A (en) Memory management system
US7689992B2 (en) Sharing lock mechanism between protocol layers
JP3601677B2 (en) Task processing system
JPH0414376B2 (en)
JP4057769B2 (en) Interrupt management device and interrupt management method
JPH0895803A (en) Task scheduling method
JP2723847B2 (en) Microprocessor
JPH11167494A (en) Arithmetic processor and register managing method for it
JP2000132409A (en) Stack sharing system for task having no wait state
JP2005190238A (en) Real time control system
JP2008225710A (en) Computer system and process-switching method used in the system
JPH1139178A (en) Computer system and check point threading method in computer system
JPH10312296A (en) Process switch control system
JPH06214811A (en) Scheduling system
JP3711642B2 (en) Processing management system
JPH06119190A (en) Task switching processing system
JPH11353193A (en) Multiprogramming execution control method
JP3277888B2 (en) Lock wait release device and machine-readable recording medium recording program