JP2007304969A - Information processor, information processing method, and program for information processing - Google Patents

Information processor, information processing method, and program for information processing Download PDF

Info

Publication number
JP2007304969A
JP2007304969A JP2006134088A JP2006134088A JP2007304969A JP 2007304969 A JP2007304969 A JP 2007304969A JP 2006134088 A JP2006134088 A JP 2006134088A JP 2006134088 A JP2006134088 A JP 2006134088A JP 2007304969 A JP2007304969 A JP 2007304969A
Authority
JP
Japan
Prior art keywords
information
processing
sub
bidirectional queue
bidirectional
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.)
Withdrawn
Application number
JP2006134088A
Other languages
Japanese (ja)
Inventor
Tetsunoshin Anzai
鉄之伸 安斎
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 JP2006134088A priority Critical patent/JP2007304969A/en
Publication of JP2007304969A publication Critical patent/JP2007304969A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Power Sources (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an information processor which can control processing of each peripheral device carefully including control of execution timing of processing at each peripheral device while suppressing power comsumption as an information processor. <P>SOLUTION: In the control of peripheral devices using two-way queue 10, the task information 30 contained in the two-way queue information 10 is made to include forward direction waiting time information 33 and opposite direction waiting time information 35. At the timing when processing at each peripheral device is completed or at the timing of the starting of the processing, content of the following two-way queue information is rewritten by a CPU. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、情報処理装置、情報処理方法及び情報処理用プログラムの技術分野に属し、より詳細には、複数の副処理装置に接続される情報処理装置及び当該情報処理装置において実行される情報処理方法並びに当該情報処理用プログラムの技術分野に属する。   The present invention belongs to the technical fields of an information processing device, an information processing method, and an information processing program, and more specifically, an information processing device connected to a plurality of sub-processing devices and information processing executed in the information processing device The method belongs to the technical field of the information processing program.

近年、例えば携帯型電話機に代表される携帯型の情報処理装置が広く一般化している。そして、これらの情報処理装置においては、電源としてのバッテリを内蔵しているのが通常であるため、その駆動時間を延伸するためには、当該情報処理装置を構成する各部材又は当該情報処理装置に接続される周辺機器における省電力化が必須の課題となる。   In recent years, portable information processing apparatuses represented by, for example, portable telephones have been widely used. And since these information processing apparatuses usually have a built-in battery as a power source, in order to extend the drive time, each member constituting the information processing apparatus or the information processing apparatus Power saving in the peripheral devices connected to is an essential issue.

ここで、当該周辺機器における省電力化の一方策として、当該周辺機器各々を必要に応じて休止状態に移行させ、各周辺機器における電力消費を抑制する手法が用いられている。より具体的には、各周辺機器が接続された情報処理装置内のCPUにより直接各周辺機器を休止状態に移行させ、更にその休止状態からの復帰の際には、例えばCPU内のいわゆるハードウェアタイマを用いた各周辺機器の復帰制御を行っていた。   Here, as one measure for power saving in the peripheral device, a method is used in which each peripheral device is shifted to a hibernation state as necessary to suppress power consumption in each peripheral device. More specifically, each peripheral device is directly shifted to a dormant state by the CPU in the information processing apparatus to which each peripheral device is connected, and when returning from the dormant state, for example, so-called hardware in the CPU The return control of each peripheral device using a timer was performed.

しかしながら、このような従来の省電力化のための構成及び制御においては、例えば次のような課題があった。   However, such conventional configuration and control for power saving have the following problems, for example.

すなわち、第一に、各周辺機器において実行されるべき処理に対応する命令を予め当該情報処理装置において設定しておく必要があり、このため、当該周辺機器自体における処理内容の変更に対して柔軟に対応できないという問題点があった。   That is, first, it is necessary to set in advance in the information processing apparatus a command corresponding to a process to be executed in each peripheral device. Therefore, it is possible to flexibly change a processing content in the peripheral device itself. There was a problem that it was not possible to cope with.

また、第二には、各周辺機器が拡張された場合に命令を変更、追加することが困難であり、その場合にはCPU自体が命令実行タイミング及び実行内容を制御する必要があるという問題点があった。   Second, when each peripheral device is expanded, it is difficult to change or add a command, and in that case, the CPU itself needs to control the command execution timing and the execution content. was there.

更に、第三には、各周辺機器が夫々休止状態に移行する場合にも、それらに接続されたCPUの制御の下でその処理を行っており、結果的に各周辺機器を統括制御するCPUにおける処理負担の増大並びに消費電力の増大を招来していたという問題点があった。   Furthermore, thirdly, even when each peripheral device shifts to a dormant state, the processing is performed under the control of the CPU connected to the peripheral device, and as a result, the CPU that performs overall control of each peripheral device. There has been a problem that an increase in processing load and an increase in power consumption have been caused.

一方、これらの問題点に対応する従来技術としては、例えば下記特許文献1及び2に記載された技術がある。すなわち、当該各特許文献に記載の従来技術では、情報処理装置内のCPUから周辺機器を制御する複数の双方向キューを予め設定しておき、当該情報処理装置内においてCPUとは別個に構成されたタスク制御部を起動すると、当該タスク制御部が双方向キューのタスクをCPUの動作とは別に(換言すればCPUを駆動することなく)実行することで、当該CPUを含む情報処理装置全体としての省電力化を図っている。
特開2002−140280公報 特開平05−103358号公報
On the other hand, as conventional techniques corresponding to these problems, for example, there are techniques described in Patent Documents 1 and 2 below. That is, in the prior art described in each patent document, a plurality of bidirectional queues for controlling peripheral devices from the CPU in the information processing apparatus are set in advance, and are configured separately from the CPU in the information processing apparatus. When the task control unit is activated, the task control unit executes the tasks in the bidirectional queue separately from the operation of the CPU (in other words, without driving the CPU), so that the information processing apparatus including the CPU as a whole To save power.
JP 2002-140280 A Japanese Patent Laid-Open No. 05-103358

しかしながら、上述した従来の省電力化のための構成では、双方向キュー内には各タスクを実行するタイミングを制御する点については一切考慮されておらず、このため、当該タイミングを含めたきめ細かい周辺機器制御までは困難であるという問題点があった。   However, in the conventional power saving configuration described above, no consideration is given to controlling the timing of execution of each task in the bidirectional queue, and therefore the detailed peripheral including the timing is not considered. There was a problem that it was difficult to control the equipment.

また、当該従来の構成では、一旦設定された双方向キューを動的に(即ちその実行中に)変更することで、周辺機器における動作状態の変更等に柔軟に対応する点についても一切考慮されておらず、このため、携帯型の情報処理装置の駆動中においてありがちな状況の変化に対応することが困難であるという問題点もあった。   In addition, in the conventional configuration, the bidirectional queue that has been set once is dynamically changed (that is, during its execution), so that it is possible to flexibly cope with a change in the operating state of the peripheral device. For this reason, there is also a problem that it is difficult to cope with a change in the situation that is likely to occur during the driving of the portable information processing apparatus.

そこで、本発明は上記の各問題点に鑑みて為されたもので、その課題は、情報処理装置としての消費電力を抑制しつつ、各周辺機器における処理の実行タイミングの制御を含めてきめ細かく当該各周辺機器の処理を制御することができると共に、当該各周辺機器における動作状態の変更等にも柔軟に対応することが可能な情報処理装置及び当該情報処理装置において実行される情報処理方法並びに当該情報処理用プログラムを提供することにある。   Therefore, the present invention has been made in view of each of the above-mentioned problems, and the problem is precisely including control of execution timing of processing in each peripheral device while suppressing power consumption as an information processing apparatus. An information processing apparatus capable of controlling the processing of each peripheral device and flexibly responding to changes in the operating state of each peripheral device, an information processing method executed in the information processing apparatus, and the The object is to provide an information processing program.

上記の課題を解決するために、請求項1に記載の発明は、一つの副処理装置において実行されるべき処理の内容が夫々記述された複数の処理情報により構成される双方向キュー情報であって、複数の前記副処理装置に夫々対応する複数の双方向キュー情報を記憶するキュー情報記憶部等のキュー情報記憶手段と、各前記双方向キュー情報の内容に基づき、当該各双方向キュー情報に夫々対応する各前記副処理装置における前記処理の実行を制御するタスク制御部等の制御手段と、各前記双方向キュー情報の内容を設定し当該各双方向キュー情報として前記キュー情報記憶手段に記憶させると共に、当該各双方向キュー情報の内容に基づいた前記副処理装置における前記処理を前記制御手段に開始させた後に自ら休止状態に移行するCPU等の設定手段と、を備え、各前記双方向キュー情報には、当該双方向キュー情報に含まれる前記処理情報のうち、当該双方向キュー情報に対応する前記副処理装置において最初に実行されるべき前記処理を示す開始処理情報を示す開始処理情報指示情報と、当該双方向キュー情報に含まれる前記処理情報のうち、当該双方向キュー情報に対応する前記副処理装置において最後に実行されるべき前記処理を示す終了処理情報を示す終了処理情報指示情報と、が夫々更に含まれており、更に一の前記双方向キュー情報に含まれる各前記処理情報には、当該処理情報を示す処理情報指示情報と、当該一の双方向キュー情報に対応する前記副処理装置において順方向に実行されるべき前記処理を示す順方向処理情報と、前記順方向処理情報により示される前記処理に対応する待ち時間を示す順方向待ち時間情報と、前記一の双方向キュー情報に対応する前記副処理装置において逆方向に実行されるべき前記処理を示す逆方向処理情報と、前記逆方向処理情報により示される前記処理に対応する待ち時間を示す逆方向待ち時間情報と、が夫々含まれており、前記制御手段は、前記開始処理情報指示情報、前記終了処理情報指示情報、前記順方向処理情報、前記順方向待ち時間情報、前記逆方向処理情報又は前記逆方向待ち時間情報のうち少なくともいずれか一つの内容に基づいて各前記副処理装置における前記処理を制御するように構成される。   In order to solve the above problems, the invention described in claim 1 is bidirectional queue information composed of a plurality of pieces of processing information each describing the contents of processing to be executed in one sub-processing device. A queue information storage unit such as a queue information storage unit for storing a plurality of bidirectional queue information respectively corresponding to the plurality of sub-processing devices, and each bidirectional queue information based on the contents of each bidirectional queue information. Control means such as a task control unit for controlling the execution of the processing in each of the sub-processing devices corresponding to each, and the contents of each of the bidirectional queue information is set in the queue information storage means as the respective bidirectional queue information A CPU or the like that is stored and that shifts itself to a sleep state after causing the control means to start the processing in the sub-processing device based on the contents of each bidirectional queue information. And each of the bidirectional queue information includes the processing information included in the bidirectional queue information and is to be executed first in the sub-processing device corresponding to the bidirectional queue information. Of the process information included in the start process information indicating the start process information indicating the process and the bidirectional queue information, the process to be executed last in the sub-processing device corresponding to the bidirectional queue information Each of the processing information included in one of the two-way queue information includes processing information indicating information indicating the processing information, and end processing information indicating information indicating end processing information. The forward processing information indicating the processing to be executed in the forward direction in the sub-processing device corresponding to the one bidirectional queue information, and the forward processing information Forward waiting time information indicating the waiting time corresponding to the processing, reverse processing information indicating the processing to be executed in the reverse direction in the sub-processing device corresponding to the one bidirectional queue information, and the reverse Reverse waiting time information indicating a waiting time corresponding to the processing indicated by the direction processing information, respectively, and the control means includes the start processing information instruction information, the end processing information instruction information, the order It is configured to control the processing in each of the sub-processing devices based on at least one of the direction processing information, the forward waiting time information, the backward processing information, or the backward waiting time information. .

よって、各双方向キュー情報の内容に基づいた副処理装置における処理を制御手段に開始させた後に設定手段が自ら休止状態に移行するので、各副処理装置における処理が設定手段が休止している間に進行することで、情報処理装置における消費電力を抑制しつつ各副処理装置を機能させることができる。   Therefore, since the setting unit shifts to the dormant state after causing the control unit to start the processing in the sub processing device based on the contents of each bidirectional queue information, the setting unit is in the process of each sub processing device. By proceeding in the meantime, it is possible to cause each sub-processing device to function while suppressing power consumption in the information processing device.

また、一つの双方向キュー情報を構成する各処理情報に順方向待ち時間情報及び逆方向待ち時間情報が含まれているので、各処理情報に対応する処理の実行を時間軸で細かく制御しつつ情報処理装置としての消費電力を低減することができる。   Further, since each processing information constituting one bidirectional queue information includes forward waiting time information and backward waiting time information, execution of processing corresponding to each processing information is finely controlled on the time axis. Power consumption as the information processing apparatus can be reduced.

上記の課題を解決するために、請求項2に記載の発明は、請求項1に記載の情報処理装置において、各前記双方向キュー情報には、他の前記双方向キュー情報に含まれる前記処理情報のうち、前記終了処理情報により示される前記処理が終了した後に開始させるべき前記処理を示す前記処理情報を示すジャンプ情報が更に含まれており、前記制御手段は、前記開始処理情報指示情報、前記終了処理情報指示情報、前記ジャンプ情報、前記順方向処理情報、前記順方向待ち時間情報、前記逆方向処理情報又は前記逆方向待ち時間情報のうち少なくともいずれか一つの内容に基づいて各前記副処理装置における前記処理を制御するように構成される。   In order to solve the above problem, the invention according to claim 2 is the information processing apparatus according to claim 1, wherein each of the bidirectional queue information includes the processing included in the other bidirectional queue information. Jump information indicating the process information indicating the process to be started after the process indicated by the end process information is further included in the information, and the control means includes the start process information instruction information, Based on the contents of at least one of the end processing information instruction information, the jump information, the forward processing information, the forward waiting time information, the backward processing information, or the backward waiting time information, It is comprised so that the said process in a processing apparatus may be controlled.

よって、各双方向キュー情報内に他の双方向キュー情報内の処理情報に対応する処理に移行するためのジャンプ情報が含まれているので、複数の副処理装置間を自由に移行しつつ必要な処理を実行するように各双方向キュー情報を構成することで、複数の副処理装置によりより高度且つ複雑な処理を実行することができる。   Therefore, each bi-directional queue information includes jump information for migrating to processing corresponding to the processing information in other bi-directional queue information, so it is necessary while freely migrating between multiple sub-processing devices. By configuring each bidirectional queue information so as to execute various processes, more sophisticated and complicated processes can be executed by a plurality of sub-processing devices.

上記の課題を解決するために、請求項3に記載の発明は、請求項1に記載の情報処理装置において、前記終了処理情報には、他の前記双方向キュー情報に含まれる前記処理情報のうち、当該終了処理情報により示される前記処理が終了した後に開始させるべき前記処理を示す前記処理情報を示すジャンプ情報が含まれており、前記制御手段は、前記開始処理情報指示情報、前記終了処理情報指示情報、前記ジャンプ情報、前記順方向処理情報、前記順方向待ち時間情報、前記逆方向処理情報又は前記逆方向待ち時間情報のうち少なくともいずれか一つの内容に基づいて各前記副処理装置における前記処理を制御するように構成される。   In order to solve the above problem, the invention according to claim 3 is the information processing apparatus according to claim 1, wherein the end processing information includes the processing information included in the other bidirectional queue information. Among these, jump information indicating the process information indicating the process to be started after the process indicated by the end process information is included, and the control means includes the start process information instruction information, the end process In each sub-processing device based on the content of at least one of information instruction information, the jump information, the forward processing information, the forward waiting time information, the backward processing information, or the backward waiting time information It is configured to control the process.

よって、各処理情報内に他の双方向キュー情報内の処理情報に対応する処理に移行するためのジャンプ情報が含まれているので、複数の副処理装置間を自由に移行しつつ必要な処理を実行するように各双方向キュー情報を構成することで、複数の副処理装置によりより高度且つ複雑な処理を実行することができる。   Therefore, since each processing information includes jump information for shifting to processing corresponding to processing information in other bidirectional queue information, necessary processing is performed while freely moving between a plurality of sub-processing devices. By configuring each bidirectional queue information so as to execute the above, more sophisticated and complicated processing can be executed by a plurality of sub-processing devices.

上記の課題を解決するために、請求項4に記載の発明は、請求項2又は3に記載の情報処理装置において、一の前記副処理装置において実行されるべき前記処理が全て終了したとき、当該終了した旨を示す終了情報を生成して前記設定手段に出力するタスク制御部等の終了情報生成手段を更に備え、前記設定手段は、前記終了情報が出力されてきたとき、当該終了情報が出力されてきたタイミングで前記処理を実行している他の前記副処理装置に対応する前記双方向キュー情報に含まれている前記ジャンプ情報又は前記終了処理情報指示情報の少なくともいずれか一方の内容を変更し、更に前記制御手段は、前記ジャンプ情報のみの内容が前記設定手段により変更されたとき、当該内容変更後のジャンプ情報、前記開始処理情報指示情報、前記終了処理情報指示情報、前記順方向処理情報、前記順方向待ち時間情報、前記逆方向処理情報又は前記逆方向待ち時間情報のうち少なくともいずれか一つの内容に基づいて各前記副処理装置における前記処理を制御し、前記終了処理情報指示情報のみの内容が前記設定手段により変更されたとき、当該内容変更後の終了処理情報指示情報、前記開始処理情報指示情報、前記ジャンプ情報、前記順方向処理情報、前記順方向待ち時間情報、前記逆方向処理情報又は前記逆方向待ち時間情報のうち少なくともいずれか一つの内容に基づいて各前記副処理装置における前記処理を制御し、前記ジャンプ情報の内容及び前記終了処理情報指示情報の内容の双方が前記設定手段により変更されたとき、当該内容変更後のジャンプ情報、当該内容変更後の終了処理情報指示情報、前記開始処理情報指示情報、前記順方向処理情報、前記順方向待ち時間情報、前記逆方向処理情報又は前記逆方向待ち時間情報のうち少なくともいずれか一つの内容に基づいて各前記副処理装置における前記処理を制御するように構成される。   In order to solve the above problem, the invention according to claim 4 is the information processing device according to claim 2 or 3, wherein when all the processes to be executed in one of the sub-processing devices are completed, It further comprises end information generation means such as a task control unit that generates end information indicating that the end has been completed and outputs the end information to the setting means, and the setting means outputs the end information when the end information is output. The content of at least one of the jump information and the end processing information instruction information included in the bidirectional queue information corresponding to the other sub-processing device that is executing the processing at the output timing. And when the contents of only the jump information are changed by the setting means, the control means changes the jump information after the contents change, the start processing information instruction information, The processing in each of the sub-processing devices based on at least one of end processing information instruction information, the forward processing information, the forward waiting time information, the backward processing information, or the backward waiting time information And when the content of only the end process information instruction information is changed by the setting means, the end process information instruction information after the content change, the start process information instruction information, the jump information, the forward process information , Controlling the processing in each of the sub-processing devices based on the content of at least one of the forward waiting time information, the backward processing information, or the backward waiting time information, the contents of the jump information and the When both the contents of the end processing information instruction information are changed by the setting means, the jump information after the change of the contents, after the change of the contents End processing information instruction information, each of the start processing information instruction information, the forward processing information, the forward waiting time information, the backward processing information, or the backward waiting time information The sub processor is configured to control the processing.

よって、一の副処理装置において実行されるべき処理が全て終了してその終了情報が出力されてきたタイミングで処理を実行している他の副処理装置に対応する双方向キュー情報に含まれているジャンプ情報又は終了処理情報指示情報の少なくともいずれか一方の内容を変更し、その変更後の各情報に基づいて当該他の副処理装置における処理を制御するので、各副処理装置における一連の処理を実行中において、動的に当該処理内容を変更することができる。   Therefore, it is included in the bidirectional queue information corresponding to the other sub-processing device that is executing the process at the timing when the processing to be executed in one sub-processing device is completed and the end information is output. The content of at least one of the jump information and the end processing information instruction information is changed, and the processing in the other sub-processing device is controlled based on the information after the change, so a series of processing in each sub-processing device During execution, the processing contents can be changed dynamically.

上記の課題を解決するために、請求項5に記載の発明は、請求項4に記載の情報処理装置において、前記設定手段は、前記終了情報が出力されてきたとき、当該終了情報が出力されてきたタイミングで前記処理を実行している他の前記副処理装置の次に前記処理が実行されるべき更に他の前記副処理装置に対応する前記双方向キュー情報の内容を変更し、更に前記制御手段は、前記内容が変更された双方向キュー情報を用いて前記更に他の副処理装置における前記処理を制御するように構成される。   In order to solve the above-described problem, the invention according to claim 5 is the information processing apparatus according to claim 4, wherein the setting means outputs the end information when the end information is output. Change the content of the bidirectional queue information corresponding to the other sub-processing device to be executed next to the other sub-processing device that is executing the processing at a later timing, and The control means is configured to control the processing in the further sub-processing device using the bidirectional queue information whose contents are changed.

よって、一の副処理装置において実行されるべき処理が全て終了してその終了情報が出力されてきたタイミングで処理を実行している他の副処理装置の次に処理が実行されるべき更に他の副処理装置に対応する双方向キュー情報の内容を変更し、更に当該内容が変更された双方向キュー情報を用いて更に他の副処理装置における処理を制御するので、各副処理装置における一連の処理を実行中において、現在対応する処理を実行している副処理装置の処理内容に加えて、後続する副処理装置における処理内容を動的に変更することができる。   Therefore, the processing that is to be executed next to the other sub-processing device that is executing the processing at the timing when all the processing that should be executed in one sub-processing device is completed and the end information is output is yet another. The contents of the bidirectional queue information corresponding to the secondary processing apparatus are changed, and further, the processing in the other secondary processing apparatus is controlled using the bidirectional queue information whose contents are changed. During the execution of the above processing, in addition to the processing content of the sub-processing device currently executing the corresponding processing, the processing content in the subsequent sub-processing device can be dynamically changed.

上記の課題を解決するために、請求項6に記載の発明は、請求項2又は3に記載の情報処理装置において、一の前記副処理装置において実行されるべき前記処理が全て終了したとき、当該終了した旨を示す終了情報を生成して前記設定手段に出力するタスク制御部等の終了情報生成手段を更に備え、前記設定手段は、前記終了情報が出力されてきたとき、当該終了情報が出力されてきたタイミングで前記処理を実行している他の前記副処理装置の次に前記処理が実行されるべき更に他の前記副処理装置に対応する前記双方向キュー情報の内容を変更し、更に前記制御手段は、前記内容が変更された双方向キュー情報を用いて前記更に他の副処理装置における前記処理を制御するように構成される。   In order to solve the above problem, the invention according to claim 6 is the information processing device according to claim 2 or 3, wherein when all the processes to be executed in one of the sub-processing devices are completed, It further comprises end information generation means such as a task control unit that generates end information indicating that the end has been completed and outputs the end information to the setting means, and the setting means outputs the end information when the end information is output. Changing the content of the bidirectional queue information corresponding to the other sub-processing device to be executed next to the other sub-processing device that is executing the processing at the output timing; Further, the control means is configured to control the processing in the further sub-processing device using the bidirectional queue information whose contents are changed.

よって、一の副処理装置において実行されるべき処理が全て終了してその終了情報が出力されてきたタイミングで処理を実行している他の副処理装置の次に処理が実行されるべき更に他の副処理装置に対応する双方向キュー情報の内容を変更し、更に当該内容が変更された双方向キュー情報を用いて更に他の副処理装置における処理を制御するので、各副処理装置における一連の処理を実行中において、後続する副処理装置における処理内容を動的に変更することができる。   Therefore, the processing that is to be executed next to the other sub-processing device that is executing the processing at the timing when all the processing that should be executed in one sub-processing device is completed and the end information is output is yet another. The contents of the bidirectional queue information corresponding to the secondary processing apparatus are changed, and further, the processing in the other secondary processing apparatus is controlled using the bidirectional queue information whose contents are changed. During execution of the process, the processing contents in the subsequent sub-processing apparatus can be dynamically changed.

上記の課題を解決するために、請求項7に記載の発明は、請求項2から6のいずれか一項に記載の情報処理装置において、一の前記副処理装置において前記処理が開始されたとき、当該開始された旨を示す開始情報を生成して前記設定手段に出力するタスク制御部等の開始情報生成手段を更に備え、前記設定手段は、前記開始情報が出力されてきたとき、当該開始情報が出力されてきたタイミングで前記処理を実行している前記一の副処理装置に対応する前記双方向キュー情報に含まれている前記ジャンプ情報の内容を変更し、更に前記制御手段は、前記開始処理情報指示情報、前記終了処理情報指示情報、前記順方向処理情報、前記順方向待ち時間情報、前記逆方向処理情報、前記逆方向待ち時間情報又は前記内容が変更されたジャンプ情報のうち少なくともいずれか一つの内容に基づいて各前記副処理装置における前記処理を制御するように構成される。   In order to solve the above problem, the invention according to claim 7 is the information processing apparatus according to any one of claims 2 to 6, wherein the process is started in one of the sub-processing apparatuses. , Further comprising start information generating means such as a task control unit for generating start information indicating the start and outputting the start information to the setting means, and the setting means starts the start when the start information is output The content of the jump information included in the bidirectional queue information corresponding to the one sub-processing device that is executing the processing at the timing when the information has been output is changed. Start processing information instruction information, end processing information instruction information, forward processing information, forward waiting time information, backward processing information, backward waiting information, or jump information in which the content has been changed Configured to control the process in each of the sub-processing unit on the basis of at least one of the contents of the.

よって、一の副処理装置において実行されるべき処理が開始されるタイミングで対応する双方向キュー情報に含まれているジャンプ情報の内容を変更し、その変更後のジャンプ情報に基づいて処理を継続するので、各副処理装置における一連の処理を実行中において、動的に当該処理内容を変更することができる。   Therefore, the content of the jump information included in the corresponding bidirectional queue information is changed at the timing when the processing to be executed in one sub-processing device is started, and the processing is continued based on the changed jump information. Therefore, the processing contents can be dynamically changed during execution of a series of processing in each sub-processing device.

上記の課題を解決するために、請求項8に記載の発明は、請求項1から7のいずれか一項に記載の情報処理装置において、当該情報処理装置は携帯型の情報処理装置であり、少なくとも前記キュー情報記憶手段、前記制御手段及び設定手段に駆動電力を供給する電力供給手段と内蔵するように構成される。   In order to solve the above problem, an invention according to claim 8 is the information processing apparatus according to any one of claims 1 to 7, wherein the information processing apparatus is a portable information processing apparatus, At least the queue information storage means, the control means, and the setting means are configured to be built in with power supply means for supplying drive power.

よって、設定手段としての消費電力が抑制されているので、自立的に駆動電力を供給する携帯型の情報処理装置としての駆動時間を延伸することができる。   Therefore, since the power consumption as the setting means is suppressed, it is possible to extend the driving time as a portable information processing apparatus that supplies driving power independently.

上記の課題を解決するために、請求項9に記載の発明は、複数の副処理装置に接続される情報処理装置において実行される情報処理方法において、前記情報処理装置は、一つの副処理装置において実行されるべき処理の内容が夫々記述された複数の処理情報により構成される双方向キュー情報であって、複数の前記副処理装置に夫々対応する複数の双方向キュー情報を記憶するキュー情報記憶部等のキュー情報記憶手段と、各前記双方向キュー情報の内容を設定し当該各双方向キュー情報として前記キュー情報記憶手段に記憶させる設定手段と、を備え、各前記双方向キュー情報には、当該双方向キュー情報に含まれる前記処理情報のうち、当該双方向キュー情報に対応する前記副処理装置において最初に実行されるべき前記処理を示す開始処理情報を示す開始処理情報指示情報と、当該双方向キュー情報に含まれる前記処理情報のうち、当該双方向キュー情報に対応する前記副処理装置において最後に実行されるべき前記処理を示す終了処理情報を示す終了処理情報指示情報と、が夫々更に含まれており、更に一の前記双方向キュー情報に含まれる各前記処理情報には、当該処理情報を示す処理情報指示情報と、当該一の双方向キュー情報に対応する前記副処理装置において順方向に実行されるべき前記処理を示す順方向処理情報と、前記順方向処理情報により示される前記処理に対応する待ち時間を示す順方向待ち時間情報と、前記一の双方向キュー情報に対応する前記副処理装置において逆方向に実行されるべき前記処理を示す逆方向処理情報と、前記逆方向処理情報により示される前記処理に対応する待ち時間を示す逆方向待ち時間情報と、が夫々含まれており、記憶されている各前記双方向キュー情報に夫々含まれる、前記開始処理情報指示情報、前記終了処理情報指示情報、前記順方向処理情報、前記順方向待ち時間情報、前記逆方向処理情報又は前記逆方向待ち時間情報のうち少なくともいずれか一つの内容に基づいた各前記副処理装置における前記処理の制御を前記設定手段により開始させる制御開始工程と、前記設定手段に前記処理を開始させた後に当該設定手段を休止状態に移行させる移行工程と、を含むように構成される。   In order to solve the above problem, an invention according to claim 9 is an information processing method executed in an information processing device connected to a plurality of sub-processing devices, wherein the information processing device is one sub-processing device. Queue information for storing a plurality of bidirectional queue information respectively corresponding to the plurality of sub-processing devices, which is bidirectional queue information composed of a plurality of processing information each describing the contents of processing to be executed in Queue information storage means such as a storage unit, and setting means for setting the contents of each bidirectional queue information and storing the contents as the bidirectional queue information in the queue information storage means. Is a start indicating the processing to be executed first in the sub-processing device corresponding to the bidirectional queue information among the processing information included in the bidirectional queue information End processing information indicating start processing information indicating information indicating physical information and end processing indicating the processing to be executed last in the sub-processing device corresponding to the bidirectional queue information among the processing information included in the bidirectional queue information Each of the processing information included in the one-way queue information further includes processing information instruction information indicating the processing information, and the one processing information instruction information indicating end processing information instruction information indicating information. Forward processing information indicating the processing to be executed in the forward direction in the secondary processing device corresponding to bidirectional queue information, and a forward waiting time indicating a waiting time corresponding to the processing indicated by the forward processing information Information, reverse processing information indicating the processing to be executed in the reverse direction in the sub-processing device corresponding to the one bidirectional queue information, and the reverse processing information Reverse waiting time information indicating a waiting time corresponding to the processing to be performed, and the start processing information instruction information and the end processing, respectively, included in each of the stored bidirectional queue information Control of the processing in each sub-processing device based on at least one of information instruction information, the forward processing information, the forward waiting time information, the backward processing information, or the backward waiting time information The control starting step is started by the setting means, and the transition step is made to shift the setting means to the resting state after the setting means starts the processing.

よって、各双方向キュー情報の内容に基づいた副処理装置における処理を開始させた後に設定手段を休止状態に移行させるので、各副処理装置における処理が設定手段を休止させている間に進行することで、情報処理装置における消費電力を抑制しつつ各副処理装置を機能させることができる。   Therefore, after the processing in the secondary processing device based on the contents of each bidirectional queue information is started, the setting unit is shifted to the dormant state, so that the processing in each sub processing device proceeds while the setting unit is paused. Thus, each sub-processing device can be functioned while suppressing power consumption in the information processing device.

また、一つの双方向キュー情報を構成する各処理情報に順方向待ち時間情報及び逆方向待ち時間情報が含まれているので、各処理情報に対応する処理の実行を時間軸で細かく制御しつつ情報処理装置としての消費電力を低減することができる。   Further, since each processing information constituting one bidirectional queue information includes forward waiting time information and backward waiting time information, execution of processing corresponding to each processing information is finely controlled on the time axis. Power consumption as the information processing apparatus can be reduced.

上記の課題を解決するために、請求項10に記載の発明は、一つの副処理装置において実行されるべき処理の内容が夫々記述された複数の処理情報により構成される双方向キュー情報であって、複数の前記副処理装置に夫々対応する複数の双方向キュー情報を記憶するキュー情報記憶部等のキュー情報記憶手段を備える情報処理装置に含まれるコンピュータを、各前記双方向キュー情報の内容に基づき、当該各双方向キュー情報に夫々対応する各前記副処理装置における前記処理の実行を制御する制御手段、及び、各前記双方向キュー情報の内容を設定し当該各双方向キュー情報として前記キュー情報記憶手段に記憶させると共に、当該各双方向キュー情報の内容に基づいた前記副処理装置における前記処理を前記制御手段に開始させた後に自ら休止状態に移行する設定手段、として機能させる情報処理用プログラムであって、各前記双方向キュー情報には、当該双方向キュー情報に含まれる前記処理情報のうち、当該双方向キュー情報に対応する前記副処理装置において最初に実行されるべき前記処理を示す開始処理情報を示す開始処理情報指示情報と、当該双方向キュー情報に含まれる前記処理情報のうち、当該双方向キュー情報に対応する前記副処理装置において最後に実行されるべき前記処理を示す終了処理情報を示す終了処理情報指示情報と、が夫々更に含まれており、更に一の前記双方向キュー情報に含まれる各前記処理情報には、当該処理情報を示す処理情報指示情報と、当該一の双方向キュー情報に対応する前記副処理装置において順方向に実行されるべき前記処理を示す順方向処理情報と、前記順方向処理情報により示される前記処理に対応する待ち時間を示す順方向待ち時間情報と、前記一の双方向キュー情報に対応する前記副処理装置において逆方向に実行されるべき前記処理を示す逆方向処理情報と、前記逆方向処理情報により示される前記処理に対応する待ち時間を示す逆方向待ち時間情報と、が夫々含まれており、更に前記制御手段として機能する前記コンピュータを、前記開始処理情報指示情報、前記終了処理情報指示情報、前記順方向処理情報、前記順方向待ち時間情報、前記逆方向処理情報又は前記逆方向待ち時間情報のうち少なくともいずれか一つの内容に基づいて各前記副処理装置における前記処理を制御するように機能させる。   In order to solve the above problems, the invention according to claim 10 is bidirectional queue information composed of a plurality of pieces of processing information each describing the contents of processing to be executed in one sub-processing device. A computer included in an information processing device including queue information storage means such as a queue information storage unit that stores a plurality of bidirectional queue information respectively corresponding to the plurality of sub-processing devices; The control means for controlling the execution of the processing in each of the sub-processing devices respectively corresponding to each of the bidirectional queue information, and the contents of each of the bidirectional queue information is set as the respective bidirectional queue information After being stored in the queue information storage means and after causing the control means to start the processing in the sub-processing device based on the contents of each bidirectional queue information Each of the bidirectional queue information corresponds to the bidirectional queue information among the processing information included in the bidirectional queue information. Among the processing information included in the processing information included in the processing information included in the processing information included in the processing information included in the processing information included in the processing information included in the processing information included in the processing information included in the processing information to be executed first in the sub-processing device, Each of the pieces of processing information included in the one-way bi-directional queue information further includes end processing information indicating information indicating end processing information indicating the processing to be executed last in the sub-processing device. The processing information instruction information indicating the processing information and the processing to be executed in the forward direction in the sub-processing device corresponding to the one bidirectional queue information. In the reverse direction in the sub-processing device corresponding to the one-way queue information, the forward processing time information indicating the waiting time corresponding to the processing indicated by the forward processing information, Reverse processing information indicating the processing to be executed and reverse waiting time information indicating a waiting time corresponding to the processing indicated by the reverse processing information are included, respectively, and further as the control means The computer that functions is at least one of the start process information instruction information, the end process information instruction information, the forward process information, the forward waiting time information, the backward processing information, or the backward waiting time information. Based on one content, it functions to control the processing in each of the sub-processing devices.

よって、各双方向キュー情報の内容に基づいた副処理装置における処理を制御手段として機能するコンピュータに開始させた後に設定手段として機能するコンピュータが自ら休止状態に移行するように機能するので、各副処理装置における処理が設定手段として機能するコンピュータが休止している間に進行することで、情報処理装置における消費電力を抑制しつつ各副処理装置を機能させることができる。   Therefore, since the computer functioning as the setting unit after the processing in the sub-processing device based on the contents of each bidirectional queue information is started by the computer functioning as the control unit functions so as to shift to the dormant state. Since the processing in the processing device proceeds while the computer functioning as the setting unit is inactive, each sub-processing device can function while suppressing power consumption in the information processing device.

また、一つの双方向キュー情報を構成する各処理情報に順方向待ち時間情報及び逆方向待ち時間情報が含まれているので、各処理情報に対応する処理の実行を時間軸で細かく制御しつつ情報処理装置としての消費電力を低減することができる。   Further, since each processing information constituting one bidirectional queue information includes forward waiting time information and backward waiting time information, execution of processing corresponding to each processing information is finely controlled on the time axis. Power consumption as the information processing apparatus can be reduced.

請求項1に記載の発明によれば、各双方向キュー情報の内容に基づいた副処理装置における処理を制御手段に開始させた後に設定手段が自ら休止状態に移行するので、各副処理装置における処理が設定手段が休止している間に進行することで、情報処理装置における消費電力を抑制しつつ各副処理装置を機能させることができる。   According to the first aspect of the present invention, since the setting unit shifts to the dormant state after the control unit starts processing in the sub processing device based on the contents of each bidirectional queue information, Since the processing proceeds while the setting unit is paused, each sub-processing device can function while suppressing power consumption in the information processing device.

また、一つの双方向キュー情報を構成する各処理情報に順方向待ち時間情報及び逆方向待ち時間情報が含まれているので、各処理情報に対応する処理の実行を時間軸で細かく制御しつつ情報処理装置としての消費電力を低減することができる。   Further, since each processing information constituting one bidirectional queue information includes forward waiting time information and backward waiting time information, execution of processing corresponding to each processing information is finely controlled on the time axis. Power consumption as the information processing apparatus can be reduced.

従って、情報処理装置としての消費電力を抑制しつつ、各処理情報に対応する処理の実行タイミングの制御を含めてきめ細かく当該各副処理装置の処理を制御することができる。   Therefore, it is possible to control the processing of each sub-processing device in detail, including control of the execution timing of processing corresponding to each processing information, while suppressing power consumption as the information processing device.

請求項2に記載の発明によれば、請求項1に記載の発明の効果に加えて、各双方向キュー情報内に他の双方向キュー情報内の処理情報に対応する処理に移行するためのジャンプ情報が含まれているので、複数の副処理装置間を自由に移行しつつ必要な処理を実行するように各双方向キュー情報を構成することで、複数の副処理装置によりより高度且つ複雑な処理を実行することができる。   According to the invention described in claim 2, in addition to the effect of the invention described in claim 1, in order to shift to processing corresponding to processing information in other bidirectional queue information in each bidirectional queue information Since jump information is included, each bi-directional queue information is configured to execute necessary processing while freely moving between a plurality of sub-processing devices. Can perform various processes.

請求項3に記載の発明によれば、請求項1に記載の発明の効果に加えて、各処理情報内に他の双方向キュー情報内の処理情報に対応する処理に移行するためのジャンプ情報が含まれているので、複数の副処理装置間を自由に移行しつつ必要な処理を実行するように各双方向キュー情報を構成することで、複数の副処理装置によりより高度且つ複雑な処理を実行することができる。   According to the invention of claim 3, in addition to the effect of the invention of claim 1, jump information for shifting to processing corresponding to processing information in other bidirectional queue information in each processing information Therefore, by configuring each bi-directional queue information so that necessary processing can be performed while freely moving between multiple sub-processing devices, more sophisticated and complicated processing can be performed by multiple sub-processing devices. Can be executed.

請求項4に記載の発明によれば、請求項2又は3に記載の発明の効果に加えて、一の副処理装置において実行されるべき処理が全て終了してその終了情報が出力されてきたタイミングで処理を実行している他の副処理装置に対応する双方向キュー情報に含まれているジャンプ情報又は終了処理情報指示情報の少なくともいずれか一方の内容を変更し、その変更後の各情報に基づいて当該他の副処理装置における処理を制御するので、各副処理装置における一連の処理を実行中において、動的に当該処理内容を変更することができる。   According to the invention described in claim 4, in addition to the effect of the invention described in claim 2 or 3, all the processes to be executed in one sub-processing device are completed and the completion information is output. Change the contents of at least one of the jump information and the end processing information instruction information included in the bidirectional queue information corresponding to the other sub-processing devices that are executing processing at the timing, and then change the information Since the processing in the other sub-processing device is controlled based on the above, the processing content can be dynamically changed during execution of a series of processing in each sub-processing device.

請求項5に記載の発明によれば、請求項4に記載の発明の効果に加えて、一の副処理装置において実行されるべき処理が全て終了してその終了情報が出力されてきたタイミングで処理を実行している他の副処理装置の次に処理が実行されるべき更に他の副処理装置に対応する双方向キュー情報の内容を変更し、更に当該内容が変更された双方向キュー情報を用いて更に他の副処理装置における処理を制御するので、各副処理装置における一連の処理を実行中において、現在対応する処理を実行している副処理装置の処理内容に加えて、後続する副処理装置における処理内容を動的に変更することができる。   According to the invention described in claim 5, in addition to the effect of the invention described in claim 4, at the timing when all the processes to be executed in one sub-processing apparatus are completed and the completion information is output. The content of the bidirectional queue information corresponding to the other secondary processing device to be processed next to the other secondary processing device that is executing the processing is changed, and the bidirectional queue information in which the content is further changed Is used to control the processing in another sub-processing device, so that in addition to the processing contents of the sub-processing device that is currently executing the corresponding processing during the execution of a series of processing in each sub-processing device, The processing content in the sub-processing device can be dynamically changed.

請求項6に記載の発明によれば、請求項2又は3に記載の発明の効果に加えて、一の副処理装置において実行されるべき処理が全て終了してその終了情報が出力されてきたタイミングで処理を実行している他の副処理装置の次に処理が実行されるべき更に他の副処理装置に対応する双方向キュー情報の内容を変更し、更に当該内容が変更された双方向キュー情報を用いて更に他の副処理装置における処理を制御するので、各副処理装置における一連の処理を実行中において、後続する副処理装置における処理内容を動的に変更することができる。   According to the invention described in claim 6, in addition to the effect of the invention described in claim 2 or 3, all the processes to be executed in one sub-processing device are completed and the completion information is output. The content of the bidirectional queue information corresponding to the other sub-processing device to be processed next to the other sub-processing device that is executing the process at the timing is changed, and the content is further changed. Since processing in another sub-processing device is controlled using the queue information, the processing content in the succeeding sub-processing device can be dynamically changed during execution of a series of processing in each sub-processing device.

請求項7に記載の発明によれば、請求項2から6のいずれか一項に記載の発明の効果に加えて、一の副処理装置において実行されるべき処理が開始されるタイミングで対応する双方向キュー情報に含まれているジャンプ情報の内容を変更し、その変更後のジャンプ情報に基づいて処理を継続するので、各副処理装置における一連の処理を実行中において、動的に当該処理内容を変更することができる。   According to the invention described in claim 7, in addition to the effect of the invention described in any one of claims 2 to 6, it corresponds at the timing when the process to be executed in one sub-processing device is started. Since the contents of the jump information included in the bi-directional queue information are changed and the process is continued based on the jump information after the change, the process is dynamically executed while executing a series of processes in each sub-processing device. The contents can be changed.

請求項8に記載の発明によれば、請求項1から7のいずれか一項に記載の発明の効果に加えて、設定手段としての消費電力が抑制されているので、自立的に駆動電力を供給する携帯型の情報処理装置としての駆動時間を延伸することができる。   According to the invention described in claim 8, in addition to the effect of the invention described in any one of claims 1 to 7, since the power consumption as the setting means is suppressed, the drive power is independently increased. The driving time as a portable information processing apparatus to be supplied can be extended.

請求項9に記載の発明によれば、各双方向キュー情報の内容に基づいた副処理装置における処理を開始させた後に設定手段を休止状態に移行させるので、各副処理装置における処理が設定手段を休止させている間に進行することで、情報処理装置における消費電力を抑制しつつ各副処理装置を機能させることができる。   According to the ninth aspect of the present invention, since the setting unit is shifted to the dormant state after starting the processing in the sub-processing device based on the contents of each bidirectional queue information, the processing in each sub-processing device is the setting unit. It is possible to allow each sub-processing device to function while suppressing power consumption in the information processing device.

また、一つの双方向キュー情報を構成する各処理情報に順方向待ち時間情報及び逆方向待ち時間情報が含まれているので、各処理情報に対応する処理の実行を時間軸で細かく制御しつつ情報処理装置としての消費電力を低減することができる。   Further, since each processing information constituting one bidirectional queue information includes forward waiting time information and backward waiting time information, execution of processing corresponding to each processing information is finely controlled on the time axis. Power consumption as the information processing apparatus can be reduced.

従って、情報処理装置としての消費電力を抑制しつつ、各処理情報に対応する処理の実行タイミングの制御を含めてきめ細かく当該各副処理装置の処理を制御することができる。   Therefore, it is possible to control the processing of each sub-processing device in detail, including control of the execution timing of processing corresponding to each processing information, while suppressing power consumption as the information processing device.

請求項10に記載の発明によれば、各双方向キュー情報の内容に基づいた副処理装置における処理を制御手段として機能するコンピュータに開始させた後に設定手段として機能するコンピュータが自ら休止状態に移行するように機能するので、各副処理装置における処理が設定手段として機能するコンピュータが休止している間に進行することで、情報処理装置における消費電力を抑制しつつ各副処理装置を機能させることができる。   According to the tenth aspect of the present invention, after the computer functioning as the control unit starts the processing in the sub-processing device based on the contents of each bidirectional queue information, the computer functioning as the setting unit shifts to the dormant state by itself. Since the processing in each sub-processing device proceeds while the computer functioning as the setting unit is suspended, each sub-processing device can function while suppressing power consumption in the information processing device. Can do.

また、一つの双方向キュー情報を構成する各処理情報に順方向待ち時間情報及び逆方向待ち時間情報が含まれているので、各処理情報に対応する処理の実行を時間軸で細かく制御しつつ情報処理装置としての消費電力を低減することができる。   Further, since each processing information constituting one bidirectional queue information includes forward waiting time information and backward waiting time information, execution of processing corresponding to each processing information is finely controlled on the time axis. Power consumption as the information processing apparatus can be reduced.

従って、情報処理装置としての消費電力を抑制しつつ、各処理情報に対応する処理の実行タイミングの制御を含めてきめ細かく当該各副処理装置の処理を制御することができる。   Therefore, it is possible to control the processing of each sub-processing device in detail, including control of the execution timing of processing corresponding to each processing information, while suppressing power consumption as the information processing device.

次に、本発明を実施するための最良の形態について、図面に基づいて説明する。なお、以下に説明する実施形態は、例えば携帯型電話機等の携帯型の情報処理装置に対して本発明を適用した場合の実施の形態である。   Next, the best mode for carrying out the present invention will be described with reference to the drawings. The embodiment described below is an embodiment when the present invention is applied to a portable information processing apparatus such as a portable telephone.

(I)実施形態
始めに、本発明に係る実施形態について、図1乃至図4を用いて説明する。
(I) Embodiment First, an embodiment according to the present invention will be described with reference to FIGS.

なお、図1は実施形態に係る情報処理装置の概要構成を示すブロック図であり、図2は実施形態に係る双方向キュー情報の内容を例示する図であり、図3及び図4は実施形態に係るタスクの処理の流れを夫々示す図である。   1 is a block diagram showing a schematic configuration of the information processing apparatus according to the embodiment, FIG. 2 is a diagram illustrating the contents of bidirectional queue information according to the embodiment, and FIGS. 3 and 4 are embodiments. It is a figure which shows the flow of the process of the task which concerns on, respectively.

図1に示すように、実施形態に係る情報処理装置Sは、外部の周辺機器P1乃至P3と接続されているものであり、設定手段としてのCPU1と、制御手段、終了情報生成手段及び開始情報生成手段としてのタスク制御部2と、タイマ3と、キュー情報記憶手段としてのキュー情報記憶部4と、により構成されている。   As shown in FIG. 1, the information processing apparatus S according to the embodiment is connected to external peripheral devices P1 to P3, and includes a CPU 1 as setting means, control means, end information generation means, and start information. A task control unit 2 as a generation unit, a timer 3, and a queue information storage unit 4 as a queue information storage unit are configured.

そして、キュー情報記憶部4内には、各周辺機器P1乃至P3に一対一に対応付けられ、夫々の周辺機器において実行される命令の内容を記述した双方向キュー情報が当該周辺機器の数だけ(図1に示す場合は三つ)記憶されている。   The queue information storage unit 4 has one-to-one correspondence with each of the peripheral devices P1 to P3, and has two-way queue information describing the contents of commands executed in each peripheral device as many as the number of the peripheral devices. (Three in the case shown in FIG. 1) are stored.

このとき、タスク制御部2は、CPU1から処理の開始命令を受け取ると、当該CPU1とは独立に、キュー情報記憶部2内に記憶されている当該双方向キュー情報の内容に基づいて各周辺機器P1乃至P3の動作を制御する。   At this time, when the task control unit 2 receives a processing start command from the CPU 1, each peripheral device is based on the contents of the bidirectional queue information stored in the queue information storage unit 2 independently of the CPU 1. The operation of P1 to P3 is controlled.

次に、当該双方向キュー情報の内容について、具体的に図2を用いて説明する。なお、図2は、周辺機器P1に一対一に対応する双方向キュー情報の内容を例示する図である。   Next, the contents of the bidirectional queue information will be specifically described with reference to FIG. FIG. 2 is a diagram illustrating the contents of the bidirectional queue information corresponding one-to-one with the peripheral device P1.

図2に示すように、一つの双方向キュー情報10には、ヘッダ情報20と、夫々が順方向命令及び逆方向命令からなるタスク情報30が含まれている。なお、図2に示す場合は、合計五つのタスク情報30A乃至30Eが含まれている。   As shown in FIG. 2, one bidirectional queue information 10 includes header information 20 and task information 30 each composed of a forward instruction and a backward instruction. In the case shown in FIG. 2, a total of five pieces of task information 30A to 30E are included.

この構成において、先ずヘッダ情報20には、その双方向キュー情報10が対応する周辺機器P1において最初に実行される命令に相当するタスク情報の番号を示す開始タスク番号情報21と、当該双方向キュー情報10が対応する周辺機器P1において最後に実行される命令に相当するタスク情報の番号を示す開始タスク番号情報22と、当該双方向キュー情報10が対応する周辺機器P1における処理が完了した後に移行する他の周辺装置に対応する他の双方向キュー情報内のタスク情報の番号を示すジャンプ情報23と、が含まれている。   In this configuration, first, the header information 20 includes start task number information 21 indicating the number of task information corresponding to an instruction executed first in the peripheral device P1 corresponding to the bidirectional queue information 10, and the bidirectional queue. Start task number information 22 indicating the number of task information corresponding to the last command executed in the peripheral device P1 to which the information 10 corresponds, and transition after the processing in the peripheral device P1 to which the bidirectional queue information 10 corresponds is completed. And jump information 23 indicating the number of task information in other bidirectional queue information corresponding to the other peripheral device.

また、各タスク情報30には、当該タスク情報30を識別するためのタスク番号情報31と、当該タスク情報30により示される命令の一部を構成する順方向命令の内容を示す順方向命令情報32と、当該順方向命令を実行する前の待機時間を示す順方向待ち時間情報33と、当該タスク情報30により示される命令の一部を構成する逆方向命令の内容を示す逆方向命令情報34と、当該逆方向命令を実行する前の待機時間を示す逆方向待ち時間情報35と、が夫々含まれている。   Each task information 30 includes task number information 31 for identifying the task information 30 and forward instruction information 32 indicating the contents of a forward instruction constituting a part of the instruction indicated by the task information 30. Forward waiting time information 33 indicating the waiting time before executing the forward instruction, and backward instruction information 34 indicating the contents of the backward instruction that constitutes a part of the instruction indicated by the task information 30; The backward waiting time information 35 indicating the waiting time before executing the backward instruction is included.

なお、上記の双方向キュー情報10において、ヘッダ情報20はタスク制御部2を介してCPU1によりその内容が記述・更新されるものであり、また、各タスク情報30の内容は予め記述された上でキュー情報記憶部2内に記憶されているものである。   In the bidirectional queue information 10 described above, the contents of the header information 20 are described and updated by the CPU 1 via the task control unit 2, and the contents of each task information 30 are described in advance. And stored in the queue information storage unit 2.

そして、CPU1は、各双方向キュー情報内のヘッダ情報20の内容設定又は更新が完了した後は、自立的に休止状態に移行する。   Then, after completing the setting or updating of the header information 20 in each bidirectional queue information, the CPU 1 autonomously shifts to a dormant state.

次に、上述した構成を備える双方向キュー情報10等を用いた周辺機器P1乃至P3における処理の制御について、具体的に図3及び図4を用いて説明する。   Next, processing control in the peripheral devices P1 to P3 using the bidirectional queue information 10 having the above-described configuration will be specifically described with reference to FIGS.

なお、図3及び図4においては、周辺機器P1には双方向キュー情報10が対応しており、周辺機器P2には双方向キュー情報40が対応しており、周辺機器P3には双方向キュー情報70が対応しているものとする。また、双方向キュー情報40内には、上述したヘッダ情報20と同様の構成を備えるヘッダ情報50の他、夫々上記タスク情報30と同様の構成を備えるタスク情報60が含まれている。更に、双方向キュー情報70内には、上述したヘッダ情報20と同様の構成を備えるヘッダ情報80の他、夫々上記タスク情報30と同様の構成を備えるタスク情報90が含まれている(図4参照)。   In FIGS. 3 and 4, the bidirectional queue information 10 corresponds to the peripheral device P1, the bidirectional queue information 40 corresponds to the peripheral device P2, and the bidirectional queue information 40 corresponds to the peripheral device P3. It is assumed that the information 70 corresponds. The bidirectional queue information 40 includes task information 60 having the same configuration as the task information 30 in addition to the header information 50 having the same configuration as the header information 20 described above. Further, the bidirectional queue information 70 includes task information 90 having the same configuration as the task information 30 in addition to the header information 80 having the same configuration as the header information 20 described above (FIG. 4). reference).

図3及び図4において、実施形態に係る処理が開始されると、先ず、CPU1は、複数の双方向キュー情報10等を相互に関連させつつ周辺機器P1乃至P3における処理を制御するべく、各双方向キュー情報10、40及び70夫々におけるタスク情報20、50及び80内の開始タスク番号情報21、終了タスク番号情報22及びジャンプ情報23を夫々設定(記述)する。この設定処理が終了した後、CPU1は、各周辺機器P1乃至P3における処理を開始する旨の開始命令をタスク制御部2に出力した後、自ら休止状態に移行する。   3 and 4, when the process according to the embodiment is started, first, the CPU 1 controls each process in the peripheral devices P1 to P3 while correlating a plurality of bidirectional queue information 10 and the like. The start task number information 21, the end task number information 22 and the jump information 23 in the task information 20, 50 and 80 in the bidirectional queue information 10, 40 and 70 are set (described), respectively. After this setting process is completed, the CPU 1 outputs a start command for starting the process in each of the peripheral devices P1 to P3 to the task control unit 2, and then shifts itself to a dormant state.

なお、図3及び図4において、ヘッダ情報20の内容として、開始タスク番号情報21の内容が「1」、終了タスク番号情報22の内容が「3」、ジャンプ情報22の内容が「双方向キュー情報70におけるタスク3」であるとする。   3 and 4, the contents of the header information 20 are “1” for the start task number information 21, “3” for the end task number information 22, and “two-way queue” for the jump information 22. It is assumed that task 3 in the information 70 ”.

また、ヘッダ情報40の内容として、開始タスク番号情報21の内容が「3」、終了タスク番号情報22の内容が「2」、ジャンプ情報22の内容が「双方向キュー情報40におけるタスク4」であるとする。   Further, the contents of the header information 40 are “3” for the start task number information 21, “2” for the end task number information 22, and “task 4 in the bidirectional queue information 40” for the jump information 22. Suppose there is.

更に、ヘッダ情報70の内容として、開始タスク番号情報21の内容が「4」、終了タスク番号情報22の内容が「5」、ジャンプ情報22の内容は空白であるとする。   Further, as the contents of the header information 70, the contents of the start task number information 21 are “4”, the contents of the end task number information 22 are “5”, and the contents of the jump information 22 are blank.

この状態において、CPU1からの上記開始命令を受けたタスク制御部2は、各双方向キュー情報10、40及び70に記述されている情報に基づき、夫々に開始タスク番号情報21に記述されているタスク番号に相当するタスクから命令実行を開始する。   In this state, the task control unit 2 that has received the start command from the CPU 1 is described in the start task number information 21 based on the information described in the bidirectional queue information 10, 40, and 70, respectively. Instruction execution is started from the task corresponding to the task number.

すなわち、周辺機器P1においては、タスク番号「1」に対応するタスク情報30Aの内容からタスク情報30Cの内容までの処理が順次実行され、次に、周辺機器P3におけるタスク番号「3」に対応するタスク情報90Cの内容に移行する。このとき、タスク制御部2は、各タスク情報内に含まれている順方向待ち時間情報33の時間だけタイマ3で計時した後、夫々のタスク情報の内容の処理を実行させる。   That is, in the peripheral device P1, the processing from the content of the task information 30A corresponding to the task number “1” to the content of the task information 30C is sequentially executed, and then corresponds to the task number “3” in the peripheral device P3. The task information 90C is transferred to. At this time, the task control unit 2 causes the timer 3 to count the time of the forward waiting time information 33 included in each task information, and then executes the processing of the contents of each task information.

そして、当該周辺機器P3においては、当該タスク情報30Cの内容の処理に続いてタスク情報30Bの内容の処理が逆方向実行され、次に、周辺機器P2におけるタスク番号「4」に対応するタスク情報60Dの内容に移行する。このとき、タスク制御部2は、各タスク情報内に含まれている逆方向待ち時間情報35の時間だけタイマ3で計時した後、夫々のタスク情報の内容の処理を実行させる。   Then, in the peripheral device P3, the processing of the content of the task information 30B is executed in the reverse direction following the processing of the content of the task information 30C, and then the task information corresponding to the task number “4” in the peripheral device P2 Move to 60D content. At this time, the task control unit 2 causes the timer 3 to measure the time of the backward waiting time information 35 included in each task information, and then executes the processing of the contents of each task information.

次に、当該周辺機器P2においては、当該タスク情報60Dの内容の処理に続いてタスク情報60Eの内容の処理が実行される。このときにも、タスク制御部2は、各タスク情報内に含まれている順方向待ち時間情報33の時間だけタイマ3で計時した後、夫々のタスク情報の内容の処理を実行させる。   Next, in the peripheral device P2, the processing of the content of the task information 60E is executed following the processing of the content of the task information 60D. Also at this time, the task control unit 2 causes the timer 3 to measure the time of the forward waiting time information 33 included in each task information, and then executes processing of the contents of each task information.

そして最後に、タスク情報60Eの内容の処理が完了した時点で、ヘッダ情報70のジャンプ情報22の内容は空白であることから、タスク制御部2からCPU1に対して、予め設定された周辺機器P1乃至P3の全ての処理が完了した旨の通知が出力され、これにより、CPU1が休止状態から復帰する。   Finally, when the processing of the content of the task information 60E is completed, the content of the jump information 22 of the header information 70 is blank, so that the peripheral device P1 set in advance from the task control unit 2 to the CPU 1 is set. A notification indicating that all the processes from P3 to P3 are completed is output, and the CPU 1 returns from the hibernation state.

以上説明したように、実施形態に係る情報処理装置Sの構成によれば、各双方向キュー情報10等の内容に基づいた周辺機器P1乃至P3における処理をタスク制御部2に開始させた後にCPU1が自ら休止状態に移行するので、各周辺機器P1乃至P3における処理がCPU1が休止している間に進行することで、情報処理装置Sにおける消費電力を抑制しつつ各周辺機器P1乃至P3を機能させることができる。   As described above, according to the configuration of the information processing apparatus S according to the embodiment, the CPU 1 starts after the task control unit 2 starts processing in the peripheral devices P1 to P3 based on the contents of each bidirectional queue information 10 and the like. Shifts to the dormant state, so that the processing in each peripheral device P1 to P3 proceeds while the CPU 1 is dormant, so that each peripheral device P1 to P3 functions while suppressing power consumption in the information processing apparatus S. Can be made.

また、一つの双方向キュー情報10等を構成する各タスク情報30等に順方向待ち時間情報33及び逆方向待ち時間情報35が含まれているので、各タスク情報30等に対応する処理の実行を時間軸で細かく制御しつつ情報処理装置Sとしての消費電力を低減することができる。   In addition, since each task information 30 or the like constituting one bidirectional queue information 10 or the like includes the forward waiting time information 33 and the backward waiting time information 35, the processing corresponding to each task information 30 or the like is executed. The power consumption of the information processing apparatus S can be reduced while finely controlling the time axis.

従って、情報処理装置Sとしての消費電力を抑制しつつ、各タスク情報30等に対応する処理の実行タイミングの制御を含めてきめ細かく当該各周辺機器P1乃至P3の処理を制御することができる。   Therefore, the processing of each peripheral device P1 to P3 can be finely controlled including the control of the execution timing of the processing corresponding to each task information 30 and the like while suppressing the power consumption as the information processing apparatus S.

また、各双方向キュー情報10等内に他の双方向キュー情報内のタスク情報30等に対応する処理に移行するためのジャンプ情報23が含まれているので、複数の周辺機器P1乃至P3間を自由に移行しつつ必要な処理を実行するように各双方向キュー情報を構成することで、複数の周辺機器P1乃至P3によりより高度且つ複雑な処理を実行することができる。   Further, since each bi-directional queue information 10 or the like includes jump information 23 for shifting to processing corresponding to the task information 30 or the like in the other bi-directional queue information, between the plurality of peripheral devices P1 to P3 By configuring each bidirectional queue information so as to execute necessary processing while freely shifting the process, more advanced and complicated processing can be executed by the plurality of peripheral devices P1 to P3.

更に、CPU1としての消費電力が抑制されているので、自立的に駆動電力を供給する携帯型の情報処理装置Sとしての駆動時間を延伸することができる。   Furthermore, since the power consumption as the CPU 1 is suppressed, it is possible to extend the driving time as the portable information processing apparatus S that supplies driving power independently.

(II)変形形態
次に、本発明に係る変形形態について説明する。
(II) Modified Embodiment Next, a modified embodiment according to the present invention will be described.

先ず、第一の変形形態として、上記ジャンプ情報23を各タスク情報30等内に含ませることもできる。   First, as a first modification, the jump information 23 can be included in each task information 30 or the like.

この第一の変形形態の場合には、各タスク情報30等内に他の双方向キュー情報内のタスク情報30等に対応する処理に移行するためのジャンプ情報23が含まれているので、複数の周辺機器P1乃至P3間を自由に移行しつつ必要な処理を実行するように各双方向キュー情報を構成することで、複数の周辺機器P1乃至P3によりより高度且つ複雑な処理を実行することができる。   In the case of this first modification, each task information 30 etc. includes jump information 23 for shifting to the processing corresponding to the task information 30 etc. in the other bidirectional queue information. By configuring each bidirectional queue information so as to execute necessary processing while freely moving between the peripheral devices P1 to P3, more advanced and complicated processing is executed by the plurality of peripheral devices P1 to P3. Can do.

更に、第二の変形形態として、上述した実施形態においては、各周辺機器P1等における処理の実行中には各双方向キュー情報10等の内容変更は行わないことを前提としているが、当該処理の実行中において双方向キュー情報10等の内容を変更するように構成することもできる。   Furthermore, as a second modification, in the above-described embodiment, it is assumed that the contents of each bidirectional queue information 10 and the like are not changed during execution of processing in each peripheral device P1 and the like. It is also possible to change the contents of the bidirectional queue information 10 and the like during the execution of.

すなわち、例えば、ジャンプ情報23が上記実施形態の如く空白でない場合でも、各周辺機器P1等に於ける全ての処理が終了した都度、次の処理に移行しつつCPU1にその終了した旨を通知する構成としてもよい。この場合、各周辺機器P1等毎に、最後のタスク情報の内容の処理を実行されたときにCPU1へ通知されることとなる。   That is, for example, even when the jump information 23 is not blank as in the above-described embodiment, every time all the processes in each peripheral device P1 and the like are completed, the CPU 1 is notified of the completion while proceeding to the next process. It is good also as a structure. In this case, the CPU 1 is notified when the processing of the content of the last task information is executed for each peripheral device P1 or the like.

そして、当該終了した旨の通知を受けたCPU1は、当該通知を受けたタイミングにおいて処理実行中の周辺機器に対応する双方向キュー情報10等におけるジャンプ情報23及び終了タスク番号情報22の変更(更新)処理、又は当該通知を受けたタイミングにおいて処理実行中の周辺機器の次に処理を実行すべき周辺機器に対応する双方向キュー情報10等の内容の変更(更新)処理、の少なくともいずれか一方を行う。   Then, the CPU 1 that has received the notification of the completion changes (updates) the jump information 23 and the end task number information 22 in the bidirectional queue information 10 and the like corresponding to the peripheral device that is executing the processing at the timing when the notification is received. ) At least one of processing, or processing for changing (updating) the contents of the bidirectional queue information 10 or the like corresponding to the peripheral device that is to execute processing next to the peripheral device that is executing processing at the timing of receiving the notification I do.

この構成により、一の周辺機器P1等において実行されるべき処理が全て終了してその旨の通知が出力されてきたタイミングで処理を実行している他の周辺機器P1乃至P3に対応する双方向キュー情報10等に含まれているジャンプ情報23又は終了タスク情報30等指示情報の少なくともいずれか一方の内容を変更し、その変更後の各情報に基づいて当該他の周辺機器P1乃至P3における処理を制御するので、各周辺機器P1乃至P3における一連の処理を実行中において、動的に当該処理内容を変更することができる。   With this configuration, bidirectional processing corresponding to the other peripheral devices P1 to P3 that are executing the processing at the timing when the processing to be executed in one peripheral device P1 or the like is completed and a notification to that effect is output. Processing in at least one of the jump information 23 and the instruction information such as the end task information 30 included in the queue information 10 etc. is changed, and the processing in the other peripheral devices P1 to P3 based on the changed information Therefore, during the execution of a series of processes in the peripheral devices P1 to P3, the contents of the process can be dynamically changed.

また、一の周辺機器P1等において実行されるべき処理が全て終了してその終了情報が出力されてきたタイミングで処理を実行している他の周辺機器P1乃至P3の次に処理が実行されるべき更に他の周辺機器P1乃至P3に対応する双方向キュー情報の内容を変更し、更に当該内容が変更された双方向キュー情報を用いて更に他の周辺機器P1乃至P3における処理を制御するので、各周辺機器P1乃至P3における一連の処理を実行中において、後続する周辺機器P1乃至P3における処理内容を動的に変更することができる。   Further, the processing is executed next to the other peripheral devices P1 to P3 that are executing the processing at the timing when the processing to be executed in one peripheral device P1 or the like is completed and the completion information is output. Since the contents of the bidirectional queue information corresponding to the other peripheral devices P1 to P3 to be changed are changed, and the processing in the other peripheral devices P1 to P3 is further controlled using the bidirectional queue information whose contents are changed. During the execution of a series of processes in the peripheral devices P1 to P3, the processing contents in the subsequent peripheral devices P1 to P3 can be dynamically changed.

最後に、第三の変形形態として、上記した第二の変形形態におけるCPU1への通知タイミングを、各周辺機器P1等に於ける処理の終了時だけではなく、その処理の開始時にも行えば、その開始された処理を実行中の周辺機器P1等におけるジャンプ情報23の変更も可能となる。   Finally, as a third variation, if the notification timing to the CPU 1 in the second variation described above is performed not only at the end of the process in each peripheral device P1 etc., but also at the start of the process, It is also possible to change the jump information 23 in the peripheral device P1 or the like that is executing the started processing.

この場合には、一の周辺機器P1等において実行されるべき処理が開始されるタイミングで対応する双方向キュー情報に含まれているジャンプ情報23の内容を変更し、その変更後のジャンプ情報23に基づいて処理を継続するので、各周辺機器P1乃至P3における一連の処理を実行中において、動的に当該処理内容を変更することができる。   In this case, the content of the jump information 23 included in the corresponding bidirectional queue information is changed at the timing when processing to be executed in one peripheral device P1 or the like is started, and the jump information 23 after the change is changed. Therefore, the processing content can be dynamically changed during execution of a series of processing in each of the peripheral devices P1 to P3.

なお、図3及び図4に夫々示すタイミングチャートに対応するプログラムを、フレキシブルディスク又はハードディスク等の情報記録媒体に夫々記録しておき、又はインターネット等を介して取得して夫々記録しておき、これらを汎用のコンピュータで読み出して実行することにより、当該コンピュータを実施形態に係るCPU1又はタスク制御部2として活用することも可能である。   It should be noted that the programs corresponding to the timing charts shown in FIGS. 3 and 4 are recorded on information recording media such as a flexible disk and a hard disk, respectively, or acquired and recorded via the Internet, etc. Can be used as the CPU 1 or the task control unit 2 according to the embodiment.

以上夫々説明したように、本発明は双方向キューを用いて情報処理を行う情報処理装置の分野に利用することが可能であり、特に携帯型の(すなわち、自律的に電源電力を供給する)情報処理装置の分野に適用すれば特に顕著な効果が得られる。   As described above, the present invention can be used in the field of information processing apparatuses that perform information processing using bidirectional queues, and is particularly portable (ie, autonomously supplies power). When applied to the field of information processing apparatuses, particularly remarkable effects can be obtained.

実施形態に係る情報処理装置の概要構成を示すブロック図である。It is a block diagram which shows the schematic structure of the information processing apparatus which concerns on embodiment. 実施形態に係る双方向キュー情報の構成例を示す図である。It is a figure which shows the structural example of the bidirectional | two-way queue information which concerns on embodiment. 実施形態に係る双方向キュー情報を用いた周辺機器における処理の内容路例示する図(I)である。It is a figure (I) which illustrates the contents course of processing in peripheral equipment using bidirectional cue information concerning an embodiment. 実施形態に係る双方向キュー情報を用いた周辺機器における処理の内容路例示する図(II)である。It is a figure (II) which illustrates the contents course of processing in a peripheral device using bidirectional queue information concerning an embodiment.

符号の説明Explanation of symbols

1 CPU
2 タスク制御部
3 タイマ
4 キュー情報記憶部
10、40、70 双方向キュー情報
20 ヘッダ情報
21 開始タスク番号情報
22 終了タスク番号情報
23 ジャンプ情報
30A、30B、30C、30D、30E、60A、60B、60C、60D、60E、90A、90B、90C、90D、90E タスク情報
31 タスク番号情報
32 順方向命令情報
33 順方向待ち時間情報
34 逆方向命令情報
35 逆方向待ち時間情報
S 情報処理装置
P1、P2、P3 周辺機器
1 CPU
2 Task control unit 3 Timer 4 Queue information storage unit 10, 40, 70 Bidirectional queue information 20 Header information 21 Start task number information 22 End task number information 23 Jump information 30A, 30B, 30C, 30D, 30E, 60A, 60B, 60C, 60D, 60E, 90A, 90B, 90C, 90D, 90E Task information 31 Task number information 32 Forward instruction information 33 Forward waiting time information 34 Reverse instruction information 35 Reverse waiting time information S Information processing devices P1, P2 , P3 peripheral equipment

Claims (10)

一つの副処理装置において実行されるべき処理の内容が夫々記述された複数の処理情報により構成される双方向キュー情報であって、複数の前記副処理装置に夫々対応する複数の双方向キュー情報を記憶するキュー情報記憶手段と、
各前記双方向キュー情報の内容に基づき、当該各双方向キュー情報に夫々対応する各前記副処理装置における前記処理の実行を制御する制御手段と、
各前記双方向キュー情報の内容を設定し当該各双方向キュー情報として前記キュー情報記憶手段に記憶させると共に、当該各双方向キュー情報の内容に基づいた前記副処理装置における前記処理を前記制御手段に開始させた後に自ら休止状態に移行する設定手段と、
を備え、
各前記双方向キュー情報には、
当該双方向キュー情報に含まれる前記処理情報のうち、当該双方向キュー情報に対応する前記副処理装置において最初に実行されるべき前記処理を示す開始処理情報を示す開始処理情報指示情報と、
当該双方向キュー情報に含まれる前記処理情報のうち、当該双方向キュー情報に対応する前記副処理装置において最後に実行されるべき前記処理を示す終了処理情報を示す終了処理情報指示情報と、
が夫々更に含まれており、
更に一の前記双方向キュー情報に含まれる各前記処理情報には、
当該処理情報を示す処理情報指示情報と、
当該一の双方向キュー情報に対応する前記副処理装置において順方向に実行されるべき前記処理を示す順方向処理情報と、
前記順方向処理情報により示される前記処理に対応する待ち時間を示す順方向待ち時間情報と、
前記一の双方向キュー情報に対応する前記副処理装置において逆方向に実行されるべき前記処理を示す逆方向処理情報と、
前記逆方向処理情報により示される前記処理に対応する待ち時間を示す逆方向待ち時間情報と、
が夫々含まれており、
前記制御手段は、前記開始処理情報指示情報、前記終了処理情報指示情報、前記順方向処理情報、前記順方向待ち時間情報、前記逆方向処理情報又は前記逆方向待ち時間情報のうち少なくともいずれか一つの内容に基づいて各前記副処理装置における前記処理を制御することを特徴とする情報処理装置。
Bidirectional queue information composed of a plurality of pieces of processing information each describing contents of processing to be executed in one sub-processing device, and a plurality of bidirectional queue information respectively corresponding to the plurality of sub-processing devices. Queue information storage means for storing
Based on the contents of each bidirectional queue information, control means for controlling execution of the processing in each of the sub-processing devices respectively corresponding to the respective bidirectional queue information;
The contents of each of the bidirectional queue information are set and stored in the queue information storage means as the respective bidirectional queue information, and the processing in the sub-processing device based on the contents of each of the bidirectional queue information is the control means A setting means for transitioning to the hibernation state after being started,
With
Each bidirectional queue information includes
Start processing information indicating information indicating start processing information indicating the processing to be executed first in the sub-processing device corresponding to the bidirectional queue information among the processing information included in the bidirectional queue information;
Of the processing information included in the bidirectional queue information, termination processing information indicating information indicating termination processing information indicating the processing to be executed last in the sub-processing device corresponding to the bidirectional queue information;
Are further included,
Further, each processing information included in one said bidirectional queue information includes:
Processing information instruction information indicating the processing information;
Forward processing information indicating the processing to be executed in the forward direction in the secondary processing device corresponding to the one bidirectional queue information;
Forward waiting time information indicating a waiting time corresponding to the processing indicated by the forward processing information;
Reverse processing information indicating the processing to be executed in the reverse direction in the secondary processing device corresponding to the one bidirectional queue information;
Backward waiting time information indicating a waiting time corresponding to the processing indicated by the backward processing information;
Are included,
The control means is at least one of the start processing information instruction information, the end processing information instruction information, the forward processing information, the forward waiting time information, the backward processing information, or the backward waiting information. An information processing apparatus that controls the processing in each of the sub-processing devices based on one content.
請求項1に記載の情報処理装置において、
各前記双方向キュー情報には、他の前記双方向キュー情報に含まれる前記処理情報のうち、前記終了処理情報により示される前記処理が終了した後に開始させるべき前記処理を示す前記処理情報を示すジャンプ情報が更に含まれており、
前記制御手段は、前記開始処理情報指示情報、前記終了処理情報指示情報、前記ジャンプ情報、前記順方向処理情報、前記順方向待ち時間情報、前記逆方向処理情報又は前記逆方向待ち時間情報のうち少なくともいずれか一つの内容に基づいて各前記副処理装置における前記処理を制御することを特徴とする情報処理装置。
The information processing apparatus according to claim 1,
Each bidirectional queue information indicates the processing information indicating the processing to be started after the processing indicated by the end processing information is completed among the processing information included in the other bidirectional queue information. Jump information is further included,
The control means includes the start processing information instruction information, the end processing information instruction information, the jump information, the forward processing information, the forward waiting time information, the backward processing information, or the backward waiting time information. An information processing apparatus that controls the processing in each of the sub-processing devices based on at least one of the contents.
請求項1に記載の情報処理装置において、
前記終了処理情報には、他の前記双方向キュー情報に含まれる前記処理情報のうち、当該終了処理情報により示される前記処理が終了した後に開始させるべき前記処理を示す前記処理情報を示すジャンプ情報が含まれており、
前記制御手段は、前記開始処理情報指示情報、前記終了処理情報指示情報、前記ジャンプ情報、前記順方向処理情報、前記順方向待ち時間情報、前記逆方向処理情報又は前記逆方向待ち時間情報のうち少なくともいずれか一つの内容に基づいて各前記副処理装置における前記処理を制御することを特徴とする情報処理装置。
The information processing apparatus according to claim 1,
The end process information includes jump information indicating the process information indicating the process to be started after the process indicated by the end process information is completed among the process information included in the other bidirectional queue information. Is included,
The control means includes the start processing information instruction information, the end processing information instruction information, the jump information, the forward processing information, the forward waiting time information, the backward processing information, or the backward waiting time information. An information processing apparatus that controls the processing in each of the sub-processing devices based on at least one of the contents.
請求項2又は3に記載の情報処理装置において、
一の前記副処理装置において実行されるべき前記処理が全て終了したとき、当該終了した旨を示す終了情報を生成して前記設定手段に出力する終了情報生成手段を更に備え、
前記設定手段は、前記終了情報が出力されてきたとき、当該終了情報が出力されてきたタイミングで前記処理を実行している他の前記副処理装置に対応する前記双方向キュー情報に含まれている前記ジャンプ情報又は前記終了処理情報指示情報の少なくともいずれか一方の内容を変更し、
更に前記制御手段は、
前記ジャンプ情報のみの内容が前記設定手段により変更されたとき、当該内容変更後のジャンプ情報、前記開始処理情報指示情報、前記終了処理情報指示情報、前記順方向処理情報、前記順方向待ち時間情報、前記逆方向処理情報又は前記逆方向待ち時間情報のうち少なくともいずれか一つの内容に基づいて各前記副処理装置における前記処理を制御し、
前記終了処理情報指示情報のみの内容が前記設定手段により変更されたとき、当該内容変更後の終了処理情報指示情報、前記開始処理情報指示情報、前記ジャンプ情報、前記順方向処理情報、前記順方向待ち時間情報、前記逆方向処理情報又は前記逆方向待ち時間情報のうち少なくともいずれか一つの内容に基づいて各前記副処理装置における前記処理を制御し、
前記ジャンプ情報の内容及び前記終了処理情報指示情報の内容の双方が前記設定手段により変更されたとき、当該内容変更後のジャンプ情報、当該内容変更後の終了処理情報指示情報、前記開始処理情報指示情報、前記順方向処理情報、前記順方向待ち時間情報、前記逆方向処理情報又は前記逆方向待ち時間情報のうち少なくともいずれか一つの内容に基づいて各前記副処理装置における前記処理を制御することを特徴とする情報処理装置。
The information processing apparatus according to claim 2 or 3,
When all the processes to be executed in one of the sub-processing devices are completed, the information processing apparatus further includes termination information generation means for generating termination information indicating that the processing is terminated and outputting the termination information to the setting unit.
When the end information is output, the setting means is included in the bidirectional queue information corresponding to the other sub-processing device that is executing the process at the timing when the end information is output. Change the content of at least one of the jump information or the end processing information instruction information,
Further, the control means includes
When the content of only the jump information is changed by the setting means, the jump information after the content change, the start processing information instruction information, the end processing information instruction information, the forward processing information, and the forward waiting time information , Controlling the processing in each of the sub-processing devices based on the content of at least one of the backward processing information or the backward waiting time information,
When the content of only the end process information instruction information is changed by the setting unit, the end process information instruction information after the content change, the start process information instruction information, the jump information, the forward process information, the forward direction Controlling the processing in each of the sub-processing devices based on at least one of the waiting time information, the backward processing information or the backward waiting time information,
When both the contents of the jump information and the contents of the end process information instruction information are changed by the setting means, the jump information after the contents change, the end process information instruction information after the contents change, the start process information instruction Controlling the processing in each sub-processing device based on at least one of information, the forward processing information, the forward waiting time information, the backward processing information, or the backward waiting time information An information processing apparatus characterized by the above.
請求項4に記載の情報処理装置において、
前記設定手段は、前記終了情報が出力されてきたとき、当該終了情報が出力されてきたタイミングで前記処理を実行している他の前記副処理装置の次に前記処理が実行されるべき更に他の前記副処理装置に対応する前記双方向キュー情報の内容を変更し、
更に前記制御手段は、前記内容が変更された双方向キュー情報を用いて前記更に他の副処理装置における前記処理を制御することを特徴とする情報処理装置。
The information processing apparatus according to claim 4,
When the end information is output, the setting means may execute the process next to the other sub-processing device that is executing the process at the timing when the end information is output. Changing the content of the bidirectional queue information corresponding to the sub-processing device of
Further, the control means controls the processing in the further sub-processing device using the bidirectional queue information whose contents are changed.
請求項2又は3に記載の情報処理装置において、
一の前記副処理装置において実行されるべき前記処理が全て終了したとき、当該終了した旨を示す終了情報を生成して前記設定手段に出力する終了情報生成手段を更に備え、
前記設定手段は、前記終了情報が出力されてきたとき、当該終了情報が出力されてきたタイミングで前記処理を実行している他の前記副処理装置の次に前記処理が実行されるべき更に他の前記副処理装置に対応する前記双方向キュー情報の内容を変更し、
更に前記制御手段は、前記内容が変更された双方向キュー情報を用いて前記更に他の副処理装置における前記処理を制御することを特徴とする情報処理装置。
The information processing apparatus according to claim 2 or 3,
When all the processes to be executed in one of the sub-processing devices are completed, the information processing apparatus further includes termination information generation means for generating termination information indicating that the processing is terminated and outputting the termination information to the setting unit.
When the end information is output, the setting means may execute the process next to the other sub-processing device that is executing the process at the timing when the end information is output. Changing the content of the bidirectional queue information corresponding to the sub-processing device of
Further, the control means controls the processing in the further sub-processing device using the bidirectional queue information whose contents are changed.
請求項2から6のいずれか一項に記載の情報処理装置において、
一の前記副処理装置において前記処理が開始されたとき、当該開始された旨を示す開始情報を生成して前記設定手段に出力する開始情報生成手段を更に備え、
前記設定手段は、前記開始情報が出力されてきたとき、当該開始情報が出力されてきたタイミングで前記処理を実行している前記一の副処理装置に対応する前記双方向キュー情報に含まれている前記ジャンプ情報の内容を変更し、
更に前記制御手段は、前記開始処理情報指示情報、前記終了処理情報指示情報、前記順方向処理情報、前記順方向待ち時間情報、前記逆方向処理情報、前記逆方向待ち時間情報又は前記内容が変更されたジャンプ情報のうち少なくともいずれか一つの内容に基づいて各前記副処理装置における前記処理を制御することを特徴とする情報処理装置。
The information processing apparatus according to any one of claims 2 to 6,
When the process is started in one sub-processing device, the apparatus further includes start information generation means for generating start information indicating that the process has started and outputting the start information to the setting means.
The setting means is included in the bidirectional queue information corresponding to the one sub-processing device that is executing the process at a timing when the start information is output when the start information is output. Change the content of the jump information
Further, the control means changes the start processing information instruction information, the end processing information instruction information, the forward processing information, the forward waiting time information, the backward processing information, the backward waiting information, or the contents. An information processing apparatus that controls the processing in each of the sub-processing devices based on at least one content of the jump information.
請求項1から7のいずれか一項に記載の情報処理装置において、
当該情報処理装置は携帯型の情報処理装置であり、
少なくとも前記キュー情報記憶手段、前記制御手段及び設定手段に駆動電力を供給する電力供給手段と内蔵することを特徴とする情報処理装置。
The information processing apparatus according to any one of claims 1 to 7,
The information processing apparatus is a portable information processing apparatus,
An information processing apparatus comprising: a power supply unit that supplies driving power to at least the queue information storage unit, the control unit, and the setting unit.
複数の副処理装置に接続される情報処理装置において実行される情報処理方法において、
前記情報処理装置は、一つの副処理装置において実行されるべき処理の内容が夫々記述された複数の処理情報により構成される双方向キュー情報であって、複数の前記副処理装置に夫々対応する複数の双方向キュー情報を記憶するキュー情報記憶手段と、各前記双方向キュー情報の内容を設定し当該各双方向キュー情報として前記キュー情報記憶手段に記憶させる設定手段と、を備え、
各前記双方向キュー情報には、
当該双方向キュー情報に含まれる前記処理情報のうち、当該双方向キュー情報に対応する前記副処理装置において最初に実行されるべき前記処理を示す開始処理情報を示す開始処理情報指示情報と、
当該双方向キュー情報に含まれる前記処理情報のうち、当該双方向キュー情報に対応する前記副処理装置において最後に実行されるべき前記処理を示す終了処理情報を示す終了処理情報指示情報と、
が夫々更に含まれており、
更に一の前記双方向キュー情報に含まれる各前記処理情報には、
当該処理情報を示す処理情報指示情報と、
当該一の双方向キュー情報に対応する前記副処理装置において順方向に実行されるべき前記処理を示す順方向処理情報と、
前記順方向処理情報により示される前記処理に対応する待ち時間を示す順方向待ち時間情報と、
前記一の双方向キュー情報に対応する前記副処理装置において逆方向に実行されるべき前記処理を示す逆方向処理情報と、
前記逆方向処理情報により示される前記処理に対応する待ち時間を示す逆方向待ち時間情報と、
が夫々含まれており、
記憶されている各前記双方向キュー情報に夫々含まれる、前記開始処理情報指示情報、前記終了処理情報指示情報、前記順方向処理情報、前記順方向待ち時間情報、前記逆方向処理情報又は前記逆方向待ち時間情報のうち少なくともいずれか一つの内容に基づいた各前記副処理装置における前記処理の制御を前記設定手段により開始させる制御開始工程と、
前記設定手段に前記処理を開始させた後に当該設定手段を休止状態に移行させる移行工程と、
を含むことを特徴とする情報処理方法。
In an information processing method executed in an information processing device connected to a plurality of sub-processing devices,
The information processing device is bi-directional queue information composed of a plurality of pieces of processing information each describing the contents of processing to be executed in one sub processing device, and corresponds to each of the plurality of sub processing devices. Queue information storage means for storing a plurality of bidirectional queue information, and setting means for setting the contents of each of the bidirectional queue information and storing the contents as the respective bidirectional queue information in the queue information storage means,
Each bidirectional queue information includes
Start processing information indicating information indicating start processing information indicating the processing to be executed first in the sub-processing device corresponding to the bidirectional queue information among the processing information included in the bidirectional queue information;
Of the processing information included in the bidirectional queue information, termination processing information indicating information indicating termination processing information indicating the processing to be executed last in the sub-processing device corresponding to the bidirectional queue information;
Are further included,
Further, each processing information included in one said bidirectional queue information includes:
Processing information instruction information indicating the processing information;
Forward processing information indicating the processing to be executed in the forward direction in the secondary processing device corresponding to the one bidirectional queue information;
Forward waiting time information indicating a waiting time corresponding to the processing indicated by the forward processing information;
Reverse processing information indicating the processing to be executed in the reverse direction in the secondary processing device corresponding to the one bidirectional queue information;
Backward waiting time information indicating a waiting time corresponding to the processing indicated by the backward processing information;
Are included,
The start process information instruction information, the end process information instruction information, the forward process information, the forward waiting time information, the backward process information, or the reverse included in each of the stored bidirectional queue information, respectively. A control start step for causing the setting means to start control of the processing in each of the sub-processing devices based on at least one of the contents of the waiting time information;
A transition step for causing the setting means to shift to a resting state after causing the setting means to start the processing;
An information processing method comprising:
一つの副処理装置において実行されるべき処理の内容が夫々記述された複数の処理情報により構成される双方向キュー情報であって、複数の前記副処理装置に夫々対応する複数の双方向キュー情報を記憶するキュー情報記憶手段を備える情報処理装置に含まれるコンピュータを、
各前記双方向キュー情報の内容に基づき、当該各双方向キュー情報に夫々対応する各前記副処理装置における前記処理の実行を制御する制御手段、及び、
各前記双方向キュー情報の内容を設定し当該各双方向キュー情報として前記キュー情報記憶手段に記憶させると共に、当該各双方向キュー情報の内容に基づいた前記副処理装置における前記処理を前記制御手段に開始させた後に自ら休止状態に移行する設定手段、
として機能させる情報処理用プログラムであって、
各前記双方向キュー情報には、
当該双方向キュー情報に含まれる前記処理情報のうち、当該双方向キュー情報に対応する前記副処理装置において最初に実行されるべき前記処理を示す開始処理情報を示す開始処理情報指示情報と、
当該双方向キュー情報に含まれる前記処理情報のうち、当該双方向キュー情報に対応する前記副処理装置において最後に実行されるべき前記処理を示す終了処理情報を示す終了処理情報指示情報と、
が夫々更に含まれており、
更に一の前記双方向キュー情報に含まれる各前記処理情報には、
当該処理情報を示す処理情報指示情報と、
当該一の双方向キュー情報に対応する前記副処理装置において順方向に実行されるべき前記処理を示す順方向処理情報と、
前記順方向処理情報により示される前記処理に対応する待ち時間を示す順方向待ち時間情報と、
前記一の双方向キュー情報に対応する前記副処理装置において逆方向に実行されるべき前記処理を示す逆方向処理情報と、
前記逆方向処理情報により示される前記処理に対応する待ち時間を示す逆方向待ち時間情報と、
が夫々含まれており、
更に前記制御手段として機能する前記コンピュータを、前記開始処理情報指示情報、前記終了処理情報指示情報、前記順方向処理情報、前記順方向待ち時間情報、前記逆方向処理情報又は前記逆方向待ち時間情報のうち少なくともいずれか一つの内容に基づいて各前記副処理装置における前記処理を制御するように機能させることを特徴とする情報処理用プログラム。
Bidirectional queue information composed of a plurality of pieces of processing information each describing contents of processing to be executed in one sub-processing device, and a plurality of bidirectional queue information respectively corresponding to the plurality of sub-processing devices. A computer included in an information processing apparatus including queue information storage means for storing
Based on the contents of each bidirectional queue information, control means for controlling the execution of the processing in each of the sub-processing devices corresponding to each bidirectional queue information, and
The contents of each of the bidirectional queue information are set and stored in the queue information storage means as the respective bidirectional queue information, and the processing in the sub-processing device based on the contents of each of the bidirectional queue information is the control means Setting means for transitioning to the hibernation state after starting
An information processing program that functions as
Each bidirectional queue information includes
Start processing information indicating information indicating start processing information indicating the processing to be executed first in the sub-processing device corresponding to the bidirectional queue information among the processing information included in the bidirectional queue information;
Of the processing information included in the bidirectional queue information, termination processing information indicating information indicating termination processing information indicating the processing to be executed last in the sub-processing device corresponding to the bidirectional queue information;
Are further included,
Further, each processing information included in one said bidirectional queue information includes:
Processing information instruction information indicating the processing information;
Forward processing information indicating the processing to be executed in the forward direction in the secondary processing device corresponding to the one bidirectional queue information;
Forward waiting time information indicating a waiting time corresponding to the processing indicated by the forward processing information;
Reverse processing information indicating the processing to be executed in the reverse direction in the secondary processing device corresponding to the one bidirectional queue information;
Backward waiting time information indicating a waiting time corresponding to the processing indicated by the backward processing information;
Are included,
Further, the computer functioning as the control means is configured to change the start processing information instruction information, the end processing information instruction information, the forward processing information, the forward waiting time information, the backward processing information, or the backward waiting information. An information processing program causing a function to control the processing in each of the sub-processing devices based on at least one of the contents.
JP2006134088A 2006-05-12 2006-05-12 Information processor, information processing method, and program for information processing Withdrawn JP2007304969A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006134088A JP2007304969A (en) 2006-05-12 2006-05-12 Information processor, information processing method, and program for information processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006134088A JP2007304969A (en) 2006-05-12 2006-05-12 Information processor, information processing method, and program for information processing

Publications (1)

Publication Number Publication Date
JP2007304969A true JP2007304969A (en) 2007-11-22

Family

ID=38838829

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006134088A Withdrawn JP2007304969A (en) 2006-05-12 2006-05-12 Information processor, information processing method, and program for information processing

Country Status (1)

Country Link
JP (1) JP2007304969A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012216190A (en) * 2011-03-31 2012-11-08 Denso Corp System and method for controlling traffic of messages between two processors

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012216190A (en) * 2011-03-31 2012-11-08 Denso Corp System and method for controlling traffic of messages between two processors

Similar Documents

Publication Publication Date Title
JP6219121B2 (en) Electronic device and control method thereof
US9411390B2 (en) Integrated circuit device having power domains and partitions based on use case power optimization
JP4724461B2 (en) System LSI
US20090204835A1 (en) Use methods for power optimization using an integrated circuit having power domains and partitions
JP5605970B2 (en) Minimizing resource latency between processor application states in portable computing devices by scheduling resource set migration
JP4685040B2 (en) Semiconductor integrated circuit and power supply control method thereof
TWI425422B (en) Multi-cpu domain mobile electronic device and operation method thereof
KR101551321B1 (en) Method and system for scheduling requests in a portable computing device
JP2005528664A (en) CPU power-down method and apparatus therefor
JP2008077563A (en) Electronic device and cpu operating environment control program
JP2006195976A (en) Multi-thread hardware system and method
JP2009289193A (en) Information processing apparatus
US20210191499A1 (en) Electronic display power management systems and methods
US20230014545A1 (en) Electronic display pipeline power management systems and methods
JP4910067B1 (en) Electronic device and power saving control method for electronic device
KR102325453B1 (en) Method for operating semiconductor device
CN101258465B (en) System and method of controlling multiple program threads within a multithreaded processor
JP2006178854A (en) Electronic circuit
JP2007304969A (en) Information processor, information processing method, and program for information processing
JP2008011645A (en) Power supply controller, electronic device, and operation control method
JP2007006290A (en) Digital integrated circuit and control method thereof
WO2022231867A1 (en) Synchronous display pipeline systems and methods
US20120185673A1 (en) Reconfigurable processor using power gating, compiler and compiling method thereof
KR101294407B1 (en) Apparatus and method for saving power consumption in Information Processing Device
JP4839936B2 (en) Information processing apparatus and information processing method

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20090804