CN1687901A - Real time task dispatching method based on interrupt - Google Patents

Real time task dispatching method based on interrupt Download PDF

Info

Publication number
CN1687901A
CN1687901A CN 200510026581 CN200510026581A CN1687901A CN 1687901 A CN1687901 A CN 1687901A CN 200510026581 CN200510026581 CN 200510026581 CN 200510026581 A CN200510026581 A CN 200510026581A CN 1687901 A CN1687901 A CN 1687901A
Authority
CN
China
Prior art keywords
task
interruption
interrupt
priority
time
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
Application number
CN 200510026581
Other languages
Chinese (zh)
Other versions
CN100365580C (en
Inventor
邵时
陆刚
张卫
吴荣华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
East China Normal University
Donghua University
Original Assignee
East China Normal University
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 East China Normal University filed Critical East China Normal University
Priority to CNB2005100265817A priority Critical patent/CN100365580C/en
Publication of CN1687901A publication Critical patent/CN1687901A/en
Application granted granted Critical
Publication of CN100365580C publication Critical patent/CN100365580C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Executing Machine-Instructions (AREA)

Abstract

The invention is an interrupt-based real-time task controlling method, able to ensure higher real-timeness and stability on the premise of not adding the extra resources overhead of the system, bringing a task as a virtual interrupt into an interrupt system for controlling, and adopting a table look-up mode to obtain the highest propriety interrupt and virtual interrupt, where the controlling time is constant and does not change with the number of the interrupts and virtual interrupts. It has a simple principle and easy to implement, and particularly applied to medium and low -side embedded real-time systems.

Description

Based on the real-time task scheduling method that interrupts
Affiliated technical field
The present invention relates to a kind ofly, especially refer to be applied to the method for scheduling task in the embedded real time system based on the real-time task scheduling method that interrupts.
Background technology
Be applied to have in the method for scheduling task of embedded real time system method for scheduling task at present based on real-time kernel.Raising along with the real-time system hardware capabilities is applied gradually based on the method for scheduling task of real-time kernel.Real-time kernel is divided into usually can not be seized the type kernel and can seize the type kernel, because it is uncertain to seize the task response-time of type kernel, the real-time kernel of present commercialization nearly all is to seize the type kernel, and the mentioned real-time kernel of this instructions refers in particular to can seize the type kernel.
Each task is endowed certain priority in the real-time kernel, and its a cover CPU register and the storehouse of oneself arranged, and therefore as if concerning each task, CPU fully only belongs to this task oneself.
Co-ordination in the real-time kernel between the task is finished by task scheduling.The real-time kernel system operates by flow process shown in Figure 1: 1, carrying out of task; 2, interrupt, carrying out of task is interrupted and interrupts; 3, keep the scene intact, the scene of the task of carrying out is saved in the storehouse of carrying out of task; 4, start interrupt service routine (ISR); 5, the scheduling of executing the task; 6, do you judge: have the higher priority task ready? in this way, proceed to 7,, proceed to 10 as not; 7, the switching of executing the task; 8, recover the scene of higher priority task: the scene of from the storehouse of high-priority task, recovering high-priority task; 9, carry out the higher priority task; 10, recover on-the-spot: the scene of from the storehouse described in 3, recovering the task described in 1; 11, the task described in 1 is continued to carry out in the scene from recovering.
Advantage based on the method for scheduling task of real-time kernel is that system's hard real time requirement is guaranteed.Owing to the use of multitask, the developer can be with very complicated application program levelization, easier design of application program and maintenance simultaneously.
Based on the shortcoming of the method for scheduling task of real-time kernel is that extra storer, processor expense is big.At first, task stack brings data space (RAM) expense, and increases with the increase of number of tasks; Secondly, the code of kernel itself need take certain code space (ROM); Once more, kernel code is carried out needs extra cpu load; The more important thing is that real-time kernel is very expensive usually.
Above various reasons makes the method for scheduling task based on real-time kernel be unsuitable for being adopted by the middle-size and small-size embedded real time system of resource-constrained.
Summary of the invention
Background technology can't solve real-time performance in the embedded real time system and require contradiction with system overhead.The technical problem to be solved in the present invention is to propose a kind of real-time task scheduling method based on interruption.The advantage of this method is that the real-time task scheduling in the realization embedded real time system is interrupted in expansion, and the overhead of system is few.
The present invention is that the technical scheme that the purpose that reaches above-mentioned adopts is on the basis of real-time kernel method for scheduling task, each task of cancelling this method has independent storehouse and the on-the-spot interruption of work mode of switching of each task separately, adopts to interrupt with the task uniform dispatching and use the mode of unified storehouse.
Now introduce technical scheme of the present invention in conjunction with the accompanying drawings in detail.
A kind of based on the real-time task scheduling method that interrupts, this method the interruption that the task of the current execution of system is newly produced interrupt recover to system from interrupt service routine during in execution, described system is an embedded real time system, in this system, be all priority number of each interruption unified distribution that uses, priority is decided to be 64, promptly 0~63 grade, 0 grade and 63 grades is respectively limit priority and lowest priority, priority number is the unique identification of each interruption, this system is provided with the interruption ready list of 64 positions, corresponding with 64 grades of different interruptions respectively, some position set of this table shows that the interruption corresponding with these positions is in ready state, it is characterized in that, this method is regarded task as a virtual interruption, as interrupting, the unified distribution priority number, task is ready to be equivalent to the position set corresponding with this priority of task level number in interrupting ready list, ready task is as ready interruption, carry out based on the real-time task scheduling that interrupts the concrete operations step with ready interruption:
20, interruption of carrying out or task, the priority number of establishing described interruption or task is int1;
21, interrupt, the interruption that interruption of carrying out or task are newly produced interrupts;
22, keeping the scene intact, is that the interruption of int1 or the scene of task are kept at interrupt stack with priority number;
24, the new interruption that produces of registration is to interrupting ready list;
25, obtain limit priority number from interrupting ready list: obtain the level number of limit priority with traditional method from interrupt ready list, establishing limit priority number is int2;
26, judge: is int2 less than int1? in this way, proceed to 28,, proceed to 30 as not;
28, then execution priority number is interruption or the task of int2;
29, judge: be new interruption or task ready? in this way, return 25, begin a new real-time task scheduling of taking turns,, proceed to 30 as not based on interruption;
30, recover on-the-spot: recovering priority number from interrupt stack is the interruption of int1 or the scene of task;
31, recover to continue execution priority and number be the interruption of int1 or task: since the scene described in 30, the continuation execution priority number is interruption or the task of int1.
Principle of work.
Technical scheme of the present invention is regarded task as a virtual interruption, and is the same with interruption, the unified distribution priority number.The ready position set that is equivalent to this priority of task progression correspondence in interrupting ready list of task.Ready task is carried out real-time task scheduling with ready interruption by described method.Real-time task scheduling always occurs in this system and withdraws from from interrupting, promptly return master routine from interrupt service routine before, therefore technical scheme of the present invention has been simplified the state of task, task always starts anew to carry out or recovers from interrupt and continues to carry out.The task of obtaining interrupt response is taken as interrupt service routine and carries out, and system's hard real time requirement is guaranteed.Ready-made unified interrupt stack is used in all interruption, and extra storer, processor expense are little.
With compare in the background technology, the present invention has the following advantages:
For ease of relatively, with the method for scheduling task of prefix " RTOS " expression based on real-time kernel; The present invention is based on the method for scheduling task of interruption with prefix " INT " expression.For example: " INT_ interrupts time-delay " expression is based on the interruption delay time of the method for scheduling task that interrupts, and " response of RTOS_ task " expression is based on the task response-time of the method for scheduling task of real-time kernel.
One, resource overhead is little
The size that is decided by real-time kernel itself and application code based on the expense of the method for scheduling task ROM (code area) of real-time kernel; The present invention only uses very a spot of code, and the code area overhead can be ignored, and only depends on the size of application code, and obviously the ROM expense is much smaller.
Each task based on the method for scheduling task of real-time kernel adopts independently interrupt stack space, so the data field expense also will increase the interrupt stack space of all tasks except that need are considered kernel data; Task of the present invention and the shared unified interrupt stack of interruption are used ram space and are reached optimization.
Two, the response time is short
(1) interrupts time-delay
Interrupting time-delay is the important indicator of real-time kernel, refers to interrupt occurring to the time of interrupting redirect (entering interrupt cycle), depends primarily on kernel and application program and closes the time of interrupting.The present invention does not exist kernel to close the problem of interrupting, and therefore the interruption time-delay depends mainly on application program and closes the time of interrupting.The interruption time-delay of two kinds of methods is provided by expression formula [2.1] [2.2] respectively.
[2.1] RTOS_ interruption time-delay=Max (kernel closes and interrupts maximum duration, and application program is closed and interrupted maximum duration)+interruption redirect time
[2.2] INT_ interrupts time-delay=application program pass and interrupts maximum duration+interruption redirect time
Interruption delay time of the present invention is smaller or equal to the interruption delay time of real-time kernel.
(2) interrupt response
Interrupt response refers to interrupt occurring to the time of carrying out ISR.The present invention is owing to need to obtain the ready interruption of limit priority in interrupting ready list, therefore than Duo based on the method for scheduling task of real-time kernel the time of searching highest priority interrupt, but because of not adopting kernel, also having reduced kernel and advanced the preceding processing time of ISR.The present invention obtains highest priority interrupt by the method for tabling look-up, therefore fixes during this period of time, and also very short.The interrupt response time of two kinds of methods is provided by expression formula [2.3] [2.4] respectively.
[2.3] RTOS_ interrupt response=RTOS_ interrupt delaying time+keeping the scene intact+kernel advances to interrupt the processing before the ISR
[2.4] INT_ interrupt response=INT_ interrupt delaying time+keeping the scene intact+seek highest priority interrupt
Analyze above two equatioies, the former interrupt response time is relevant with the real-time kernel processing time of being adopted, and both are difficult to relatively.If simplify kernel for one, the processing that kernel advances to interrupt before the ISR is very simple, and the former time is less than the latter so probably, but does not have very big advantage.In addition, it should be noted that its response time is confirmable substantially because the present invention is by the acquisition priority of tabling look-up.
(3) task response
(interrupt time-delay, scene protection ISR), need once be sought the time of limit priority task and the time that a subtask is switched based on the method for scheduling task of real-time kernel to two kinds of method task response-time except that same section; The present invention then needs the time of twice searching highest priority interrupt, and the task response-time of two kinds of methods is provided by expression formula [2.5] [2.6] respectively.
[2.5] RTOS_ task response=RTOS_ interrupt response+ISR+ seeks limit priority task+task switching
[2.6] INT_ task response=INT_ interrupt response+ISR+ seeks highest priority interrupt
Comparatively speaking, the time of seeking highest priority interrupt is faster than the time of task switching, and therefore, on the whole, task response-time of the present invention is faster than the method for scheduling task based on real-time kernel.
Description of drawings
Fig. 1 is based on the synoptic diagram of task stack of the method for scheduling task of real-time kernel.Each task shown in the figure all has a cover CPU register and the interrupt stack space of oneself of oneself.
Fig. 2 is based on the operational flowchart of the method for scheduling task of real-time kernel.
Fig. 3 is based on the operational flowchart of the method for scheduling task of interruption.
Fig. 4 is the synoptic diagram that interrupts ready list.64 all priority number are divided into 8 groups from high to low, every group of 8 priority number.When a certain interruption or task are ready, interrupt ready list with this interruption or task corresponding position set.
Embodiment
Embodiment 1
Present embodiment is operated by the described operation steps of above-mentioned summary of the invention fully.Present embodiment is the example that method of the present invention is implemented in an embedded real time system.This embedded real time system adopts the ARM7TDMI processor: Samsung S3C4510B processor.Present embodiment relates to three interruptions and two tasks.Because method of the present invention is used as task as Interrupt Process, so present embodiment relates to five interruptions.Described system is five and interrupts the unified distribution priority number: five priority of interrupt number are respectively 3,8,19,33,63.Described system just in execution priority number is being 8 interruption.Priority number is that 19,33,63 interruption is to be registered in the ready interruption of interrupting in the ready list.Priority number is that 3 interruption is the new interruption that produces.Just be described with reference to the accompanying drawings the concrete operations step of present embodiment below:
20, interruption of carrying out or task, the int1 of described interruption or task is 8;
21, interrupt, the int1 that is carrying out is that the interruption that 8 interruption or task are newly produced interrupts, and the new priority of interrupt that produces number is 3;
22, keeping the scene intact, is that 8 the interruption or the scene of task are kept at interrupt stack with int1;
24, the registration priority number be the interruption of 3 new generation to interrupting ready list, priority number is that the interruption of 3 new generation is ready;
25, obtain limit priority number from interrupting ready list: with the level number of traditional method acquisition limit priority from interrupt ready list, limit priority int2 is 3;
26, judge: is int2 less than int1? int2 proceeds to 28 less than int1;
28, then to carry out int2 be 3 interruption or task;
29, judge: be new interruption or task ready? no new interruption or task are ready, proceed to 30;
30, recover on-the-spot: recovering int1 from interrupt stack is 8 the interruption or the scene of task;
31, recovery execution int1 is 8 interruption or task: since the scene described in 30, continuation execution int1 is 8 interruption or task.
Measured result:
On the embedded real time system of present embodiment, transplanted more popular small-sized real-time kernel μ C/OS-II at present, with its object as a comparison.
Measured result is as follows:
Table 1 interrupt response time test result
Scheme Testing time Minimum value Maximal value The average interrupt response time Minimum maximum interrupt response time is poor
μC/OS- II 100000 253 clock period 317 clock period 5.1 μ s (253.13568 clock period) 1.28 μ s (64 clock period)
The present invention 100000 289 clock period 299 clock period 5.8 μ s (290.05454 clock period) 0.2 μ s (10 clock period)
Table 2 task response-time test result
Scheme Testing time Minimum value Maximal value The average interrupt response time Minimum maximum interrupt response time is poor
μC/OS- II 100000 614 clock period 652 clock period 12.3 μ s (615.86597 clock period) 0.76 μ s (38 clock period)
Present embodiment 100000 596 clock period 606 clock period 11.9 μ s (597.33967 clock period) 0.2 μ s (10 clock period)
From measured result, the present invention can obtain the very short response time, and good time predictability is arranged.It seems that from test data no matter be task response-time or predictability, this programme all slightly is better than the scheme that adopts μ C/OS-II real-time kernel.
Embodiment 2
Present embodiment is operated by the described operation steps of above-mentioned summary of the invention fully.Present embodiment is the example that method of the present invention is implemented in an embedded real time system.This embedded real time system adopts the ARM7TDMI processor: Samsung S3C4510B processor.Present embodiment relates to three interruptions and two tasks.Because method of the present invention is used as task as Interrupt Process, so present embodiment relates to five interruptions.Described system is five and interrupts the unified distribution priority number: five priority of interrupt number are respectively 3,8,19,33,63.Described system just in execution priority number is being 19 interruption.Priority number is that 33,63 interruption is to be registered in the ready interruption of interrupting in the ready list.Priority number is that 3 interruption is the new interruption that produces.Just be described with reference to the accompanying drawings the concrete operations step of present embodiment below:
20, interruption of carrying out or task, the int1 of described interruption or task is 19;
21, interrupt, the int1 that is carrying out is that the interruption that 19 interruption or task are newly produced interrupts, and the new priority of interrupt that produces number is 3;
22, keeping the scene intact, is that 19 the interruption or the scene of task are kept at interrupt stack with int1;
24, the registration priority number be the interruption of 3 new generation to interrupting ready list, priority number is that the interruption of 3 new generation is ready;
25, obtain limit priority number from interrupting ready list: with the level number of traditional method acquisition limit priority from interrupt ready list, limit priority int2 is 3;
26, judge: is int2 less than int1? int2 proceeds to 28 less than int1;
28, then to carry out int2 be 3 interruption or task;
29, judge: be new interruption or task ready? there are new interruption or task ready, the new interruption or the priority number of task are 8, return 25:25, obtain limit priority number from interrupting ready list: with the level number of traditional method acquisition limit priority from interrupt ready list, this limit priority int2 that takes turns task scheduling is 8; 26, judge: is int2 less than int1? int2 proceeds to 28 less than int1; 28, then to carry out int2 be 8 interruption or task; 29, judge: be new interruption or task ready? no new interruption or task are ready, proceed to 30;
30, recover on-the-spot: recovering int1 from interrupt stack is 19 the interruption or the scene of task;
31, recovery execution int1 is 19 interruption or task: since the scene described in 30, continuation execution int1 is 19 interruption or task.
Embodiment 3
Present embodiment is operated by the described operation steps of above-mentioned summary of the invention fully.Present embodiment is the example that method of the present invention is implemented in an embedded real time system.This embedded real time system adopts the ARM7TDMI processor: Samsung S3C4510B processor.Present embodiment relates to three interruptions and two tasks.Because method of the present invention is used as task as Interrupt Process, so present embodiment relates to five interruptions.Described system is five and interrupts the unified distribution priority number: five priority of interrupt number are respectively 3,8,19,33,63.Described system just in execution priority number is being 3 interruption.Priority number is that 19,33,63 interruption is to be registered in the ready interruption of interrupting in the ready list.Priority number is that 8 interruption is the new interruption that produces.Just be described with reference to the accompanying drawings the concrete operations step of present embodiment below:
20, interruption of carrying out or task, the int1 of described interruption or task is 3;
21, interrupt, the int1 that is carrying out is that the interruption that 3 interruption or task are newly produced interrupts, and the new priority of interrupt that produces number is 8;
22, keeping the scene intact, is that 3 the interruption or the scene of task are kept at interrupt stack with int1;
24, the registration priority number be the interruption of 8 new generation to interrupting ready list, priority number is that the interruption of 8 new generation is ready;
25, obtain limit priority number from interrupting ready list: with the level number of traditional method acquisition limit priority from interrupt ready list, limit priority int2 is 8;
26, judge: is int2 less than int1? int2 proceeds to 30 greater than int1;
30, recover on-the-spot: recovering int1 from interrupt stack is 3 the interruption or the scene of task;
31, recovery execution int1 is 3 interruption or task: since the scene described in 30, continuation execution int1 is 3 interruption or task.
All embodiment adopt unified interrupt stack, and extra resource overhead is little.
All embodiment only relate to five interruptions, as the interruption that relates to counts 64 of as many as, and the embedded real time system among all embodiment can be finished in the same old way real-time task scheduling is carried out in 64 above-mentioned interruptions.

Claims (1)

1, a kind of based on the real-time task scheduling method that interrupts, this method the interruption that the task of the current execution of system is newly produced interrupt recover to system from interrupt service routine during in execution, described system is an embedded real time system, in this system, be all priority number of each interruption unified distribution that uses, priority is decided to be 64, promptly 0~63 grade, 0 grade and 63 grades is respectively limit priority and lowest priority, priority number is the unique identification of each interruption, this system is provided with the interruption ready list of 64 positions, corresponding with 64 grades of different interruptions respectively, some position set of this table shows that the interruption corresponding with these positions is in ready state, it is characterized in that, this method is regarded task as a virtual interruption, as interrupting, the unified distribution priority number, task is ready to be equivalent to the position set corresponding with this priority of task level number in interrupting ready list, ready task is as ready interruption, carry out based on the real-time task scheduling that interrupts the concrete operations step with ready interruption:
20, interruption of carrying out or task, the priority number of establishing described interruption or task is int1;
21, interrupt, the interruption that interruption of carrying out or task are newly produced interrupts;
22, keeping the scene intact, is that the interruption of int1 or the scene of task are kept at interrupt stack with priority number;
24, the new interruption that produces of registration is to interrupting ready list;
25, obtain limit priority number from interrupting ready list: obtain the level number of limit priority with traditional method from interrupt ready list, establishing limit priority number is int2;
26, judge: is int2 less than int1? in this way, proceed to 28,, proceed to 30 as not;
28, then execution priority number is interruption or the task of int2;
29, judge: be new interruption or task ready? in this way, return 25, begin a new real-time task scheduling of taking turns,, proceed to 30 as not based on interruption;
30, recover on-the-spot: recovering priority number from interrupt stack is the interruption of int1 or the scene of task;
31, recover to continue execution priority and number be the interruption of int1 or task: since the scene described in 30, the continuation execution priority number is interruption or the task of int1.
CNB2005100265817A 2005-06-09 2005-06-09 Real time task dispatching method based on interrupt Expired - Fee Related CN100365580C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2005100265817A CN100365580C (en) 2005-06-09 2005-06-09 Real time task dispatching method based on interrupt

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2005100265817A CN100365580C (en) 2005-06-09 2005-06-09 Real time task dispatching method based on interrupt

Publications (2)

Publication Number Publication Date
CN1687901A true CN1687901A (en) 2005-10-26
CN100365580C CN100365580C (en) 2008-01-30

Family

ID=35305942

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2005100265817A Expired - Fee Related CN100365580C (en) 2005-06-09 2005-06-09 Real time task dispatching method based on interrupt

Country Status (1)

Country Link
CN (1) CN100365580C (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102012842A (en) * 2010-11-09 2011-04-13 北京神舟航天软件技术有限公司 Independent interrupt stack-based method for preemptive scheduling during interrupt exiting
CN102289401A (en) * 2010-06-21 2011-12-21 北京中星微电子有限公司 System-level verification method, device and system for chip
CN102866917A (en) * 2012-09-27 2013-01-09 深圳市金宏威技术股份有限公司 Method and system for real-time cold fire processing based on Linux platform
CN104995605A (en) * 2013-08-07 2015-10-21 富士电机株式会社 Monitoring method and computer device
CN108536531A (en) * 2018-04-03 2018-09-14 中国电子科技集团公司第七研究所 A kind of SCM Based task scheduling and method for managing power supply
CN110794759A (en) * 2019-10-29 2020-02-14 北京和利时智能技术有限公司 PLC task scheduling method and device
CN114153560A (en) * 2021-11-18 2022-03-08 中汽创智科技有限公司 Virtual interrupt processing method, device, equipment and medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4791565A (en) * 1984-06-20 1988-12-13 Effective Security Systems, Inc. Apparatus for controlling the use of computer software

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102289401A (en) * 2010-06-21 2011-12-21 北京中星微电子有限公司 System-level verification method, device and system for chip
CN102289401B (en) * 2010-06-21 2015-07-01 北京中星微电子有限公司 System-level verification method, device and system for chip
CN102012842A (en) * 2010-11-09 2011-04-13 北京神舟航天软件技术有限公司 Independent interrupt stack-based method for preemptive scheduling during interrupt exiting
CN102866917A (en) * 2012-09-27 2013-01-09 深圳市金宏威技术股份有限公司 Method and system for real-time cold fire processing based on Linux platform
CN102866917B (en) * 2012-09-27 2015-08-19 深圳市金宏威技术股份有限公司 A kind of cold fiery real-time processing method based on Linux platform and system
CN104995605A (en) * 2013-08-07 2015-10-21 富士电机株式会社 Monitoring method and computer device
CN104995605B (en) * 2013-08-07 2018-07-10 富士电机株式会社 Monitoring method and computer installation
CN108536531A (en) * 2018-04-03 2018-09-14 中国电子科技集团公司第七研究所 A kind of SCM Based task scheduling and method for managing power supply
CN108536531B (en) * 2018-04-03 2021-08-06 广州技象科技有限公司 Task scheduling and power management method based on single chip microcomputer
CN110794759A (en) * 2019-10-29 2020-02-14 北京和利时智能技术有限公司 PLC task scheduling method and device
CN114153560A (en) * 2021-11-18 2022-03-08 中汽创智科技有限公司 Virtual interrupt processing method, device, equipment and medium

Also Published As

Publication number Publication date
CN100365580C (en) 2008-01-30

Similar Documents

Publication Publication Date Title
CN1687901A (en) Real time task dispatching method based on interrupt
CN100347676C (en) PowerPC processor based vehicular operating system interrupt management method
CN1308826C (en) System and method for CPI scheduling in SMT processor
CN1783020A (en) Interrupt managing method for embedded operation system based on PowerPC system structure
CN1208721C (en) Graded task switching method based on PowerPC processor structure
CN1776568A (en) Task-based dynamic CPU working frequency regulating method and system
CN1920781A (en) Task execution device and method
CN100351793C (en) Task scheduling method for embedded real-time operation system supporting OSEK standard
CN101055533A (en) Multithreading processor dynamic EMS memory management system and method
CN1866219A (en) System and method for testing measured object based on automatic test script
CN1142485C (en) Correlation delay eliminating method for streamline control
CN1235142C (en) Embedded sorftware task endless loop monitoring method
CN1101573C (en) Computer system
CN101030152A (en) Operation controller and controlling method based on pseudo-clock mode
CN1828543A (en) Real-time task scheduling method in Java operating system
CN102411513A (en) Garbage collection method for mixed mode execution engine
CN1909713A (en) Method and system for base station node emigration
CN108874517B (en) Method for optimizing utilization rate division energy consumption of standby system with fixed priority
CN200953143Y (en) Virtual hardware system
CN101075219A (en) Method and system for processing interruption
CN1834911A (en) Method of realizing program loading operation
Daoud et al. Processor allocation algorithm based on frame combing with memorization for 2d mesh cmps
CN1525344A (en) Automatic conversion device driver of device type data
CN1866231A (en) Method for implementing logic interrupt priority in embedded real-time operating system
CN1867895A (en) Method and device for operating a secondary operating system auxiliary to a primary operating system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C17 Cessation of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20080130

Termination date: 20100609