JP2016206817A - 電子制御装置 - Google Patents
電子制御装置 Download PDFInfo
- Publication number
- JP2016206817A JP2016206817A JP2015085637A JP2015085637A JP2016206817A JP 2016206817 A JP2016206817 A JP 2016206817A JP 2015085637 A JP2015085637 A JP 2015085637A JP 2015085637 A JP2015085637 A JP 2015085637A JP 2016206817 A JP2016206817 A JP 2016206817A
- Authority
- JP
- Japan
- Prior art keywords
- task
- priority
- core
- tasks
- executed
- 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.)
- Granted
Links
- 238000012544 monitoring process Methods 0.000 claims description 54
- 230000008859 change Effects 0.000 claims description 7
- 238000000034 method Methods 0.000 description 31
- 230000008569 process Effects 0.000 description 29
- 238000010586 diagram Methods 0.000 description 7
- 230000009467 reduction Effects 0.000 description 2
- 230000008901 benefit Effects 0.000 description 1
- 239000000470 constituent Substances 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 239000000446 fuel Substances 0.000 description 1
- 238000002347 injection Methods 0.000 description 1
- 239000007924 injection Substances 0.000 description 1
- 239000000463 material Substances 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4843—Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
- G06F9/4881—Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/48—Indexing scheme relating to G06F9/48
- G06F2209/484—Precedence
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
Abstract
【解決手段】電子制御装置101は、複数のコア103で所定の複数のタスク108を並行して実行するマルチコアマイコン102を備え、同一のコア103bで実行するよう設定される複数のタスクのうちの第一のタスク108cが、同一のコア103b以外の他のコア103aで実行される第二のタスク108bの完了まで実行を待機する必要があるとき、同一コア内の第一のタスク108cを除く第三のタスク108dの優先順位に対して、第一のタスク108cの優先順位を相対的に低くする。
【選択図】図1
Description
102:マルチコアマイコン
103:複数のコア
103a:コア1(他のコア)
103b:コア2(同一のコア)
105:タスク監視部(優先順位変更部、監視部)
106:RAM(記憶部)
108,208:複数のタスク
108b,208b:タスクB(第二のタスク)
108c,208c:タスクC(第一のタスク)
108d:タスクD(第三のタスク)
208d:タスクD(第四のタスク)
208e:タスクE(第三のタスク)
Claims (6)
- 複数のコア(103)で所定の複数のタスク(108,208)を並行して実行するマルチコアマイコン(102)を備え、
前記所定の複数のタスクのそれぞれは、前記複数のコアのうち特定の1つのコアで実行するよう個別に設定されると共に、前記マルチコアマイコン内における実行の順序を設定されており、
同一の前記コアで実行するよう設定される複数のタスクのそれぞれは、前記同一のコア内における前記実行の順序を規定するための優先順位を設定され、
前記複数のタスク(108c,108d,208c〜208e)のうちの第一のタスク(108c,208c)が、前記同一のコア(103b)以外の他の前記コア(103a)で実行される第二のタスク(108b,208b)の完了まで実行を待機する必要があるとき、前記複数のタスクのうち前記第一のタスクを除く第三のタスク(108d,208e)の前記優先順位に対して、前記第一のタスクの前記優先順位を相対的に低くする
ことを特徴とする電子制御装置(101)。 - 前記第二のタスクの実行が完了したとき、前記第三のタスクに対して相対的に低くした前記第一のタスクの前記優先順位を元に戻す
ことを特徴とする、請求項1に記載の電子制御装置。 - 前記第一のタスクが、前記第二のタスクが完了するまで実行を待機する必要があるとき、前記第三のタスクの前記優先順位に対して、前記第一のタスクの前記優先順位を相対的に低く変更する優先順位変更部(105)と、
前記優先順位変更部により前記第一のタスクの前記優先順位が変更されたとき、前記第一のタスクの元の優先順位を記憶する記憶部(106)と、
を備え、
前記優先順位変更部は、前記第二のタスクの実行が完了したとき、前記第一のタスクの前記優先順位を前記記憶部に記憶されている前記元の優先順位に戻す
ことを特徴とする、請求項2に記載の電子制御装置。 - 前記複数のコアで実行されるタスクの実行完了を監視する監視部(105)を備え、
前記優先順位変更部は、前記監視部により前記第二のタスクの実行が完了したことが検知されたとき、記第一のタスクの前記優先順位を前記記憶部に記憶されている前記元の優先順位に戻す
ことを特徴とする、請求項3に記載の電子制御装置。 - 前記第三のタスク(208e)の前記優先順位に対して、前記第一のタスク(208c)の前記優先順位を相対的に低く変更するとき、前記複数のタスク(208c〜208e)のうち前記第一のタスクと同一の優先順位が設定される第四のタスク(208d)の優先順位を前記第一のタスクと同様に変更する
ことを特徴とする、請求項1に記載の電子制御装置。 - 前記第二のタスクの実行が完了したとき、前記第三のタスクに対して相対的に低くした前記第一のタスク及び前記第四のタスクの前記優先順位を元に戻す
ことを特徴とする、請求項5に記載の電子制御装置。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015085637A JP6365387B2 (ja) | 2015-04-20 | 2015-04-20 | 電子制御装置 |
DE102016206490.8A DE102016206490A1 (de) | 2015-04-20 | 2016-04-18 | Elektronische steuereinheit |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015085637A JP6365387B2 (ja) | 2015-04-20 | 2015-04-20 | 電子制御装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2016206817A true JP2016206817A (ja) | 2016-12-08 |
JP6365387B2 JP6365387B2 (ja) | 2018-08-01 |
Family
ID=57043751
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2015085637A Active JP6365387B2 (ja) | 2015-04-20 | 2015-04-20 | 電子制御装置 |
Country Status (2)
Country | Link |
---|---|
JP (1) | JP6365387B2 (ja) |
DE (1) | DE102016206490A1 (ja) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2020091540A (ja) * | 2018-12-03 | 2020-06-11 | 株式会社デンソー | 情報処理装置 |
KR20220084824A (ko) * | 2020-12-14 | 2022-06-21 | 현대오토에버 주식회사 | 멀티 코어 시스템에서의 태스크 실행 관리 방법, 그리고 이를 구현하기 위한 장치 |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH09128351A (ja) * | 1995-10-27 | 1997-05-16 | Fujitsu Ltd | 並列計算機における並列プロセススケジューリング方法および並列計算機用処理装置 |
JP2002073374A (ja) * | 2000-08-30 | 2002-03-12 | Canon Inc | 割り込みシミュレーション方法及び装置 |
JP2003067201A (ja) * | 2001-08-30 | 2003-03-07 | Hitachi Ltd | コントローラとオペレーティングシステム |
JP2008276666A (ja) * | 2007-05-07 | 2008-11-13 | Sony Corp | 情報処理装置および方法、並びにプログラム |
WO2014027444A1 (ja) * | 2012-08-13 | 2014-02-20 | 日本電気株式会社 | スケジューリング装置、及び、スケジューリング方法 |
JP2015022504A (ja) * | 2013-07-18 | 2015-02-02 | 富士通株式会社 | 情報処理装置、方法、及びプログラム |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2013054625A (ja) | 2011-09-06 | 2013-03-21 | Toyota Motor Corp | 情報処理装置、情報処理方法 |
-
2015
- 2015-04-20 JP JP2015085637A patent/JP6365387B2/ja active Active
-
2016
- 2016-04-18 DE DE102016206490.8A patent/DE102016206490A1/de active Granted
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH09128351A (ja) * | 1995-10-27 | 1997-05-16 | Fujitsu Ltd | 並列計算機における並列プロセススケジューリング方法および並列計算機用処理装置 |
JP2002073374A (ja) * | 2000-08-30 | 2002-03-12 | Canon Inc | 割り込みシミュレーション方法及び装置 |
JP2003067201A (ja) * | 2001-08-30 | 2003-03-07 | Hitachi Ltd | コントローラとオペレーティングシステム |
JP2008276666A (ja) * | 2007-05-07 | 2008-11-13 | Sony Corp | 情報処理装置および方法、並びにプログラム |
WO2014027444A1 (ja) * | 2012-08-13 | 2014-02-20 | 日本電気株式会社 | スケジューリング装置、及び、スケジューリング方法 |
JP2015022504A (ja) * | 2013-07-18 | 2015-02-02 | 富士通株式会社 | 情報処理装置、方法、及びプログラム |
Non-Patent Citations (1)
Title |
---|
石綿陽一: "Linuxカーネル2.2シリーズに基づくART-Linuxの開発とそのリアルタイム処理性能", INTERFACE, vol. 第28巻,第6号, JPN6018013107, 1 June 2002 (2002-06-01), JP, pages 130 - 137, ISSN: 0003776767 * |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2020091540A (ja) * | 2018-12-03 | 2020-06-11 | 株式会社デンソー | 情報処理装置 |
JP7263746B2 (ja) | 2018-12-03 | 2023-04-25 | 株式会社デンソー | 情報処理装置 |
KR20220084824A (ko) * | 2020-12-14 | 2022-06-21 | 현대오토에버 주식회사 | 멀티 코어 시스템에서의 태스크 실행 관리 방법, 그리고 이를 구현하기 위한 장치 |
KR102540724B1 (ko) | 2020-12-14 | 2023-06-05 | 현대오토에버 주식회사 | 멀티 코어 시스템에서의 태스크 실행 관리 방법, 그리고 이를 구현하기 위한 장치 |
Also Published As
Publication number | Publication date |
---|---|
DE102016206490A1 (de) | 2016-10-20 |
JP6365387B2 (ja) | 2018-08-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN106569891B (zh) | 一种存储系统中任务调度执行的方法和装置 | |
CN103714397B (zh) | 多阶段任务多状态系统的最优选择性维修优化方法及装置 | |
US8417918B2 (en) | Reconfigurable processor with designated processing elements and reserved portion of register file for interrupt processing | |
CN104778074A (zh) | 一种计算任务处理方法及装置 | |
US9043806B2 (en) | Information processing device and task switching method | |
WO2017090364A1 (ja) | 車両制御装置 | |
CN106528065B (zh) | 一种线程获取方法及设备 | |
JP2007257257A (ja) | マルチタスクシステムにおけるタスク実行環境切替え方法 | |
US20090113439A1 (en) | Method and Apparatus for Processing Data | |
JP2013149221A (ja) | プロセッサの制御装置およびその方法 | |
JP6365387B2 (ja) | 電子制御装置 | |
US8316375B2 (en) | Load-balancing of processes based on inertia | |
EP2759927B1 (en) | Apparatus and method for sharing function logic between functional units, and reconfigurable processor thereof | |
JP5971214B2 (ja) | データ処理装置及びデータ処理プログラム | |
JP2017102633A (ja) | 情報処理装置および半導体集積回路装置 | |
US20160253773A1 (en) | Path calculation device, path calculation method and program | |
JP6519515B2 (ja) | マイクロコンピュータ | |
JP6243266B2 (ja) | 電子制御装置及びメモリ診断方法 | |
JP2008090455A (ja) | マルチプロセッサ信号処理装置 | |
JP6413922B2 (ja) | ソフトウェア分割方法、ソフトウェア分割装置および車載装置 | |
JP2011008702A (ja) | 故障処理装置 | |
JP2019036322A (ja) | 車両制御装置 | |
CN111480144A (zh) | 多核机动车计算机管理多个任务的方法 | |
JP2012226409A (ja) | マルチコア・プロセッサ | |
JP2007241570A (ja) | プログラマブルコントローラ間通信のための共有メモリの設定方式 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20170725 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20180307 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20180417 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20180529 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20180605 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20180618 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 6365387 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |