JP2579008B2 - Time-division multitasking execution device - Google Patents

Time-division multitasking execution device

Info

Publication number
JP2579008B2
JP2579008B2 JP1327886A JP32788689A JP2579008B2 JP 2579008 B2 JP2579008 B2 JP 2579008B2 JP 1327886 A JP1327886 A JP 1327886A JP 32788689 A JP32788689 A JP 32788689A JP 2579008 B2 JP2579008 B2 JP 2579008B2
Authority
JP
Japan
Prior art keywords
register
queue
task
time
interrupt
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP1327886A
Other languages
Japanese (ja)
Other versions
JPH03188531A (en
Inventor
幹雄 荻須
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP1327886A priority Critical patent/JP2579008B2/en
Publication of JPH03188531A publication Critical patent/JPH03188531A/en
Application granted granted Critical
Publication of JP2579008B2 publication Critical patent/JP2579008B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 産業上の利用分野 本発明は一つの中央演算処理装置(以下CPUと呼ぶ)
を用いて、二つ以上のタスク(仕事)を時分割並行処理
をし、かつ、任意に選択された一つの割込み或いは例外
を高速に処理することができる時分割マルチタスク実行
装置に関するものである。
The present invention relates to a central processing unit (hereinafter referred to as a CPU).
The present invention relates to a time-division multitasking execution device capable of performing time-division parallel processing of two or more tasks (jobs) and processing one interrupt or exception arbitrarily selected at high speed. .

従来の技術 マイクロプロセッサを利用してタスクを実行する場
合、一つのCPUに対して、レジスタ群,スタックポイン
タ,ステータスレジスタ等からなる一組のレジスタファ
イルを準備し、CPUからの命令に応じてレジスタファイ
ルに必要なデータを転送しながらタククを実行する方式
のものが多い。ところが、この方式では常時一つのタス
クしか実行できないから、実行効率が悪くなる。そこで
従来から、一つのCPUに対して設けられた一組のレジス
タファイルを時分割で使用し、複数のタスクを時分割で
実行する方法が考えられている。そのうち、最も典型的
なものは、CPUの一命令毎にタスクを切り替える方式で
ある。ところがこの方式はタスクを切り替えるたびに、
それまでレジスタファイルに格納されていたデータを、
一旦メモリ(スタック)領域に退避させ、次のタスクに
必要なデータを別のメモリ空間等からレジスタファイル
に呼び込む操作が必要となる。このデータの切り替え時
間中はタスクを実行することができず、従って時間的な
ロスが大きくなる。
2. Description of the Related Art When a task is executed using a microprocessor, a set of register files including a group of registers, a stack pointer, a status register, and the like is prepared for one CPU, and a register is prepared according to an instruction from the CPU. There are many systems that execute a task while transferring necessary data to a file. However, in this method, only one task can be executed at any time, so that the execution efficiency is deteriorated. Therefore, conventionally, a method of executing a plurality of tasks in a time-division manner using a set of register files provided for one CPU in a time-division manner has been considered. Among them, the most typical one is a method of switching tasks for each instruction of the CPU. However, with this method, every time you switch tasks,
The data previously stored in the register file is
It is necessary to temporarily save the data in the memory (stack) area and call the data necessary for the next task from another memory space or the like into the register file. During the data switching time, the task cannot be executed, so that the time loss increases.

このような問題点を解決するために、一つのCPUに対
して複数のレジスタファイルを準備し、CPUの命令に従
ってマルチプレクサを切り替え、複数のレジスタファイ
ルを順次切り替えながら複数のタスクを時分割で実行す
る方式も考えられている。このようにすれば、一つのタ
スクに対して一つのレジスタファイルが準備されている
から、切り替え時にデータを退避させたり、呼び込んだ
りする必要はなく、従って時間的なロスは少なくなる。
In order to solve such problems, prepare multiple register files for one CPU, switch multiplexers according to CPU instructions, and execute multiple tasks in a time-division manner while sequentially switching multiple register files Methods are also being considered. In this way, since one register file is prepared for one task, there is no need to save or recall data at the time of switching, so that time loss is reduced.

発明が解決しようとする課題 しかしながら、上記従来のマルチタスク実行装置で
は、システム管理を行うタスクのみがスケジューラを書
き換け可能であった。具体的には、システム管理を行う
タスク以外のタスクが新たなタスクを発行する場合、ま
ずシステム管理を行うタスクの実行を中断する。そし
て、システム管理を行うタスクが新たなタスクをスケジ
ューラに登録し、再度中断前の処理を再開する。このた
め、システム管理を行うタスクを実行するために必要な
プログラムカウンタ等を含むデータを退避・復帰しなけ
ればならなかった。
Problems to be Solved by the Invention However, in the above-described conventional multitask execution device, only the task that performs system management can rewrite the scheduler. Specifically, when a task other than the system management task issues a new task, the execution of the system management task is interrupted first. Then, the task for system management registers a new task in the scheduler, and resumes the process before the interruption. Therefore, it is necessary to save and restore data including a program counter and the like necessary to execute a task for performing system management.

また、一般に割込み処理等の例外処理は、システム管
理を行うタスクが実行するが、このためにはシステム管
理を行うタスクを実行するために必要なプログラムカウ
ンタ等を含むデータを退避・復帰しなければならなかっ
た。
Generally, exception processing such as interrupt processing is performed by a task for performing system management. For this purpose, data including a program counter and the like necessary to execute the task for performing system management must be saved and restored. did not become.

本発明は、このような従来の問題を解決する時分割マ
ルチタスク実行装置を提供するものである。
The present invention provides a time-division multitask execution device that solves such a conventional problem.

課題を解決するための手段 この目的を達成するために本発明の時分割マルチタス
ク実行装置は、複数のタクスをそれぞれ実行する複数の
タスク実行キューに対して2組のキュー切り替えスケジ
ューリングレジスタを含む、共通の制御用レジスタ群と
キュー切り替え制御部、高速処理をする割込み・例外を
指定する占有処理指定レジスタの管理下で複数のタスク
実行キューに一つのCPUを時分割で占有させ、複数のタ
スクを時分割並行処理し、かつ、任意の一つの割込み或
いは例外のみを受け付けるタスク実行キューを設けるよ
うに構成したものである。
Means for Solving the Problems To achieve this object, a time-division multitask execution device of the present invention includes two sets of queue switching scheduling registers for a plurality of task execution queues each executing a plurality of tasks. A single CPU is occupied by multiple task execution queues in a time-sharing manner under the control of a common control register group, queue switching control unit, and occupation processing specification register that specifies interrupts and exceptions for high-speed processing, and multiple tasks The configuration is such that a task execution queue that performs time-division parallel processing and receives only one arbitrary interrupt or exception is provided.

作用 このように、システム管理を行うタスク以外から書き
換え可能なスケジューリングレジスタを設けることによ
り、システム管理を行うタスク以外のタスクが新たなタ
スクを発行することができる。
Operation As described above, by providing a rewritable scheduling register from a task other than the system management task, a task other than the system management task can issue a new task.

また、占有処理指定レジスタを設けることにより、こ
のレジスタで指定された割込みについては、レジスタフ
ァイルの切り替えのみで処理できる。
Further, by providing the occupation processing designation register, the interruption designated by this register can be processed only by switching the register file.

実施例 以下本発明の一実施例について図面を参照しながら説
明する。
An embodiment of the present invention will be described below with reference to the drawings.

第1図は本発明の一実施例の基本的な構成を示すもの
である。この実施例の時分割マルチタスク実行装置は一
つのマイクロプロセッサで実現させ、一つのCPU(図示
せず)に対して8つのタスク実行キュー(以下単にキュ
ーと呼ぶ)0〜7が設けられている。各キュー0〜7は
それぞれレジスタ群,データレジスタ,アドレスポイン
タ等からなるレジスタファイル8を備えており、各レジ
スタファイル8内にストアされたデータやアドレスを参
照しながらタスクを実行する。これらのキュー0〜7の
実行順序を制御するために、キュー0からライトアクセ
ス可能な、全てのキュー0〜7に対して共通の制御用レ
ジスタ群9と、キュー切り替え制御部13が設けられてい
る。すなわち複数のキュー0〜7は、制御用レジスタ群
9とキュー切り替え制御部13の管理下で一つのCPUを時
分割で占有し、最大8個のタスクを時分割並行処理をす
る。
FIG. 1 shows a basic configuration of an embodiment of the present invention. The time-division multitasking execution device of this embodiment is realized by one microprocessor, and eight task execution queues (hereinafter simply referred to as queues) 0 to 7 are provided for one CPU (not shown). . Each of the queues 0 to 7 includes a register file 8 including a register group, a data register, an address pointer, and the like, and executes a task while referring to data and addresses stored in each of the register files 8. In order to control the execution order of these queues 0 to 7, a control register group 9 common to all the queues 0 to 7, which are write-accessible from the queue 0, and a queue switching control unit 13 are provided. I have. That is, the plurality of queues 0 to 7 occupy one CPU in a time-sharing manner under the control of the control register group 9 and the queue switching control unit 13, and perform time-sharing parallel processing of up to eight tasks.

制御用レジスタ群9は、キュー0〜7のうちの一つに
対し(以下の説明ではキュー1)に対し、占有処理させ
る割込み或いは例外を設定する占有処理指定レジスタ10
とキュー0〜7の実行順序を指定するキュー切り替えス
ケジューリングレジスタ11と12とで構成されている。こ
こでキュー切り替えスケジューリングレジスタ12はキュ
ー1からもライトアクセス可能である。プログラムカウ
ンタ14は各キュー0〜7のレジスタファイル8内にある
レジスタからのアドレスを受けて、現在実行中の命令或
いは次命令以降の命令のアドレスを示す。ROM15には、
いわゆるオブジェクトコードがストアされており、プロ
グラムカウンタ14からのアドレスに従って順次命令を実
行する。RAM16は命令の実行に伴って発生する様々なデ
ータを逐次読み書きする。各ブロック間に示された矢印
線及び中央の線17は、データまたはアドレスのバスライ
ンである。
The control register group 9 includes an occupation processing designation register 10 for setting an interrupt or an exception to be occupied for one of the queues 0 to 7 (queue 1 in the following description).
And queue switching scheduling registers 11 and 12 for designating the execution order of queues 0-7. Here, the queue switching scheduling register 12 can be write-accessed from the queue 1 as well. The program counter 14 receives an address from a register in the register file 8 of each of the queues 0 to 7, and indicates the address of the currently executed instruction or the instruction following the next instruction. ROM15 contains
A so-called object code is stored, and sequentially executes instructions according to the address from the program counter 14. The RAM 16 sequentially reads and writes various data generated with the execution of the instruction. The arrow line and the center line 17 shown between the blocks are bus lines for data or address.

第2図はキュー切り替えスケジューリングレジスタ11
の構成を、第3図はキュー切り替えスケジューリングレ
ジスタ12の構成を示したものである。キュー切り替えス
ケジューリングレジスタ11,12の各ビットはキュー0〜
7に対応しており、ビットが1のときキューが選択さ
れ、ビットが0のときは選択されない。キュー切り替え
スケジューリングレジスタ11と12の差はキュー切り替え
スケジューリングレジスタ11がキュー0からのみライト
アクセス可能であるのに対しキュー切り替えスケジュー
リングレジスタ12はキュー0と1からライトアクセス可
能である。すなわち、この2組のキュー切り替えスケジ
ューリングレジスタ11,12の1がセットされているビッ
トの論理和が実行されるキューとなる。つまり、システ
ム全体としては少なくともいずれかのスケジューリング
レジスタにスケジューリングされているタスクを実行す
るため、実質的にはキュー1は新たなタスクを発行する
ことのみが可能とない、システム全体として矛盾なくマ
ルチタスクを実行することが可能となる。このように、
システム管理を行うキュー0以外のキュー1にもスケジ
ューリングレジスタにタスクを登録する機能を持たせる
ことにより、キュー0の処理を中断する必要がなくな
る。なお、本実施例では、第2のスケジューリングレジ
スタであるスケジューリングレジスタ12が1つの場合に
ついて説明したが、複数あっても良い。この場合、シス
テム全体としての処理速度を向上させることができる。
FIG. 2 shows a queue switching scheduling register 11.
FIG. 3 shows the configuration of the queue switching scheduling register 12. As shown in FIG. Each bit of the queue switching scheduling registers 11 and 12 is
The queue is selected when the bit is 1, and is not selected when the bit is 0. The difference between the queue switching scheduling registers 11 and 12 is that the queue switching scheduling register 11 is write accessible only from queue 0, whereas the queue switching scheduling register 12 is write accessible from queues 0 and 1. That is, the queue in which the logical sum of the bits in which 1 of the two queue switching scheduling registers 11 and 12 is set is executed. In other words, since the entire system executes tasks scheduled in at least one of the scheduling registers, the queue 1 can practically only issue a new task. Can be executed. in this way,
By providing the queue 1 other than the queue 0 that performs system management with a function of registering a task in the scheduling register, it is not necessary to interrupt the processing of the queue 0. In the present embodiment, the case where the number of the scheduling registers 12 as the second scheduling register is one has been described, but a plurality of scheduling registers 12 may be provided. In this case, the processing speed of the entire system can be improved.

第4図は占有処理指定レジスタ10の構成を示したもの
である。各ビットは割込み要因1〜6と例外要因1,2に
対応している。1がセットされている割込み要因或いは
例外要因に対し、キュー1が占有的に割り当てられてお
り、上記要因が発生したときにキュー1に起動がかかり
処理される構成になっている。
FIG. 4 shows the configuration of the occupation processing designation register 10. Each bit corresponds to interrupt factors 1 to 6 and exception factors 1 and 2. The queue 1 is exclusively allocated to the interrupt factor or the exception factor in which 1 is set, and when the above factor occurs, the queue 1 is activated and processed.

第5図はキュー切り替えレジスタ11の設定によりキュ
ー2,3,7が選択され、3個のタスクが時分割並行処理さ
れているのを示した図である。第6図に示すキュー切り
替えレジスタ11のビット2,3,7に1をセットすることに
より、ある一定の時間、或いは命令毎等によりキュー2,
3,7が自動的に切り替わる。
FIG. 5 is a diagram showing that queues 2, 3, and 7 are selected by the setting of the queue switching register 11, and three tasks are processed in a time-division parallel manner. By setting 1 to bits 2, 3, and 7 of the queue switching register 11 shown in FIG.
3,7 is automatically switched.

第7図は占有処理指定レジスタ10により設定された割
込み・例外要因が発生したときの処理を示した図であ
る。最初のキューの時分割並行処理設定は第8図のキュ
ー切り替えスケジューリングレジスタ11で示すようにキ
ュー2,3が選択されている。また、第8図に示すように
占有処理指定レジスタ10は割込み要因2に対応するビッ
ト6が1にセットされている。一方、割込み要因2が発
生するまでのキュー切り替えスケジューリングレジスタ
12の内容は全ビット0である。第7図のキュー2,3を実
行したところで割込み要因2が発生し、この割込み処理
をするために、占有処理指定レジスタ10で指定された割
込要因であるためキュー1に起動がかかり、シーケンス
aが開始される。キュー1は割込み要因2を占有的に処
理するように設定したので、割込み要因2以外のタスク
は実行しない。したがってキュー1に対応するレジスタ
ファイルのデータをスタックに退避する必要はなくな
り、スタック退避によるオーバーヘッドは生じない。ま
た割込み処理終了時においてもスタックから復帰するデ
ータは存在しないのでスタックからの復帰によるオーバ
ーヘッドは生じない。キュー1のシーケンスaにおいて
割込みによって生じたタスクをキュー6に割り当てるた
め、第8図のキュー切り替えスケジューリングレジスタ
12に示すようにキュー6に対応するビット6に1をセッ
トする。キュー切り替え制御部13は2組のキュー切り替
えスケジューリングレジスタ11,12の内容を判断し、キ
ュー切り替えスケジューリングレジスタ11で選択された
キュー2,3とキュー切り替えスケジューリングレジスタ1
2で選択されたキュー6の合わせて3個のキューをシー
ケンスaが終了後、時分割並行実行する。
FIG. 7 is a diagram showing processing when an interrupt / exception cause set by the occupation processing designation register 10 occurs. In the time-sharing parallel processing setting of the first queue, queues 2 and 3 are selected as indicated by the queue switching scheduling register 11 in FIG. Also, as shown in FIG. 8, the occupation processing designation register 10 has the bit 6 corresponding to the interrupt factor 2 set to 1. On the other hand, the queue switching scheduling register until the interrupt factor 2 occurs
The contents of 12 are all 0s. When the queues 2 and 3 shown in FIG. 7 are executed, an interrupt cause 2 is generated. In order to perform the interrupt processing, the queue 1 is activated because the interrupt cause is specified by the occupation processing specification register 10, and the sequence is started. a is started. Since the queue 1 is set to exclusively process the interrupt factor 2, the tasks other than the interrupt factor 2 are not executed. Therefore, it is not necessary to save the data of the register file corresponding to the queue 1 to the stack, and no overhead is caused by the stack saving. Further, even when the interrupt processing is completed, there is no data to be returned from the stack, so that there is no overhead due to the return from the stack. In order to allocate the task generated by the interrupt in the sequence a of the queue 1 to the queue 6, the queue switching scheduling register shown in FIG.
As shown at 12, 1 is set to the bit 6 corresponding to the queue 6. The queue switching control unit 13 determines the contents of the two sets of queue switching scheduling registers 11 and 12, and selects the queues 2 and 3 selected by the queue switching scheduling register 11 and the queue switching scheduling register 1
After the sequence a is completed, a total of three queues including the queues 6 selected in 2 are executed in a time-division parallel manner.

第9図は第8図のキュー切り替えスケジューリングレ
ジスタ11と占有処理指定レジスタ10の設定において割込
み要因2以外の割込み・例外(ここでは割込み要因5)
が発生したときの処理について示した図である。占有処
理指定レジスタ10で設定した要因以外の割込み・例外が
発生したときはキュー1以外(ここではキュー0)に起
動がかかる。このときキュー0では他のタスクが実行さ
れているのでシーケンスbでキュー0のレジスタファイ
ルの内容がスタックに退避され、スタックからの退避に
よるオーバーヘッドが生じる。またシーケンスdで示す
ようにキュー0の内容がスタックから復帰されるのでス
タック復帰によるオーバーヘッドが生じる。
FIG. 9 shows interrupts / exceptions other than interrupt factor 2 in the settings of the queue switching scheduling register 11 and the occupation process designating register 10 in FIG. 8 (interrupt factor 5 in this case).
FIG. 9 is a diagram illustrating a process when the error occurs. When an interrupt / exception other than the cause set in the occupation processing specification register 10 occurs, activation is applied to a queue other than the queue 1 (here, the queue 0). At this time, since another task is being executed in queue 0, the contents of the register file in queue 0 are saved to the stack in sequence b, and overhead is caused by saving from the stack. Also, as shown by the sequence d, the contents of the queue 0 are returned from the stack, so that an overhead due to the stack return occurs.

発明の効果 このようにすれば、ユーザーがユーザーの仕様に合わ
せて、制御様レジスタ群中のレジスタに必要な情報をセ
ットするだけでタスクの実行仕様を決められる。また、
一つではあるが高速の割込み・例外応答を要する要因に
対して、リアルタイム性の高いシステムを提供すること
ができる。従ってユーザーがプログラムに対する十分な
知識を持っていなくてもレジスタという、いわゆるハー
ドウェア上に1または0の情報をセットするだけで希望
する仕様を設定することができ、マルチタスク実行仕様
並びにリアルタイム処理仕様を設定するにあたってのユ
ーザーの負担が大きく軽減することができる。
In this way, the user can determine the task execution specification only by setting necessary information in the registers in the control-like register group according to the user's specification. Also,
It is possible to provide a system with high real-time performance for a factor that requires a high-speed interrupt / exception response. Therefore, even if the user does not have sufficient knowledge of the program, the desired specification can be set only by setting information of 1 or 0 on a register, so-called hardware, so that the multitask execution specification and the real-time processing specification can be set. The burden on the user when setting is greatly reduced.

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

第1図は本発明の一実施例の時分割マルチタスク実行装
置のブロック図、第2図はキュー切り替えスケジューリ
ングレジスタ11の構成を示した図、第3図はキュー切り
替えスケジューリングレジスタ12を構成した図、第4図
は占有処理指定レジスタの構成を示した図、第5図はキ
ュー2,3,7が自動的に切り替わる場合の動作を示した
図、第6図は第5図の動作のレジスタの設定例を示した
図、第7図は占有処理指定レジスタで設定した割込み・
例外要因が発生した場合の動作を示した図、第8図は第
7図の動作のレジスタの設定例を示した図、第9図は占
有処理指定レジスタで設定した以外の割込み・例外要因
が発生した場合の動作を示した図である。 0〜7……タスク実行キュー、8……レジスタファイ
ル、9……制御用レジスタ群、10……占有処理指定レジ
スタ、11……キュー切り替えスケジューリングレジス
タ、12……キュー切り替えスケジューリングレジスタ、
13……キュー切り替え制御部、14……プログラムカウン
タ、15……ROM、16……RAM、17……バスライン。
FIG. 1 is a block diagram of a time-division multitask execution device according to an embodiment of the present invention, FIG. 2 is a diagram showing a configuration of a queue switching scheduling register 11, and FIG. FIG. 4 is a diagram showing the configuration of the occupation processing designation register, FIG. 5 is a diagram showing the operation when the queues 2, 3, and 7 are automatically switched, and FIG. 6 is a register of the operation of FIG. FIG. 7 shows an example of setting of the interrupt and the interrupt set by the occupation processing designation register.
FIG. 8 is a diagram showing an operation when an exception factor occurs, FIG. 8 is a diagram showing an example of register setting in the operation of FIG. 7, and FIG. 9 is a diagram showing interrupt / exception factors other than those set by the occupation process designation register. FIG. 9 is a diagram illustrating an operation when the error occurs. 0 to 7 task execution queue, 8 register file, 9 control register group, 10 occupation process designation register, 11 queue switching scheduling register, 12 queue switching scheduling register
13: Queue switching control unit, 14: Program counter, 15: ROM, 16: RAM, 17: Bus line.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】複数のタクスを時分割で実行する時分割マ
ルチタスク実行装置において、 システム管理を行うタスクから書き換え可能な第1のス
ケジューリングレジスタと前記システム管理を行うタス
ク以外のタスクから書き換え可能な第2のスケジューリ
ングレジスタとを有し、 前記第1のスケジューリングレジスタまたは前記第2の
スケジューリングレジスタの少なくとも一方にスケジュ
ーリングされているタスクを実行することを特徴とする
時分割マルチタスク実行装置。
1. A time-division multitasking execution device for executing a plurality of tasks in a time-division manner, wherein a first scheduling register rewritable from a task for performing system management and a rewritable from a task other than the task for performing system management are provided. A time-division multitasking execution device, comprising: a second scheduling register; and executing a task scheduled in at least one of the first scheduling register and the second scheduling register.
JP1327886A 1989-12-18 1989-12-18 Time-division multitasking execution device Expired - Lifetime JP2579008B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1327886A JP2579008B2 (en) 1989-12-18 1989-12-18 Time-division multitasking execution device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1327886A JP2579008B2 (en) 1989-12-18 1989-12-18 Time-division multitasking execution device

Publications (2)

Publication Number Publication Date
JPH03188531A JPH03188531A (en) 1991-08-16
JP2579008B2 true JP2579008B2 (en) 1997-02-05

Family

ID=18204080

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1327886A Expired - Lifetime JP2579008B2 (en) 1989-12-18 1989-12-18 Time-division multitasking execution device

Country Status (1)

Country Link
JP (1) JP2579008B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06187169A (en) * 1992-12-18 1994-07-08 Matsushita Electric Ind Co Ltd Multi-task executing device
US8195922B2 (en) 2005-03-18 2012-06-05 Marvell World Trade, Ltd. System for dynamically allocating processing time to multiple threads

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60214044A (en) * 1984-04-09 1985-10-26 Nec Corp Microcomputer
JPS62151940A (en) * 1985-12-25 1987-07-06 Nec Corp Register saving/return system
JPH01154237A (en) * 1987-12-10 1989-06-16 Matsushita Electric Ind Co Ltd Executing device for time-division task

Also Published As

Publication number Publication date
JPH03188531A (en) 1991-08-16

Similar Documents

Publication Publication Date Title
US5161226A (en) Microprocessor inverse processor state usage
EP0384635B1 (en) Adaptive job scheduling for multiprocessing systems
US5168566A (en) Multi-task control device for central processor task execution control provided as a peripheral device and capable of prioritizing and timesharing the tasks
US5371887A (en) Time-shared multitask execution device
US6473780B1 (en) Scheduling of direct memory access
JPH0353328A (en) Register saving recoverying method and processor
US4851992A (en) Register/saving/restoring system for saving and restoring data in a register of a slave processor
JPH0214330A (en) Information processing unit
EP0052713B1 (en) A process management system for scheduling work requests in a data processing system
JP2579008B2 (en) Time-division multitasking execution device
JP3644042B2 (en) Multitask processing device
KR960003045B1 (en) Microprocessor
JP2553698B2 (en) Time-division multitasking execution device
JPH02242434A (en) Task scheduling method
JPH01154237A (en) Executing device for time-division task
JP2585905B2 (en) Multitask execution device
JP2574349B2 (en) Time-division multitasking execution device
JP2693916B2 (en) Task scheduling method
JPH0199132A (en) Multi-task executing device
JPS603229B2 (en) Information processing method
JPH0756633B2 (en) Task switching method
JPH0219494B2 (en)
JPH06149594A (en) Multitask executive device
JP2000132409A (en) Stack sharing system for task having no wait state
JP3022848B2 (en) Multitask task switching method and real-time operating system